Hookdeck · Arazzo Workflow
Hookdeck Attach an Integration to a New Source
Version 1.0.0
Create a source, create an authentication integration, then attach the integration to the source.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
attach-integration-to-source
Provision a source and bind a verification integration to it.
Creates a source, creates an integration for the named provider, attaches the integration to the source, and reads the source back to confirm the integration is associated.
1
createSource
createSource
Create a WEBHOOK source that the integration will later authenticate.
2
createIntegration
createIntegration
Create an integration for the named provider that will supply the source's verification credentials.
3
attachIntegration
attachIntegrationToSource
Attach the integration to the source so inbound requests are verified against the integration's credentials.
4
confirmSource
getSource
Read the source back to confirm the integration is now associated with it.
Source API Descriptions
openapi