# Workflow Send Webhook Functionality

You can send data from NeoDove to other platforms with the help of send webhook functionality in the workflow

<figure><img src="/files/QN5WQf96Yx7b8xTLHoMW" alt=""><figcaption></figcaption></figure>

You can go to the webhooks sections from the left panel and then select on what triggers is the data to be sent out using webhook. In actions you need to select "Send Webhook", then there are 2 options that are:

1. Send all data
2. Custom data

**Send All Data**

<figure><img src="/files/rfOSW6yw0pvfw8EdCAsM" alt=""><figcaption></figcaption></figure>

**Attributes to fill:**

1. **Method: This can be either Get or Post**
2. **URL: Need to paste the endpoint of the destination here**
3. **Header: Need to select what specific headers to send**
4. **Format: By default - JSON**
5. **Data**

**Custom Data**

<figure><img src="/files/ZVVdrM9u1O9qmOP8fCTq" alt=""><figcaption></figcaption></figure>

**Attributes to fill:**

1. **Method: This can be either Get or Post**
2. **URL: Need to paste the endpoint of the destination here**
3. **Header: Need to select what specific headers to send**
4. **Format: By default - JSON**
5. **Data**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neodove.com/admin-portal/workflows/workflow-send-webhook-functionality.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
