Telegram Notification with YAML

YAML parameters for Telegram Notification

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to TELEGRAM.
integration_hash
Required
StringThe ID of the integration.
content
Required
StringThe content of the notification.
file_attachmentsString[]The attached files.

YAML example for Telegram Notification

actions:
- action: "Send notification to Telegram"
  type: "TELEGRAM"
  content: "[#$BUDDY_EXECUTION_ID] $BUDDY_PIPELINE_NAME execution by [$BUDDY_INVOKER_NAME]($BUDDY_INVOKER_URL)"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  file_attachments:
  - "fs:///file1"
  - "fs:///file2"

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.