跳到主要内容

SMS Notification with YAML

List of YAML parameters and examples for the "SMS Notification" action

YAML parameters for SMS Notification

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to SMS.
recipients
必填
StringThe recipients of the notification: phone numbers (one per line).
content
必填
StringThe content of the notification.

YAML example for SMS Notification

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