Hi all,
We want to create a transactional message of welcome when a new customer register in our ecommerce tool, creating the profile in adobe and targeting the transactional message to that profile.
Our idea was creating a workflow with a external signal called by the API from the ecommerce tool, in that workflow, to create the profile and call the event of Adobe which sends the transactional message targeting the profile. But we have found that there are a limit of , at least, 10 minutes to call the external signal..
This action is allowed once in 10 minutes
Error while executing the method 'HandleTrigger' of service 'xtk:workflow'.
Is any way of managing this? We just want to call one API, not two, one for creating the profile and another for sending the transactional message.
Thanks