Explore Plans
Mobile menu Close menu
Notify!

Send a Device Notification

Send a notification to the iOS device you specify.

Developer info

API endpoint slug
notifyapp.notify_device
Filter code method
Notifyapp.notifyDevice.skip(string?: reason)
Runtime method
runAction("notifyapp.notify_device", {})

Action fields

Message Text input > Notification

Label
Message
Helper text
What you want to send in your notification
Slug
message
Required
true
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setMessage(string: message)

Title Text input > Short text

Label
Title
Helper text
Optional notification title
Slug
title
Required
false
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setTitle(string: title)

Icon url Text input > Link

Label
Icon URL
Helper text
Optional HTTPS URL to custom icon (e.g., https://example.com/icon.png)
Slug
icon_url
Required
false
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setIconUrl(string: icon_url)

Image url Text input > Photo

Label
Image URL
Helper text
A link to a hosted image over HTTPS. It appears inside the notification when you pull it down.
Slug
image_url
Required
false
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setImageUrl(string: image_url)

Time sensitive Dropdown list

Label
Time Sensitive
Helper text
Yes lets this notification break through a Focus. Use it sparingly, for things that genuinely cannot wait.
Slug
time_sensitive
Required
false
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setTimeSensitive(string: time_sensitive)

Group type Text input > Short text

Label
Notification Grouping
Helper text
Helps Group Notifications by Grouping
Slug
group_type
Required
false
Can have default value
true
Filter code method
Notifyapp.notifyDevice.setGroupType(string: group_type)