send simple notification
This block is part of the apn group and was last modified in core v10.4.28.
send simple notification v10.4.28 Sends simple notification with basis options
- flow
flow - connection required
apnconnection - title required
valueNotification Title
- message required
valueNotification Message
- action required
valueNotification Action
- topic required
valueThe App bundle ID
- device required
valueToken for the device you are trying to notify
- badge
numberThe number shown in the badge
- collapse id
valueUnique ID for this type, notifications with same ID will be shown combined
- mutable content
conditionDefines if the notification is mutable
- payload
objectAdds custom payload to the notification
- flow
flow - connection
apconnectionChainable connection
- success
conditionMessage Send Succeeded
- error
valueError message
A typical wiring for send simple notification: a function trigger starts the flow; open connection feeds the connection pin; value feeds the title pin; value feeds the message pin; value feeds the action pin; value feeds the topic pin; value feeds the device pin; the flow out pin feeds debug.

Version history
Introduced in v10.4.28.
Back to
apn Return to the main group to view all sub-groups Back to apn Return to the group to view all blocks within this group
