Convoy · Arazzo Workflow
Convoy Fan Out Event to Owner
Version 1.0.0
Confirm endpoints exist for an owner, fan out an event to them, and verify it landed.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
fanout-event-to-owner
List an owner's endpoints, fan out an event to them, and confirm it.
Verifies that at least one endpoint is registered against the supplied owner ID, fans out an event to all endpoints sharing that owner ID, and lists recent events to confirm the fanout was accepted.
1
listOwnerEndpoints
GetEndpoints
List the endpoints registered against the owner ID, branching only when at least one endpoint exists to receive the fanout.
2
fanoutEvent
CreateEndpointFanoutEvent
Fan out a single event to all endpoints that share the supplied owner ID.
3
confirmEvents
GetEventsPaged
List recent events for the project to confirm the fanout produced events.