Automate Reddit
Explore Plans
Mobile menu Close menu
NotificationsNotifications

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.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Message Text input

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

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)

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.setLinkUrl(string: linkUrl)

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.setImageUrl(string: imageUrl)