Preview WhatsApp fail
Hi, I've configured the WhatsApp API from Facebook. I've put all the constants in the typebot env, but when I try to run a WhatsApp test for a flow, it sends me this message. Can anyone help me? Thanks a million.
Error message:
Request failed with status code 401 Unauthorized
Details
{
"error": {
"message": "Invalid OAuth access token - Cannot parse access token",
"type": "OAuthException",
"code": 190,
"fbtrace_id": "AgBIOOxJ3ZuwdObxMC_M9q9"
}
}
3 Replies
Most likely your access token has not the right format?
Read thoroughly the requirements here: https://docs.typebot.io/self-hosting/configuration#whatsapp-preview
Typebot Docs
Configuration - Typebot Docs
Solved! Was the access token. Thanks a lot!