# Webhook Implementation Guides

Below you'll find a list of common integrations, along with links to webhook creation or set-up guides specific to each software vendor.&#x20;

{% hint style="info" %}
Please note that in the context of Flow Plus, we refer to endpoints as **Channel URLs.**
{% endhint %}

For a quick overview of alternative terms for this URL across different platforms, please refer to the [Understanding Webhook Terminology](/overview/welcome-to-flow-plus/understanding-webhook-terminology.md). This terminology guide will help you navigate various systems and documentation more effectively, ensuring smooth integration of Flow Plus with your chosen platforms or custom developments.

<details>

<summary>CRM and Customer Support</summary>

* [SalesForce](https://help.salesforce.com/s/articleView?id=sf.c360_a_create_a_data_action_target_of_webhook_type.htm\&type=5)
* [HubSpot](https://developers.hubspot.com/docs/api/webhooks#manage-settings-in-your-developer-account)
* [Zendesk](https://support.zendesk.com/hc/en-us/articles/4408839108378-Creating-webhooks-to-interact-with-third-party-systems)
* [Gorgias](https://docs.gorgias.com/en-US/http-integrations-81822)
* [Intercom](https://developers.intercom.com/docs/webhooks/setting-up-webhooks)
* [Delighted](https://app.delighted.com/docs/api/webhooks)
* [Klaviyo](https://developers.klaviyo.com/en/reference/create_webhook)
* [Metrilo](https://github.com/metrilo/custom-integration?tab=readme-ov-file)
* [Drip](https://help.drip.com/hc/en-us/articles/4424695500685-Set-Up-a-Webhook)
* Freshdesk
* Help Scout
* Gladly
* Kustomer
* Re:amaze
* Richpanel

</details>


---

# 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://support.flowplusapp.com/set-up/channel-configuration/set-up-channel-url/webhook-implementation-guides.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.
