send simple notification

This block is part of the android group and was last modified in core v14.0.1.

send simple notification v13.0.1 Updated v14.0.1

Sends simple notification with basic options

In pins 8 + flow
  • flow
    flow
  • connection required
    androidconnection
  • title required
    value

    Notification Title

  • message required
    value

    Notification Message

  • action
    value

    Notification Action

  • project id required
    value

    Firebase Project ID

  • device required
    value

    Token for the device you are trying to notify

  • collapse id
    value

    Unique ID for this type, notifications with same ID will be shown combined

  • payload
    object

    Adds custom payload to the notification

Out pins 3 + flow
  • flow
    flow
  • message
    object

    Message

  • success
    condition

    Message Send Succeeded

  • error
    value

    Error message

A typical wiring for send simple notification: a function trigger starts the flow; value feeds the title pin; value feeds the message pin; value feeds the project_id pin; value feeds the device pin; the flow out pin feeds debug.

Studio canvas example for the send simple notification block: typical wiring for send simple notification.

Version history

Introduced in v13.0.1.

Last modified in v14.0.1.


Back to android Return to the main group to view all sub-groups Back to android Return to the group to view all blocks within this group