Skip to main content

Hello ManyChat Community,

I am trying to trigger a specific block in my Telegram automation flow (tg_welcome) via Make (Integromat). I can get the flow ID and send the flow to a subscriber using the API, but I cannot find the ID of individual blocks within the flow.

The problem is that when I open the flow in ManyChat, the block ID is not visible in the address bar or anywhere else in the interface. Because of this, I cannot send a request from Make that targets a specific block — I only know the flow ID.

Could someone please advise how to find the ID of a specific block in a Telegram automation flow so that I can trigger it via the API/Make?

Thank you in advance for your help!

 

@Yana you can’t.

All we have is the sendFlow which will trigger the specific automation.

If you want to send separate blocks, you’ll need to place them in separate automations.

Or use additional logic (tags, conditions, user fields) to decide what block to send.

Hope this helps!