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 Message Slug message Required true Can have default value true Filter code method IfNotifications.sendRichNotification.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.sendRichNotification.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.sendRichNotification.setLinkUrl(string: linkUrl) Label Image URL Helper text Optional Slug image_url Required false Can have default value true Filter code method IfNotifications.sendRichNotification.setImageUrl(string: imageUrl)