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.
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
Label
Message
Slug
message
Required
true
Can have default value
true
Filter code method
IfNotifications.sendWidgetNotification.setMessage(string: message)
Label
Title
Helper text
Optional, bold text above the message
Slug
title
Required
false
Can have default value
true
Filter code method
IfNotifications.sendWidgetNotification.setTitle(string: title)
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.sendWidgetNotification.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.sendWidgetNotification.setImage Url(string: image_url)