diff --git a/apps/docs/deploy/whatsapp/overview.mdx b/apps/docs/deploy/whatsapp/overview.mdx index 880fd23e29..f70fe9a72f 100644 --- a/apps/docs/deploy/whatsapp/overview.mdx +++ b/apps/docs/deploy/whatsapp/overview.mdx @@ -130,16 +130,25 @@ You can ask for the user's location with a basic [Text input block](../../editor their documentation - - It can happen that you configured your WhatsApp number, you send the first - message to try it out but it never replies back. + - To troubleshoot this we suggest you to: +## Troubleshooting - 1. Make sure the bot works fine in [Test mode](#test) - 2. Delete the number and configure it again while making sure you read all the instructions thoroughly - 3. Make sure you don't have any Start conditions or that your first message is matching the condition - 4. If it really does not work, contact support at support@typebot.io +### After publishing the bot on my phone number, it doesn't reply back - - +It can happen that you configured your WhatsApp number, you send the first +message to try it out but it never replies back. + +To troubleshoot this we suggest you to: + +1. Make sure the bot works fine in [Test mode](#test) +2. Make sure the phone number you are using is not already used in WhatsApp Business app. + + If it is, you won't be able to use the same number to use with Typebot. The process of associating a phone number to Typebot blocks that number from being used for a regular WhatsApp account. Even though we recommend to use a dedicated phone number number for Typebot, you can migrate your phone number registered with WhatsApp Business app by deleting your WhatsApp Business app account. It should unlock the number after 24 hours. + +3. Delete the phone number configuration on Typebot and configure it again while making sure you read all the instructions thoroughly. +4. Make sure you don't have any Start conditions or that your first message is matching the condition +5. If using a test phone number, make sure the phone number you are using to send the first message is in the list of allowed numbers of that test phone number. + + WhatsApp allow list + diff --git a/apps/docs/images/whatsapp/allow-list.png b/apps/docs/images/whatsapp/allow-list.png new file mode 100644 index 0000000000..719fd9fa74 Binary files /dev/null and b/apps/docs/images/whatsapp/allow-list.png differ diff --git a/packages/embeds/wordpress/trunk/includes/class-typebot-loader.php b/packages/embeds/wordpress/trunk/includes/class-typebot-loader.php index e5e66c9f4f..a7b26b65bf 100644 --- a/packages/embeds/wordpress/trunk/includes/class-typebot-loader.php +++ b/packages/embeds/wordpress/trunk/includes/class-typebot-loader.php @@ -4,6 +4,7 @@ class Typebot_Loader { protected $actions; protected $filters; + protected $shortcodes; public function __construct() {