Send Notification Post

Send a push notification to the device(s) associated with the given webhook secret.

The request body can be:

  • Plain text (Content-Type: text/plain) — the body is used as the notification message.
  • JSON (Content-Type: application/json) — full control over all notification fields.

Options

Secret
Webhook secret as it appears in the brrr app. For the shared webhook it looks like br_usr_<random>; device-specific webhooks use a different prefix. The full URL including this secret must be kept private.
Body
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Success: Indicates whether the request was processed successfully.
  • Error: Human-readable error message. Only present when success is false.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Result of the request depending on the selected Result Format.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.