Automation webhook trigger got stopped after the first use

Hi Team,

I created a simple automation with webhook trigger. And I am triggering that webhook using a Python script.

But I can only trigger the same webhook once. Is there any possibility to trigger the same webhook multiple times?

Eg: I have a simple Python script, whenever my condition is met to buy a stock, it triggers the webhook. which is successful. After a few minutes, that first trade got completed. But my Python script is still looking for another opportunity to buy the same stock again to trade. But I am getting an error as "workflow or run id not found" when triggered the same webhook again.

4 replies