Is There a More Reliable Method than Webhooks to Call One Workflow from Another Due to Bugs and Duplicate Events?

This topic was automatically generated from Slack. You can find the original thread here.

Hey guys, is there a more reliably way than webhooks to call one workflow from another? I’m experiencing some bugs around that. Check out these two screenshots. The first screenshot highlights that there’s only one array item, and a POST is fired off for each array item. However, in the second screenshot you can see that the hook received two events. Any ideas here?

The bodies of those two events are identical.

maybe you clicked the test button 2 times? Have you tried to tap “Test” on the trigger_each action to see if it fire 1 or 2 events each time?

Hi we’ve just recently pushed an update for this and expect it to be fixed, can you continue your attempt on using webhooks and see if you stumble upon any issues? Btw, you might want to change the endpoint now that’s exposed to the internet

+1 The ability to send a payload from one workflow to another without a webhook would be a gamechanger for a lot of the flows I create.