Webhook notification URL / DONE

How to Set Up Webhook Receipt

Technical Details:

Each Webhook has a key notifyType, which indicates the event that triggered it. If you receive multiple different notifications at one URL, filter them by this value, as different notifications have different structures. You can find out about the structure in the section below: "What Webhooks Can Be Received."

How Webhooks are sent:

  • HTTP protocol for sending notifications

  • POST method for all notifications

  • 5000ms for processing the request; after this time, the request will be discarded

  • 1 event = 1 request; the system does not guarantee delivery, and if you do not accept the request, it will not be sent again.

What Webhooks Can Be Received:

Last updated