Sandbox webhook not recieved

Hello @ThomasLs,

Thank you for coming back to us with your findings.

Indeed, there are two different ID’s returned when you create a job with us, the Job ID and the Delivery ID. Note that one job can have more than one delivery.

In the job creation response example of our API documentation, you can find the delivery ID as seen below:

"deliveries": [
    {
      "id": 100247837,

Depending on your other API endpoint usage, you may need to store both the job ID and the Delivery ID.

Nevertheless, we would actually recommend tracking your webhooks using your own unique 'client_reference' identifier to ensure you don’t loose track of your order. For more details please see “Manually_stacked”, what happened to my order?

Let us know if you have any questions or require further clarifications.