Telegram Notification with YAML
Tip
Learn more about:
YAML parameters for Telegram Notification
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to TELEGRAM . |
integration Required | String | The ID of the integration. |
content Required | String | The content of the notification. |
file_attachments | String[] | The attached files. |
YAML example for Telegram Notification
yamlactions: - 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