Get recipients from a API to delivery and send an email
I have a requirement to send a personalized delivery, the data comes from an API call with HttpClientRequest("url");.
But I'm not sure if the workflow recognize the recipients in the inbound event, or the javascript allow me create a temp schema or only if I insert the data into recipient schema is enough or is impossible do this kind of things.
I don't now how the template derivery could recognize the recipients.

Thanks for your help.