Convoy · Arazzo Workflow
Convoy Broadcast Event and Track
Version 1.0.0
Broadcast an event to all matching subscriptions and trace the resulting event.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
broadcast-event-and-track
Broadcast an event, find it in the event list, and retrieve its detail.
Creates a broadcast event for an event type, lists recent events to locate the generated event, and retrieves that event to confirm its status and the endpoints it fanned out to.
1
broadcastEvent
CreateBroadcastEvent
Create a broadcast event that is dispatched to every subscription matching the event type.
2
findEvent
GetEventsPaged
List recent events for the project to locate the event generated by the broadcast.
3
getEvent
GetEndpointEvent
Retrieve the generated event to confirm its status and the endpoints it fanned out to.