---
title: "send simple notification · RUAL Documentation"
description: "Sends simple notification with basis options"
canonical: https://docs.rual.nl/block-types/apn/apnconnection_send_simple_notification
language: en
---

# send simple notification

This block is part of the [`apn`](https://docs.rual.nl/block-types/apn) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Sends simple notification with basis options

- 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

- flow `flow`

- connection `apconnection` Chainable connection

- success `condition` Message Send Succeeded

- error `value` Error message

A typical wiring for [send simple notification](https://docs.rual.nl/block-types/apn/apnconnection_send_simple_notification): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [open connection](https://docs.rual.nl/block-types/apn/function_apn_open_connection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `title` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `message` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `action` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `topic` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `device` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the send simple notification block: typical wiring for send simple notification.](https://docs.rual.nl/canvas-examples/apnconnection_send_simple_notification.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
