dext7r/pushNotifications-action
Push notifications to multiple platforms.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 31, 2024
- License
- MIT
Pinned Snippet
uses: dext7r/pushnotifications@61991044bda463950d0b658a44c49dec0fca44a4 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| IS_CONSOLE | Whether to output the log to the console. Default is true. | no | true |
| TYPE | PushType Available message types: ServerChanTurbo, Dingtalk, CustomEmail, WechatRobot, WechatApp, PushPlus, IGot, Qmsg, XiZhi, PushDeer, Discord, Telegram, OneBot | yes | — |
| TITLE | The title of the notifications to create. | yes | — |
| DESP | The description of the notifications to create. | yes | — |
| SCTKEY | The SCTKEY for ServerChanTurbo notifications. | no | — |
| ACCESS_TOKEN | The ACCESS_TOKEN for Dingtalk notifications. | no | — |
| SECRET | The SECRET for Dingtalk notifications. | no | — |
| WX_ROBOT_KEY | The WX_ROBOT_KEY for WechatRobot notifications. | no | — |
| MSG_TYPE | The MSG_TYPE for WechatRobot notifications. | no | — |
| EMAIL_TYPE | The EMAIL_TYPE for CustomEmail notifications. | no | — |
| EMAIL_TO_ADDRESS | The EMAIL_TO_ADDRESS for CustomEmail notifications. | no | — |
| EMAIL_AUTH_USER | The EMAIL_AUTH_USER for CustomEmail notifications. | no | — |
| EMAIL_AUTH_PASS | The EMAIL_AUTH_PASS for CustomEmail notifications. | no | — |
| EMAIL_HOST | The EMAIL_HOST for CustomEmail notifications. | no | — |
| EMAIL_PORT | The EMAIL_PORT for CustomEmail notifications. | no | — |
| WX_APP_CORPID | The WX_APP_CORPID for WechatApp notifications. | no | — |
| WX_APP_AGENTID | The WX_APP_AGENTID for WechatApp notifications. | no | — |
| WX_APP_SECRET | The WX_APP_SECRET for WechatApp notifications. | no | — |
| WX_APP_USERID | The WX_APP_USERID for WechatApp notifications. | no | — |
| PUSH_PLUS_TOKEN | The PUSH_PLUS_TOKEN for PushPlus notifications. | no | — |
| TEMPLATE_TYPE | The TEMPLATE_TYPE for PushPlus notifications. | no | — |
| CHANNEL_TYPE | The CHANNEL_TYPE for PushPlus notifications. | no | — |
| I_GOT_KEY | The I_GOT_KEY for IGot notifications. | no | — |
| QMSG_KEY | The QMSG_KEY for Qmsg notifications. | no | — |
| QMSG_QQ | The QMSG_QQ for Qmsg notifications. | no | — |
| QMSG_PUSH_TYPE | The QMSG_PUSH_TYPE for Qmsg notifications. | no | — |
| XI_ZHI_KEY | The XI_ZHI_KEY for XiZhi notifications. | no | — |
| PUSH_DEER_PUSH_KEY | The PUSH_DEER_PUSH_KEY for PushDeer notifications. | no | — |
| PUSH_DEER_ENDPOINT | The PUSH_DEER_ENDPOINT for PushDeer notifications. | no | — |
| PUSH_DEER_PUSH_TYPE | The PUSH_DEER_PUSH_TYPE for PushDeer notifications. | no | — |
| DISCORD_WEBHOOK | The DISCORD_WEBHOOK for Discord notifications. | no | — |
| DISCORD_USERNAME | The DISCORD_USERNAME for Discord notifications. | no | — |
| TELEGRAM_BOT_TOKEN | The TELEGRAM_BOT_TOKEN for Telegram notifications. | no | — |
| TELEGRAM_CHAT_ID | The TELEGRAM_CHAT_ID for Telegram notifications. | no | — |
| TELEGRAM_SEND_SILENTLY | The TELEGRAM_SEND_SILENTLY for Telegram notifications. | no | — |
| TELEGRAM_PROTECT_CONTENT | The TELEGRAM_PROTECT_CONTENT for Telegram notifications. | no | — |
| TELEGRAM_MESSAGE_THREAD_ID | The TELEGRAM_MESSAGE_THREAD_ID for Telegram notifications. | no | — |
| ONE_BOT_BASE_URL | The ONE_BOT_BASE_URL for OneBot notifications. | no | — |
| ONE_BOT_ACCESS_TOKEN | The ONE_BOT_ACCESS_TOKEN for OneBot notifications. | no | — |
| ONE_BOT_MSG_TYPE | The ONE_BOT_MSG_TYPE for OneBot notifications. | no | — |
| ONE_BOT_RECIEVER_ID | The ONE_BOT_RECIEVER_ID for OneBot notifications. | no | — |
Outputs
| name | description |
|---|---|
| response | The response of the pushNotifications-action |
| error | The error of the pushNotifications-action |
| status | The status of the pushNotifications-action |