SMS Notification with YAML

YAML parameters for SMS Notification

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to SMS.
recipients
Required
StringThe recipients of the notification: phone numbers (one per line).
content
Required
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"

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.