Group Location
Explore Plans
Mobile menu Close menu
NotificationsNotifications

Send a rich notification to the IFTTT mobile widget

This action will send a rich notification to IFTTT mobile widget installed on your devices. 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
API endpoint slug
if_notifications.send_widget_notification
Filter code method
IfNotifications.sendWidgetNotification.skip(string?: reason)
Runtime method
runAction("if_notifications.send_widget_notification", {})

Action fields

Message Text input

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

Title Text input > Document title

Label
Title
Helper text
Slug
title
Required
false
Can have default value
true
Filter code method
IfNotifications.sendWidgetNotification.setTitle(string: title)

Link URL Text input > Link

Label
Link URL
Helper text
Slug
link_url
Required
false
Can have default value
true
Filter code method
IfNotifications.sendWidgetNotification.setLinkUrl(string: linkUrl)

Image URL Text input > Photo

Label
Image URL
Helper text
Slug
image_url
Required
false
Can have default value
true
Filter code method
IfNotifications.sendWidgetNotification.setImageUrl(string: imageUrl)