Node-RED
Last updated
Last updated
We provide node-red-contrib-webhookrelay node that can be used with Node-RED to easily received webhooks.
To use this node, some configuration is required:
Install node-red-contrib-webhookrelay
Create bucket at https://my.webhookrelay.com/buckets
Generate tokens at https://my.webhookrelay.com/tokens
Supply bucket and token key & secret into the node
Detailed steps with screenshots are available below.
Open ‘palette’ on your Node-RED web interface and install node-red-contrib-webhookrelay
node:
Buckets are like groups where you can have multiple input URLs and multiple outputs. Create at least one output to receive webhooks over WebSocket connection (Node-RED uses it under the hood) then you will be able to resend webhooks manually (good for testing integrations).
Go to your buckets page and create a bucket called nodered
and at least one internal output (destination doesn’t matter):
Retrieve token key & secret from https://my.webhookrelay.com/tokens page. While token key will remain visible, secret is already encrypted and cannot be decrypted. If you lose your secret, just delete the token and create a new one.
Add bucket name and your token key & secret into the node: