new
All Plans
Automations & Integrations
Automation Action: Webhook
The outbound webhook action sends a customizable REST request (GET, POST, PUT, etc.) to a URL you define, allowing you to include parameters, headers, and a JSON payload mapped from the automation trigger or prior action. For example, you can use this to sync data with another app, post updates, or trigger actions in external services.
Configuration Steps
Set Up the Webhook
: Navigate to the automation settings and add the webhook action, specifying the destination URL.Define the HTTP Method
: Choose the HTTP method (GET, POST, PUT, PATCH, DELETE) and configure additional fields such as headers and payloads for non-GET methods.Map Data
: Use field mapping to include dynamic values in the payload from previous automation steps.Test the Webhook
: Use the built-in testing tools to ensure the configuration works as expected, and review detailed logs for troubleshooting.Handle Responses
: Capture and map response content, such as HTTP status codes or specific fields from the JSON body, for use in subsequent actions.