Webhooks
Webhook Event Send
Send a WebhookDeliveryAttempt
event to the Webhook
. This is useful if you want to manually retry a webhook event that failed to deliver.
GET
Headers
The tenant you are making this request on behalf of
Your api key
Path Parameters
Query Parameters
Notify the webhook owner via email if the event fails to deliver
Response
200 - application/json
An Event in Decoda's system.
The Alert
's id associated with this WebhookDeliveryAttempt
.
The date and time when the event was created.
The Alert's
data associated with this WebhookDeliveryAttempt
.
Unique identifier for the webhook delivery attempt.
The type of event.
Available options:
PATIENT_CREATED
, PATIENT_UPDATED
, APPOINTMENT_CANCELLED
, APPOINTMENT_RESCHEDULED
, APPOINTMENT_REQUEST
, PAYMENT_CREATED
, PAYMENT_FAILED
, PAYMENT_SUCCEEDED
, CHARGE_CREATED
, REFUND_CREATED
, REFUND_FAILED
, REFUND_SUCCEEDED
, ADJUSTMENT_CREATED
, ADJUSTMENT_FAILED
, ADJUSTMENT_SUCCEEDED
, INVOICE_SENT
, INVOICE_FAILED
, CALL_RECEIVED
, CALL_MADE
, MESSAGE_RECIEVED
, MESSAGE_SENT
, MESSAGE_DELIVERED
, MESSAGE_FAILED
, EMAIL_RECIEVED
, EMAIL_SENT
, FORM_SUBMITTED
, MAIL_SENT
, MAIL_DELIVERY_FAILED
The date and time when the event was delivered.
The date and time when the last delivery attempt was made.
The error message from the last delivery attempt, if any.
The HTTP status of the last delivery attempt.