Integrate brrr with n8n
n8nās HTTP Request node can send HTTP requests directly, which makes it a straightforward way to send a push with brrr.
Paste your webhook URL into the node, set the method to POST, enable the request body, choose JSON as the body content type, and add the fields you want to send.
For a minimal setup like the example screenshot, use these values:
- Method:
POST - URL: your brrr webhook
- Send Body: enabled
- Body Content Type:
JSON - Body Parameters: add
messageand optionally other fields from the docs.
If you want more fields such as title, sound, or open_url, keep adding them to the body parameters.
For the full list of supported payload fields, continue to Docs.
If you want to experiment with payloads first, the Send test notification section is the quickest place to start.