mirror of
https://github.com/chapvic/telegram-notify.git
synced 2025-04-18 02:17:36 +03:00
29 lines
632 B
YAML
29 lines
632 B
YAML
name: 'Send Notification to Telegram'
|
|
description: 'Send notification events to Telegram messenger'
|
|
author: 'chapvic'
|
|
inputs:
|
|
chat:
|
|
description: 'Chat to send: chat_id, channel_id or @channel_name'
|
|
required: true
|
|
token:
|
|
description: 'Telegram Bot Token'
|
|
required: true
|
|
status:
|
|
description: 'Job status'
|
|
required: true
|
|
title:
|
|
description: 'Message title'
|
|
required: false
|
|
message:
|
|
description: 'Notification message'
|
|
required: false
|
|
footer:
|
|
description: 'Message footer'
|
|
required: false
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'send'
|
|
color: 'blue'
|