Skip to main content

Are webhooks delivered in chronological order?

No, webhooks are not guaranteed to be delivered in chronological order. Your integration should not rely on the order it receives webhooks to determine the handling logic.

Use the time field in each webhook's payload to determine the chronological order of related webhook events.

Was this article helpful?
Share
Copy Link Share via email

Articles in this section