Same webhook link in 2 different flows

Hey, I’m using Active Pieces to send events from PostHog to Slack, but PostHog only allows adding one webhook URL.

I need to create multiple flows in Active Pieces, but I want them all to be triggered by the same webhook. Is that possible? If so, how can I do it?

hi @Manoti_Sehgal , i think one way you can do it is to call your other flows using the call subflow piece in your main workflow. For example, you have Workflow A that uses a webhook trigger and you added this webhook URL to your PostHog. Says you want to trigger the other workflow once this webhook URL is being called, you can either send a HTTP request to your Workflow B/C/D/E/F’s webhook URL, or you can just simply call the Workflow B/C/D/E/F using call subflow piece somewhere in your Workflow A.

Edit: deleted the post, It’s wrong topic

1 Like

I can’t think of other suggestion other than subflow piece as suggested by @snoopybubu

Make sure you toggle off the wait for response when calling subflow