Telegram trigger on emoji

Describe the problem/error/question

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.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @Krystian_Magdziarz :tada: :sunny:

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: :rocket:

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.

1 Like

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 :saluting_face:

2 Likes

Yeah, the URL parameter was on my second step, missing the allowed_updates parameter.
Good job!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.