# How Webhook Works

{% hint style="warning" %}
Below video UI and locations are changed in Picky Assist 2.0, so please follow the direct links given below to access the developers settings to save the webhook
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=P8s7-6TSEw0>" %}

.

## Type of Webhooks

| Webhook Type                                                                                                     | Description                                                                                                               | Path                                                                                                          | Path V4                                                                                                       |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [Global Webhook ](https://help.pickyassist.com/api-documentation-v2/webhook)                                     | This is a global webhook which capture all incoming messages in your project from all configured channels                 | Settings -> Developers-> Webhook -> [Global Webhook](https://pickyassist.com/app/settings/developers/webhook) | Settings -> Developers-> Webhook -> [Global Webhook](https://app.pickyassist.com/settings/developers/webhook) |
| [Smart Reply Webhook](https://help.pickyassist.com/setting-up-guide/smart-replies/settings#configuring-webhooks) | This can be set along with Smart Replies , if smart replies webhook are enabled then global webhook will not be triggered | Smart Replies -> Settings -> [Webhook](https://pickyassist.com/app/smart-replies/settings)                    | Smart Replies -> Settings -> [Webhook](https://app.pickyassist.com/smart-replies/settings)                    |
| [Event Webhook](https://help.pickyassist.com/api-documentation-v2/event-webhook)                                 | This can be set to capture all events like Delivery Report, WhatsApp Filter Report, New Subscriber Alert etc              | Settings -> Developers-> Webhook -> [Event Webhook](https://pickyassist.com/app/settings/developers/webhook)  | Settings -> Developers-> Webhook ->[ Event Webhook](https://app.pickyassist.com/settings/developers/webhook)  |

{% hint style="warning" %}
Please enable the POST method in your server to receive webhook requests and make sure your server firewall allows incoming POST requests from our server.&#x20;
{% endhint %}
