Send Notification Get

Convenience endpoint for quick testing or clients with limited HTTP support. Accepts the same fields as the POST endpoint, but as query parameters instead of a request body.

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.
Set Message
Enable to set the optional field Message
Message
Primary content of the notification.
Set Title
Enable to set the optional field Title
Title
First line of the notification.
Set Subtitle
Enable to set the optional field Subtitle
Subtitle
Line displayed under the title.
Set Sound
Enable to set the optional field Sound
Sound
Notification sound identifier.
Set Open Url
Enable to set the optional field Open Url
Open Url
URL to open when the notification is tapped.
Set Image Url
Enable to set the optional field Image Url
Image Url
URL of an image to display in the notification.
Set Expiration Date
Enable to set the optional field Expiration Date
Expiration Date
ISO 8601 datetime after which APNs stops retrying delivery.
Set Filter Criteria
Enable to set the optional field Filter Criteria
Filter Criteria
Focus filter criterion.
Set Interruption Level
Enable to set the optional field Interruption Level
Interruption Level
How urgently the notification is presented.
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.