Explore Plans
Mobile menu Close menu
Notify!

New notification received

This trigger fires when a new notification arrives on a Notify device.

Developer info

API endpoint slug
notifyapp.new_notification

Trigger fields

No fields for this trigger

Ingredients

Created at When did you get the alert?

Slug
created_at
Filter code
Notifyapp.newNotification.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Notification The Notify id for this notification.

Slug
notification_id
Filter code
Notifyapp.newNotification.NotificationId
Type
String
Example
10482

Title The notification title, empty if the sender did not set one.

Slug
title
Filter code
Notifyapp.newNotification.Title
Type
String
Example
Price drop

Message The body text of the notification.

Slug
message
Filter code
Notifyapp.newNotification.Message
Type
String
Example
Now $89.99, was $129.00

Icon url The icon the sender attached, empty if there was none.

Slug
icon_url
Filter code
Notifyapp.newNotification.IconUrl
Type
Image URL
Example
https://www.example.com/favicon.ico

Source Where the notification came from, such as a watched page, a beacon, or the API.

Slug
source
Filter code
Notifyapp.newNotification.Source
Type
String
Example
notify-json

Delivered Reads yes when Apple accepted the push, and no when it failed.

Slug
delivered
Filter code
Notifyapp.newNotification.Delivered
Type
String
Example
yes