Convoy · Arazzo Workflow
Convoy Define Event Type and Subscribe
Version 1.0.0
Define a project event type, create an endpoint, and subscribe filtered to that type.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
define-event-type-and-subscribe
Create an event type, an endpoint, and a subscription filtered to that type.
Creates a project event type, registers a destination endpoint, and creates a subscription whose filter configuration matches only the new event type, routing those events to the endpoint.
1
createEventType
CreateEventType
Define a new event type for the project so subscriptions can filter on it.
2
createEndpoint
CreateEndpoint
Register the destination endpoint that will receive events of the new type.
3
createTypedSubscription
CreateSubscription
Create a subscription whose filter configuration routes only events of the new type to the endpoint.