Webhooks

In this guide, we will look at how to consume webhooks to integrate your app with Our voice. With webhooks, your app can know when something happens in Our voice, such as someone sending a message or adding a contact.

Registering webhooks

To register a new webhook, you need to have a URL in your app that Our voice can call. You can configure a new webhook from the Our voice dashboard under API settings. Give your webhook a name, pick the events you want to listen for, and add your URL.

Now, whenever something of interest happens in your app, a webhook is fired off by Our voice. In the next section, we'll look at how to consume webhooks.