A beginner's guide
Explore Plans
Mobile menu Close menu
PushcutPushcut

Send a notification

This action will send a smart notification to your devices.

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 smart notification to your devices.
API endpoint slug
pushcut.send_notification
Filter code method
Pushcut.sendNotification.skip(string?: reason)
Runtime method
runAction("pushcut.send_notification", {})

Action fields

Notification Dropdown list

Label
Which notification?
Slug
notification
Required
true
Can have default value
false

Title Text input > Title

Label
Dynamic Title
Helper text
Leave empty to use the title defined in the app
Slug
title
Required
false
Can have default value
true
Filter code method
Pushcut.sendNotification.setTitle(string: title)

Text Text input > Notification

Label
Dynamic Text
Helper text
Leave empty to use the text defined in the app
Slug
text
Required
false
Can have default value
true
Filter code method
Pushcut.sendNotification.setText(string: text)

Input Text input > Long text

Label
Input
Helper text
Will be forwarded to any triggered action
Slug
input
Required
false
Can have default value
true
Filter code method
Pushcut.sendNotification.setInput(string: input)

Devices Dropdown list

Label
Which device?
Slug
devices
Required
false
Can have default value
false