Hi there. I need to enable users to automatically receive a WhatsApp message when they enter their data on a landing page. I discovered that this was made possible by using Growth Tools. However, since they descontinued the tool, I don't know how to implement this feature now. Can someone help me?
Solved
Trouble with landing page integration
Best answer by thales
Hey!
To do this, you need to use the Manychat API, through an integration platform, like MAKE for example.1. You will receive the data through a webhook with the phone number2. You need to create phone number in manychat via api using routePOST/fb/subscriber/createSubscriberhttps://api.manychat.com/swagger#/The json payload could look like this:{ "first_name": "string", "last_name": "string", "whatsapp_phone": "string",}3. After creating the user in manychat, you need to send it to a flow, with a template message.Like this 👇
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

