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

In pins 10 + flow
  • flow
    flow
  • connection required
    apnconnection
  • title required
    value

    Notification Title

  • message required
    value

    Notification Message

  • action required
    value

    Notification Action

  • topic required
    value

    The App bundle ID

  • device required
    value

    Token for the device you are trying to notify

  • badge
    number

    The number shown in the badge

  • collapse id
    value

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

  • mutable content
    condition

    Defines if the notification is mutable

  • payload
    object

    Adds custom payload to the notification

Out pins 3 + flow
  • flow
    flow
  • connection
    apconnection

    Chainable connection

  • success
    condition

    Message Send Succeeded

  • error
    value

    Error 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.

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

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