Shipfox
IntegrationsCustom webhook

Custom webhook integration

Create an HTTP endpoint that triggers workflows from requests sent by any system.

Authentication

Custom webhooks do not use a provider account. The generated ingest URL is the credential. Keep it secret because anyone with the URL can send events.

Integration connection identity

Choose a unique integration connection slug in the workspace, such as deploy_hook. Use the slug as a workflow trigger source.

triggers:
  on_webhook:
    source: deploy_hook
    event: received

For trigger field rules, see the workflow schema reference.

Capabilities

CapabilityDetails
EventsView custom webhook events.

Create a custom webhook to create an integration connection.

Was this page helpful?
Edit this page on GitHub

On this page