Skip to main content
Solved

WhatsApp Ref URL Payload possibility

  • April 4, 2024
  • 6 replies
  • 190 views

Elambharathi

Is there any way we could store URL payload to a custom field in the Whatsapp Bot. We currently have a similar feature for messenger where you can get a payload(user inputted value) along the messenger REF URL and save it to a custom field

Best answer by Gustavo Boregio

You can’t because in Whatsapp the information comes as plain text, it’s not a hidden value in the URL.

You can do workarounds, such as set up a keyword with ‘starts with’ and then process the text that comes after it. However, the person will see the text that comes in the message, which will probably be a very bad user experience.

6 replies

Vito
  • Up-and-Comer
  • April 7, 2024

I would like to know this aswell. Did a lot of searching but I can only find this feature in messenger automations.

I’ve send this question to the support staff too. If they answer me I will let you know.


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • Answer
  • April 7, 2024

You can’t because in Whatsapp the information comes as plain text, it’s not a hidden value in the URL.

You can do workarounds, such as set up a keyword with ‘starts with’ and then process the text that comes after it. However, the person will see the text that comes in the message, which will probably be a very bad user experience.


Vito
  • Up-and-Comer
  • April 7, 2024

Thanks for your reply. 
 

Actually I could live with that concession. How would this be done exactly? If I try to put a ?name={name} in the whatsapp trigger cannot be saved. 
 

Or did I interpret your answer the wrong way?


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • April 7, 2024

You’ll have to create a keyword, with ‘starts with’, and set the URL manually.

Your URL would be something like:

“https://wa.me/<number>?text=name%20{name}”

And your keyword would be set to ‘starts with’ and keyword ‘name’.

Then you’d have to use an external tool to separate the ‘name Gustavo’ text that you’d get so you can pick up the person’s name.


Vadim Ciobanu
Forum|alt.badge.img
  • Channel Explorer
  • November 15, 2024

@Gustavo Boregio what about Telegram ref URL payload?


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • November 15, 2024

You can do it in Telegram ​@Vadim Ciobanu