Convoy · Arazzo Workflow
Convoy Provision Endpoint and Subscription
Version 1.0.0
Stand up a webhook endpoint, subscribe it, send a first event, and confirm delivery.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
provision-endpoint-subscription
Create an endpoint, subscribe it, publish an event, and verify delivery.
Registers a new webhook endpoint in the project, creates a subscription that forwards events to it, sends a single event to that endpoint, and lists the event deliveries generated for the endpoint.
1
createEndpoint
CreateEndpoint
Register a new outgoing webhook endpoint in the project with the supplied name and HTTPS URL.
2
createSubscription
CreateSubscription
Create an API subscription that forwards matching events to the newly created endpoint.
3
createEvent
CreateEndpointEvent
Publish a first event addressed to the new endpoint so the subscription can route it.
4
listDeliveries
GetEventDeliveriesPaged
List the event deliveries generated for the endpoint to confirm the event was dispatched.