Close menu
Explore Plans
Mobile menu Close menu
Notifications

Send a rich notification from the IFTTT app

This action will send a rich notification to your devices from the IFTTT app. Rich notifications may include a title, image, and link that opens in a browser or installed app.

Developer info

API endpoint slug
if_notifications.send_rich_notification
Filter code method
IfNotifications.sendRichNotification.skip(string?: reason)
Runtime method
runAction("if_notifications.send_rich_notification", {})

Action fields

Title Text input > Document title

Label
Title
Helper text
Optional, bold text above the message
Slug
title
Required
false
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setTitle(string: title)

Message Text input

Label
Message
Slug
message
Required
true
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setMessage(string: message)

Link url Text input > Link

Label
Link URL
Helper text
Optional, link may open in a browser or installed app
Slug
link_url
Required
false
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setLink Url(string: link_url)

Image url Text input > Photo

Label
Image URL
Helper text
Optional
Slug
image_url
Required
false
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setImage Url(string: image_url)

High priority Dropdown list

Label
High priority
Helper text
On Android, this will cause your device to wake up to display the notification. On iOS, this will cause the notification to bypass Do Not Disturb.
Slug
high_priority
Required
false
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setHigh Priority(string: high_priority)