Skip to main contentOverview
The Action Trigger node allows you to send HTTP requests to external services and APIs using webhooks. This enables integration with third-party applications and services.
Configuration
Body
Define the structure of the request body to send.
Type: Object
- url: The webhook URL to send the request to (string)
- body: The configured body data to send in the request
Usage
Configure the body structure and provide a URL. The node will send an HTTP POST request to the specified URL with your data.