Hey everyone,
I am adding a payload to a telegram Ref URL that triggers a sequence in ManyChat and saves the payload to a user’s custom field, following https://help.manychat.com/hc/en-us/articles/14281358848924-Messenger-Ref-URL-Trigger.
A simple text value like “test” works fine.
However, when trying to add a url as a payload, ManyChat does not save it, and the target sequence is not triggered.
https://t.me/my_Bot?start=w42515731--https://google.com/
I’ve tried url-encoding the url as well, that did not work either:
https://t.me/my_Bot?start=w42515731--https%3A%2F%2Fgoogle.com%2F
How may I fix or troubleshoot it?