YAML examples for Sms notification
SMS notification with multiple recipients
yaml- action: Send SMS notification type: SMS trigger_time: ON_EVERY_EXECUTION disabled: false content: |- Deployment to $BUDDY_EXECUTION_BRANCH completed! Revision: $BUDDY_EXECUTION_REVISION Triggered by: $BUDDY_INVOKER_NAME Status: SUCCESS recipients: "1234567890\r\n0987654321\r\n1111111111" ignore_errors: false retry_interval: 30 retry_count: 2 timeout: 60
Simple SMS notification
yaml- action: SMS notify type: SMS trigger_time: ON_EVERY_EXECUTION content: Build completed successfully recipients: "1234567890"