What is this for?
1 Like
Hi @devcodejourneyy!
What you are looking at is a webhook trigger which you can use to trigger your workflow anywhere outside or even inside n8n , you can pass down data with it, like https://yourN8N.com/webhook\`?YourName=Anshul\`&\`YourSite=axshul.site\`
And something like this and it is really awesome you can trigger your workflow from any application which supports sending an HTTP request! Most of the time this webhook goes with a respond to webhook as it helps returning data for some cases like AI agent , you can use Webhook and respond to webhook pairs to even create a website easily!
For example you can use it like this:
3 Likes
oh, okay thanks ![]()
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.