Webhook workflow

Hello,

Hello,
I would like to have a detail of the workflow for the webhook of the delivery updates.
Thank you.

Hi,

For an overview of our Delivery status flows please look in our documentation section here, particularly where it says ‘Delivery lifecycle’ and ‘Edge Case Delivery Flows’.

For more detailed information on webhooks please see this section here.

Let me know if you have any further questions!

Hello,

I have read this documentation but this is the first time I have had to implement webhook. I explain you where I am: I registered my endpoint on the interface and asked to listen to all the events. And I have my route mondomaine.com/api/webhook created in my api. If I receive an event from the webhook I send myself an email that shows me the body. In my application to create a job for a delivery but I don’t know how to get the events on this job. I would like to have all the info when the status changes for this job. I think I’m missing a step but I don’t see what it is and I can’t find any relevant resources to help me.

I must not understand the workflow for webhook.

Thank you for your help.

Guy

Hello Guy,

For testing purposes, you can try to familiarize yourself with our webhooks by using a webhook url provided by https://webhook.site/ as explained in this post.

If this works, then you will need to examine your own implementations for errors.

I remain at your disposal for any further information.