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
        
          
          
              - Label
- Which notification?
- Slug
- notification
- Required
- true
- Can have default value
- false
 
        
          
          
              - 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)
 
        
          
          
              - 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)
 
        
          
          
              - 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)
 
        
          
          
              - Label
- Which device?
- Slug
- devices
- Required
- false
- Can have default value
- false