Describe the problem/error/question
Is it possible to fire the telegram trigger on adding an emoji to an existing message?
Is it possible to fire the telegram trigger on adding an emoji to an existing message?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Welcome to the community @Krystian_Magdziarz
Do you mean, firing a trigger when a message gets a reaction with a specific emoji, or when messages include emoji? If you mean the former, then I don’t think this is possible with the current Telegram Trigger node, but it might be possible with the Webhook node.
It would be great if you could provide a bit more context/detail on what you’re looking to achieve!
Try this:
Only reply if on your message is this emoji:
Thanks. This only works for new messages containing emoji in the content. I’m talking about tagging existing ones with emoji.
Thanks. Yes, I mean the first option. Do you know how to do it with webhook ?
I’ve replicated this:
On app:
n8n:
See if this is what you are looking for.
Super thanks for your response and help @Canato.
However, to make it work we need to set other parameters in the telegram webhook.
Look for this response if you have such a problem:
When I set it up using postman, it started working.
Thanks to the entire community for helping
Yeah, the URL parameter was on my second step, missing the allowed_updates parameter.
Good job!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.