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.
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
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)
Label
Message
Slug
message
Required
true
Can have default value
true
Filter code method
IfNotifications.sendRichNotification.setMessage(string: message)
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)
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)
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)