When using Heysender you can of course use webhooks as well.
Webhooks can be created both through the Heysender app and the API. In this article we will dive into how this is done.
Webhooks in the app.
To create a webhook in the app, simply click on the Webhooks menu link in the menu on the left.
Now click on Add webhook

Now select the domain you wish to setup a webhook for. If you only have 1 domain setup, it will be pre-selected. If you have not yet created a domain, you need to start by doing that.
Once you have selected the desired domain, input your webhook url, and check the boxes for the events you want to receive webhooks from, and click Create webhook
For testing purposes we can recommend using https://webhook.site, it is a free webhook service that can be used when testing and developing your site.

Now when you have create your webhook(s), they will be listed on this page. It will also show you the last time the webhook was triggered so you can see whether it is actually working.

Webhooks through API
In our documentation that is found on https://documentation.heysender.com you can find the documentation for creating and managing webhooks through API calls.