The log statutes tell us whether a Webhook call was dispatched, successful, or if it is in a queue, etc. Webhook calls are logged into the following statuses:
- Queued - When data is yet to be dispatched
- Dispatched - When data has been dispatched to a third-party
- Success - When data has been delivered to a third-party
- Failed - When webhook fails to send the data
To learn more about Webhooks, click
here.