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
WebhookWebhook 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
Define a new event type for the project so subscriptions can filter on it.
2
createEndpoint
Register the destination endpoint that will receive events of the new type.
3
createTypedSubscription
Create a subscription whose filter configuration routes only events of the new type to the endpoint.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.