SMS Notification with YAML

YAML parameters for SMS Notification

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to SMS.
recipients RequiredStringThe recipients of the notification: phone numbers (one per line).
content RequiredStringThe 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 Oct 29, 2024