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.1Sends simple notification with basic options
In pins 8 + flow
- flow
flow - connection required
androidconnection - title required
valueNotification Title
- message required
valueNotification Message
- action
valueNotification Action
- project id required
valueFirebase Project ID
- device required
valueToken for the device you are trying to notify
- collapse id
valueUnique ID for this type, notifications with same ID will be shown combined
- payload
objectAdds custom payload to the notification
Out pins 3 + flow
- flow
flow - message
objectMessage
- success
conditionMessage Send Succeeded
- error
valueError 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.

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
