Mid-flow Webhook?

Is it not possible to add a Webhook in the middle of your scenario flow? For example: I want to make an API request to start a task and then make a post request to a webhook that notifies when the task is done so I can continue through my scenario.

Right now it looks like I can only add a Webhook as a trigger. But I’m not super familiar with Make. Would I have to create an additional scenario for this?

Yes you cannot do that because webhooks are trigger modules.

Yes if you have to use a webhook, you need to have another scenario.

2 Likes

Hey @Jack_Randall ,
Webhooks usually act as instant triggers. Contrary to scheduled triggers, which periodically ask a given service for new data to be processed, webhooks execute the scenario immediately after the webhook URL receives a request.
To know more about Webhooks read Webhooks | make

1 Like