Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Webhook node
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

Inputs

  • 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.