Skip to main content

Hello everyone, I have a question: when a user visits the site, he enters some data, creates fbc and fbp, and when he clicks on the start button, he is transferred to a telegram bot, and when he presses the start command in this bot, this data that he entered from the site is transferred to manychat

so this is how it works:
the user visits the site for advertising, enters the data, goes to the telegram bot (works through manychat), where contacts are created for him, and it is necessary to fill in the data that he entered from the site

Is it possible to do this and how?

@Even you can use a Telegram Ref URL with Payload to do this:

 

If you need to send more than one parameter then you’ll the logic to either split up the information or go look for the rest of the information elsewhere (for example, a Google Sheet).


Hmm, an interesting solution, since I need to transmit a lot of information, but can manychat decrypt sha256 and decode json, and write this data to the user?


@Even Manychat can read JSON using External Requests and the API, but it cannot decrypt sha256.

For that you’ll need something external (Make.com, Zapier or your own code).

If you need help designing this, checkout out the options I have in https://gusboregio.com 

I’ve done this before with my clients, it’s a matter of finding the best solution based on your needs and the capabilities of the systems you’re using.


Reply