Unified.to · Arazzo Workflow
Unified.to Connection And Webhook Provisioning
Version 1.0.0
Import a connection, verify it is healthy, subscribe a webhook to an object, then confirm the subscription.
Provider
Workflows
connection-webhook-provisioning
Import a connection, confirm it is active, subscribe a webhook, and list webhooks.
Creates (imports) a connection, fetches it to check the is_paused flag, and when active subscribes a webhook for the supplied object type and event, then lists webhooks to confirm the new subscription.
1
importConnection
createUnifiedConnection
Import an existing customer connection. integration_type, permissions, and categories are required by the Connection schema; permissions is sent empty to inherit the integration defaults.
2
getConnection
getUnifiedConnection
Read the connection back by id to inspect its paused state before wiring up a webhook.
3
subscribeWebhook
createUnifiedWebhook
Subscribe a webhook for the supplied object type and event on the new connection. connection_id, object_type, and event are required by the Webhook schema.
4
listWebhooks
listUnifiedWebhooks
List webhooks to confirm the new subscription is registered in the workspace.