Workflow analysis

How can I make a workflow start automatically if another app sends me data?

Use the Webhook trigger node.it gives you a unique URL that listens for incoming HTTP requests. Whenever data is sent to that URL ( like a POST from another app), the workflow kicks off instantly

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.