diff --git a/apps/docs/deploy/whatsapp/overview.mdx b/apps/docs/deploy/whatsapp/overview.mdx index e4779fd3f..8f2aba6b4 100644 --- a/apps/docs/deploy/whatsapp/overview.mdx +++ b/apps/docs/deploy/whatsapp/overview.mdx @@ -61,6 +61,31 @@ You can customize how your bot behaves on WhatsApp in the `Configure integration **Start bot condition**: A condition that will be evaluated when a user starts a conversation with your bot. If the condition is not met, the bot will not be triggered. +## Collect position + +You can ask for the user's location with a basic [Text input block](../editor/blocks/inputs/text). It will be saved as a variable with the latitude and longitude with the following format: `, `. + + + + + Position collection flow + + + + + Position collection bot + + + + ## FAQ diff --git a/apps/docs/images/whatsapp/position-bot.png b/apps/docs/images/whatsapp/position-bot.png new file mode 100644 index 000000000..feb815107 Binary files /dev/null and b/apps/docs/images/whatsapp/position-bot.png differ diff --git a/apps/docs/images/whatsapp/position-flow.jpg b/apps/docs/images/whatsapp/position-flow.jpg new file mode 100644 index 000000000..a3ec5250e Binary files /dev/null and b/apps/docs/images/whatsapp/position-flow.jpg differ