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

# Action Trigger

> Connect to your apps and services with webhooks

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/webhook.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=07d7e99f0a18d451d85111e9ac48f48c" alt="Webhook node " width="420" height="258" data-path="images/nodes/webhook.png" />
</div>

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.
