YAML examples for Pushover
Pushover notification with link
yaml- action: Send Pushover notification type: PUSHOVER trigger_time: ON_EVERY_EXECUTION disabled: false integration: "my-pushover-integration" title: Deployment Notification content: Deployment completed successfully! link: https://app.buddy.works/executions/123 link_title: View Execution device: "iphone,ipad" priority: "1" ignore_errors: false retry_interval: 30 retry_count: 2 timeout: 60
Simple Pushover notification
yaml- action: Pushover notify type: PUSHOVER trigger_time: ON_EVERY_EXECUTION integration: "my-pushover-integration" content: Build completed