Push Notifications

Arrivals Board can receive messages via push notifications, allowing you to send messages to your board from anywhere in the world --- even when you are not on the same network. Messages typically arrive within seconds.

Push notification on the board

Setup

  1. Open Settings and tap Sources > Push Notifications.
  2. Toggle Enable on.
  3. When prompted, allow Arrivals to send you notifications. This is required for push delivery.
  4. Arrivals begins listening for incoming messages.
  1. Open Settings and navigate to Sources > Push Notifications.
  2. Toggle Enable on.
  3. Arrivals begins listening for incoming messages.

Configuration reference

Option Default Description
Enable Off Turns the push notification source on or off. No other configuration is needed.

Sending a push message

You can send messages to your board from several places:

  • The Local Server REST API --- Post a message to the /api/messages endpoint with "push": true in the JSON body. The local server delivers it to your board wherever it is.
  • Siri Shortcuts --- Use the "Send to Arrivals" shortcut action to send a message from your iPhone, iPad, or Mac.
  • Custom scripts --- See the Automation section for details on sending messages programmatically.

Messages sent via push are displayed on the board just like messages from any other source, complete with sender name, text, indicator color, and urgency.

Features

Instant delivery

Push messages typically arrive within seconds, making this source suitable for time-sensitive alerts from remote systems.

No server to maintain

Push notifications use Apple's built-in infrastructure as part of your iCloud account. There is no server for you to set up, maintain, or pay for.

Troubleshooting