Sim Studio
Triggers

Webhooks

Trigger workflow execution from external webhooks

The Webhook block allows external services to automatically trigger your workflow execution through HTTP webhooks.

Supported Providers

Choose from the dropdown to configure your webhook source:

For custom integrations:

  • HTTP POST: Accepts requests from any client
  • Authentication: Bearer token or custom headers
  • Security: IP restrictions and rate limiting
  • Deduplication: Prevents duplicate requests

How It Works

  1. Configure Provider - Select from dropdown and set up authentication
  2. Get Webhook URL - Automatically generated unique endpoint
  3. External Service - Sends HTTP POST to your webhook URL
  4. Workflow Triggers - Automatically starts when webhook is received

Webhooks cannot receive incoming connections and serve as pure workflow triggers.

On this page

On this page

Webhooks