Webhooks
Callback messages from Rapyd to the client, triggered by internal or external events.
You can resend a webhook that was previously triggered but was not sent successfully, as well as manage webhooks that were sent.
See also Resend Webhook.
Resend Webhook - Finite State Diagram
States:
NEW (initial)
CLO (closed- final)
ERR (error)
RET (resent)
Transitions:
Transition number | Start state | End state | Description |
---|---|---|---|
1 | Start | NEW | The webhook was created. |
2 | NEW | CLO | The webhook was sent successfully on the first try. |
3 | NEW | RET | The platform failed to send the webhook successfully on the first try. |
4 | RET | CLO | The platform sent the webhook successfully after retry. |
5 | RET | ERR | The maximum number of retries was reached. |
6 | ERR | CLO | The client sent the webhook with the 'Resend Webhook' API method. |