not sure about DO support since I have not tested it but if you want to pass params from dispatch to

not sure about DO support since I have not tested it but if you want to pass params from dispatch to user worker you can do it via RPC. User workers can also have bindings to other (non-user) workers so if you had a tools worker with sendEmail method, your user worker could bind to it.
Was this page helpful?