I have been trying to get details about a send but am unable to get the data required. I have been trying to use https://developers.mumara.com/Campaigns/Hooks/module-hooks#CompleteBroadcast but it doesn't seem to be firing. I have tested my code with multiple other webhooks and they are all operating as expected. (startBroadcast, editContact)
I am trying to do some processes around transactional emails. Here's the scenario:
The user does some action on my site that I fire off a send via Mumara API. That is all fine. What I want with the webhooks is to know if that send was successful or not so that I can inform the user to check their inbox or fix any issues with their email address. As far as I understand the API will send a success result regardless if it actually is sent but rather if the API accepted the request. How would I go about getting this process to work properly?
If it matters, I am using PowerMTA in this set up.
I am trying to do some processes around transactional emails. Here's the scenario:
The user does some action on my site that I fire off a send via Mumara API. That is all fine. What I want with the webhooks is to know if that send was successful or not so that I can inform the user to check their inbox or fix any issues with their email address. As far as I understand the API will send a success result regardless if it actually is sent but rather if the API accepted the request. How would I go about getting this process to work properly?
If it matters, I am using PowerMTA in this set up.