Settings
Configure the connections around your account: integrations (browse the catalog of connectable types, list what is connected, verify a connection) and webhooks in both directions — incoming receivers that trigger your workflows, and outgoing subscriptions that notify your systems when events occur. Credentials and signing secrets are never returned by a read.
📄️ Browse the catalog of connectable integration types
Browse the catalog of integration types your organization can connect,
📄️ List the org's connected integrations
List the integrations your organization has actually connected.
📄️ Get one connected integration
Fetch one connected integration by id.
📄️ Run a connection test for one integration (side-effecting; requires integrations:write)
Run the product's connectivity check against one integration.
📄️ List incoming webhooks
List your organization's incoming webhooks — the URLs external systems post
📄️ Create an incoming webhook (returns secret once)
Create an incoming webhook and get back the URL external systems can post to.
📄️ Get an incoming webhook
Fetch one incoming webhook by id, including the workflows currently bound to
📄️ Update an incoming webhook
Update an incoming webhook's `name`, `description`, `expected_schema` or
📄️ Delete an incoming webhook (reference-checked)
Delete an incoming webhook.
📄️ Rotate an incoming webhook secret
Rotate an incoming webhook's signing secret and return the new one.
📄️ Incoming webhook request logs
Read the recent request log for an incoming webhook.
📄️ List subscribable outgoing webhook event types
List the event types an outgoing webhook can subscribe to, grouped by
📄️ List outgoing webhooks
List your organization's outgoing webhooks — the event subscriptions Expedify
📄️ Create an outgoing webhook (SSRF-validated; returns secret once)
Create an outgoing webhook so Expedify posts to your endpoint when subscribed
📄️ Get an outgoing webhook
Fetch one outgoing webhook by id, with its destination URL, subscribed events
📄️ Update an outgoing webhook
Update an outgoing webhook's `name`, `url`, `events`, `webhook_type`,
📄️ Delete an outgoing webhook
Delete an outgoing webhook.
📄️ Send a test delivery (real POST, billing-gated)
Send a test delivery to an outgoing webhook's URL and return the result.