# Webhooks

FlowMate supports webhooks for triggering flows based on events. Active flows can be retrieved via the API, providing the Flow ID needed to construct the webhook URL and send real-time events to FlowMate. Webhooks are set up in a dedicated Webhook Connector, where you define endpoints (schema + path) that can then be used as triggers in templates.

#### Beta & Upcoming

* **Incoming (Beta):** For apps that already support webhooks. Users manually add the FlowMate URL in the external app so events can trigger flows.
* **Subscription (Upcoming):** Fully automated webhook registration during app authentication—no manual URL setup required.


---

# 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://flowmate.gitbook.io/flowmate-documentation/webhooks.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.
