+7 495 255 06 20
Log In Free trial
Select Language
December 9, 11:00 AM

Digital Reception: How to Increase Your Hotel’s Revenue by 30%?

Join the webinar to learn how a digital staff member answers guests 24/7, boosts loyalty and NPS through personalized communication and attentive service!
Participate for free

If after entering the confirmation code when connecting WhatsApp Cloud API, the number remains in "Awaiting Confirmation" status, you need to send a POST request to Postman to confirm the number.

You need this:

  1. Open Postman, create a new POST request, and in the request line enter: https://graph.facebook.com/v20.0/phonenumberid/register, where the phonenumberid is the id of the number to be connected.
  2. Go to "Autorization" - "Auth Type", select "Meta API" - "Bearer token", in the "Bearer token" field specify the access token generated under the system user with administrator rights.
  3. In "Body" select "raw", in the input field insert the code, where 000000 is the 6-digit confirmation code received to the number when creating the account.
     {
        "messaging_product": "whatsapp",
      "pin": "000000"
     }
  4. Click "Send" to forward the request.

    If all data are filled in correctly - the status 200 OK will be returned.
  5. The status of the number on Facebook will change to "Connected".