Telegram Notification with YAML

YAML parameters for Telegram Notification

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

YAML example for Telegram Notification

yaml
actions: - action: "Send notification to Telegram" type: "TELEGRAM" content: "[#$BUDDY_RUN_ID] $BUDDY_PIPELINE_NAME execution by [$BUDDY_INVOKER_NAME]($BUDDY_INVOKER_URL)" integration: "my_integration" file_attachments: - "fs:///file1" - "fs:///file2"

Last modified on Oct 29, 2024