Skip to main content
Solved

How to Inject Data Into Manychat

  • June 24, 2025
  • 5 replies
  • 54 views

tienviet0510

Hello everyone, I have a Ladipage popup for a lucky spin. When a customer wins, they will fill in two fields: a voucher code and a phone number. I want that after the customer fills in the phone number and voucher code fields, a message will automatically be sent to the customer's Messenger from Ladipage via ManyChat.

Best answer by Gustavo Boregio

Hey ​@tienviet0510 yes that’s totally doable, you’ll need a connector tool like Make.com or Zapier for this.

If you use Make.com, your scenario will look something like this:

 

You basically use Manychat’s API (https://api.manychat.com) to create the user and set the custom fields, and then send the message to the user.

If you need help setting this up feel free to send me a message, we do this for our clients at least once a week! :D

5 replies

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2821 replies
  • Answer
  • June 24, 2025

Hey ​@tienviet0510 yes that’s totally doable, you’ll need a connector tool like Make.com or Zapier for this.

If you use Make.com, your scenario will look something like this:

 

You basically use Manychat’s API (https://api.manychat.com) to create the user and set the custom fields, and then send the message to the user.

If you need help setting this up feel free to send me a message, we do this for our clients at least once a week! :D


tienviet0510
  • Author
  • Up-and-Comer
  • 2 replies
  • June 25, 2025

I’ve looked it up and found a tutorial video (

). Do you have any methods like this one?


sajithmohan
  • Channel Explorer
  • 13 replies
  • June 25, 2025

Hi,

I would recommend to send them to the ManyChat messenger bot once they spin the wheel/ or completed the registration form. We have to have them opt-in to Messenger first to send messages via Messenger. 

Using WhatsApp you can send messeger when someone submit a form thorugh API or third-party connector like Make.com

Thanks,

Sajith


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2821 replies
  • June 25, 2025

@tienviet0510 the ref URL method could work, but it would require that the user sends the first message and they don’t change the text on the message for it to work.

The API method I showed is much more reliable.

And I don’t have a tutorial on this recorded yet, sorry.


tienviet0510
  • Author
  • Up-and-Comer
  • 2 replies
  • June 26, 2025

Hello everyone. I've managed to solve this issue. Anyway, thank you all for your advice.