Hookdeck · Arazzo Workflow
Hookdeck Provision a Connection
Version 1.0.0
Create a source, create a destination, then wire them together with a connection.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
provision-connection
Stand up a source, a destination, and a connection binding them.
Creates a fresh source and destination, then creates a connection that references both by id and verifies the connection was created.
1
createSource
createSource
Create a WEBHOOK source that will receive inbound requests from the upstream provider.
2
createDestination
createDestination
Create an HTTP destination pointed at the supplied delivery URL.
3
createConnection
createConnection
Create a connection that binds the new source and destination together by referencing their ids.
4
confirmConnection
getConnection
Read the connection back to confirm it resolved both the source and the destination.
Source API Descriptions
openapi
openapi