# Webhook Payload Types

Payload Types are data arrays with defined keys and data, some of which are required and others are not.

You need to be prepared to process different payload types and know which data they contain.&#x20;

"Optional" marks fields that must not be present in the body of the webhook that is sent. Fields without ‘optional’ marks are required.

The listed types may change, and new ones may be added. Please follow the latest revisions of this documentation.

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td>Technical Payloads</td></tr><tr><td>Event Payloads</td></tr><tr><td>Rule Payloads</td></tr></tbody></table>


---

# 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://faq.droam.com/menu/webhooks/webhook-payload-types.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.
