Create webhook subscriptions through the dashboard or through the API
record_type
: This is the resource for which the event is being triggeredevent_type
: This is the operation on the resource that triggered the event.record_type
s and event_type
s
record_type | EK_Created | EK_Updated |
---|---|---|
RT_Payments | yes | yes |
RT_PaymentSubmissions | yes | yes |
RT_PaymentAdmissions | yes | yes |
RT_PaymentAdmissionTasks | yes | yes |
RT_Error | yes | no |
RT_Transactions | yes | no |
record_type:event_type
depending on your own internal use cases and logic handling.
record_type:event_type
for example RT_Payments:EK_Created
, you cannot resubscribe to this event through another endpoint.