Convoy · Arazzo Workflow
Convoy Register Incoming Source
Version 1.0.0
Create an HMAC-verified incoming source and subscribe it to an endpoint.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
register-incoming-source
Create a verified source, subscribe it to an endpoint, and confirm the binding.
Registers an HMAC-verified HTTP source for ingesting upstream webhooks, creates a subscription that connects the source to a destination endpoint, and retrieves the subscription to confirm the source binding.
1
createSource
CreateSource
Create an HTTP source with an HMAC verifier so inbound webhook requests are authenticated before ingestion.
2
subscribeSource
CreateSubscription
Create a subscription that connects the verified source to the supplied destination endpoint.
3
confirmSubscription
GetSubscription
Retrieve the subscription to confirm the source binding and endpoint routing were stored correctly.