Convoy · Arazzo Workflow
Convoy Create Event and Trace Delivery
Version 1.0.0
Publish an event to an endpoint, find its delivery, and read the delivery attempts.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
create-event-and-trace-delivery
Create an event, locate its delivery, and read the delivery attempts.
Publishes an event to a specific endpoint, lists the event deliveries filtered to that event ID to locate the delivery, and reads its delivery attempts to confirm the HTTP outcome.
1
createEvent
CreateEndpointEvent
Publish an event addressed to the supplied endpoint.
2
findDelivery
GetEventDeliveriesPaged
List the event deliveries filtered to the new event ID to find the resulting delivery, branching only when a delivery exists.
3
readAttempts
GetDeliveryAttempts
Read the delivery attempts for the located delivery to confirm the HTTP outcome at the destination endpoint.