Whatsapp to n8n. scared and intimidated

I can currently interact with my AI WhatsApp bot without any issues, but customers can’t. Any ideas on how to resolve this? I’ve added in a number to replace the test number, the name has been approved but it’s asking me to confirm the number following these steps Account - On-Premises API - Documentation - Meta for Developers i tried to read through the link but it literally looks like a different language. help plssssss

1 Like

i have the code already i just dont know what to do with it

1 Like

You need to use it here, when making a post request, it says

POST /v1/account

{
    "cc": "COUNTRY_CODE",
    "phone_number": "PHONE_NUMBER_WITHOUT_COUNTRY_CODE",
    "method": "sms" or "voice",
    "cert": "VERIFIED_NAME_CERT_IN_BASE64", #PASTE THAT CODE HERE
    "pin": "EXISTING_6_DIGIT_PIN" # required if two-step verification is enabled
}

You can use postman or in terminal window to make the request, u just need to make sure its a post and get the domain you need to call, with the endpoint /v1/account

Hope this help, once u do this, it will reply and add number

Hi are you already turn on 2FA step on the settings? You can try to use this 2 request call, first try to check your waba status