Trigger nodes with webhooks

Hi! Found out I can’t get how trigger nodes such as Telegram, ClickUp and others work. They all have test/prod webhooks but I can’t get how to use it. It seems that such nodes run only in Test mode, registering just one interaction and then stop.

In a Webhook node I could pass the prod URL to the calling service and get it working constantly. But in case of Telegram trigger, how can I run it in a constant production mode?

In test mode, they deactivate once you receive an event. When you active the workflow, that will not happen. So, to answer your question, if you want the trigger to be listening for events without deactivating you have to activate the workflow.

3 Likes

Thank you, @RicardoE105