Webhook Delivery Details

bryananaya

Beginner
Nov 3, 2023
24
0
1
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.
 

mohammad

Member
Staff member
Aug 31, 2020
127
34
28
Hi,

The missing hook `CompleteBroadcast` will be added in the next update.

I will suggest you can use a custom script to check whether the email address is correct or not. After that you can forward the user email to Mumara & Mumara will send an email to that user. It's important to note that Mumara makes a packet of emails and sends it to an MTA or PMTA. The MTA or PMTA is then responsible for delivering the email to the recipient.
 
  • Like
Reactions: bryananaya