Hi,
My script sends a webhook after every chat action to track entered messages. It works for Facebook. But in Telegram, the message is the same, the start command. Should I use a different field, not last_input_text?


Hi,
My script sends a webhook after every chat action to track entered messages. It works for Facebook. But in Telegram, the message is the same, the start command. Should I use a different field, not last_input_text?


Best answer by Gustavo Boregio
In Messenger, the 'last_text_input' updates with the content of the last button clicked.
In Telegram, from what you're experiencing, it doesn't.
My suggestion is that you use another field to send this information. You could add an action after each button click to set a text field with the content you want, and then use this in your webhook.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.