# MessengerPeople

{% hint style="info" %}
MessengerPeople is a WhatsApp Business enabled provider. Please make sure to follow the [required steps](https://api.messengerpeople.dev/docs/whatsappbusiness) to make sure to have your account correctly enabled.
{% endhint %}

To configure the [MessengerPeople](https://www.messengerpeople.dev/) WhatsApp provider follow the steps detailed below:

* Signup for a [MessengerPeople ](https://www.messengerpeople.dev/)API account
* After registering, you'll be redirected to your account dashboard
* Click on the OAuth Apps menu on the left and the click on the Add button on the bottom right of the page.

![](/files/-M-q-FERya6mw8fe-eEc)

* Set any name you like as Client Name and any description you like as Description.
* Set [https://\<NODE>.xenioo.com](https://app.xenioo.com) as Redirect URI and click on Save. The \<NODE> value is the root name of your Xenioo instance. Check your current account Xenioo url to get the root node name.

![](/files/-M-q-fjQ6oCaHfnmZq8E)

* Your client credentials are created. You can see them in the overview box of the OAuth Apps page.
* Copy the generated Client-ID and Client-Secret in the same fields of your Xenioo publish dialog.

![](/files/-M-q0SqiqgFXMObMU0Ls)

* Go to the WhatsApp channel section of your account
* Copy the Channel UUID you see on the page and paste it in the Channel UUID field you see on the Xenioo publish dialog
* Click on publish
* Xenioo will automatically create the correct Webhook configuration for you.
* If you move to your MessengerPeople account, you should be able to see the Webhook in your Webhook list. If the page is empty, try a refresh or just wait a minute for MessengerPeople to update.

![](/files/quAeLx4Pz49BrHA4zPp0)

* Click on the WhatsApp menu of your MessengerPeople account. You should be able to see your current Business Account details.
* Click on the small pencil on the top right corner to start editing this data
* Under the "Webhook Subscriptions", add the Xenioo Webhook entry, subscribing only to "messages:in" events and click the save button on the bottom

![](/files/bNz33LgIQ9G5sIdghvF3)

* Enjoy!


---

# 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://docs10.xenioo.com/basic-concepts/publishing/channels/whatsapp/configuring-providers/messengerpeople.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.
