Published on

Webhook API Key 🔑

Authors

Webhook API Key 🔑

A webhook is an HTTP request, triggered by an event in a source system and sent to a destination system. Let's say if you have built a workflow on Outerbridge and you would like the workflow to start executing once a HTTP call is made, Webhook node is what you're looking for.

However, anyone can call the Webhook URL and trigger the workflow, and this might cause some privacy and security issues.

The solution to that is to specify an API Key that is needed to be included in the headers of the Webhook URL as X-API-KEY, and only execute the workflow if the API key matches.

Below shows the video of how it can be used on Outerbridge:


Let us know if you have any suggestion or ideas, we'd love to hear em! Reach us out in Discord!