This action will send a notification to your devices from the IFTTT app.
- API endpoint slug
- if_notifications.send_notification
- Filter code method
- IfNotifications.sendNotification.skip(string?: reason)
- Runtime method
- runAction("if_notifications.send_notification", {})
Action fields
- Label
- Message
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- IfNotifications.sendNotification.setMessage(string: message)
- 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.sendNotification.setHigh Priority(string: high_priority)