SMS Notification with YAML

YAML parameters for SMS Notification

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to SMS.
recipients Required String The recipients of the notification: phone numbers (one per line).
content Required String The content of the notification.

YAML example for SMS Notification

yaml
actions: - action: "Send SMS notification" type: "SMS" content: "${BUDDY_PIPELINE_NAME} execution #${BUDDY_RUN_ID}" recipients: "11234567890\r\n12345678901"

Last modified on Mar 4, 2025