I am creating a subscription list on news reports and offers on Whatsapp.
So I’m creating a feature for the user to manage it’s subscription and would like to dynamically return a list to the user once he/she requests it showing all subscriptions he has and all other available subscriptions.
I am saving everything in my database via HTTP requests, so ideally I would return the data when sending the user the list of subscriptions.
Is there a way to do this? I think on messenger it is the Dynamic Block, and I know in the UI there is no way to do this for whatsapp. But could I achieve this through the API?
Solved
Can I send content dynamically on whatsapp?
Best answer by Gustavo Boregio
Use an external request on Manychat, then map all the response values to User Fields.
Then use the user fields to display the data.
It’s more work, but it’ll get the job done. ;)
I’ve used this strategy many times when I didn’t have control over the service providing the information and it works perfectly.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.