xun082/Weather Notification Action
🌤️ 功能强大的天气通知Action,基于高德地图数据源
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| amap_api_key | 高德地图API密钥 | yes | — |
| city | 城市名称或6位城市编码 | no | Beijing |
| smtp_host | SMTP服务器地址 | no | smtp.gmail.com |
| smtp_port | SMTP端口号 | no | 587 |
| smtp_user | SMTP用户名(邮箱地址) | yes | — |
| smtp_pass | SMTP密码或应用专用密码 | yes | — |
| recipient_emails | 收件人邮箱地址,多个邮箱用逗号分隔 | yes | — |
| email_subject | 邮件主题(可选) | no | — |
| sender_name | 发件人名称 | no | 天气通知助手 |
Outputs
| name | description |
|---|---|
| status | 执行状态 (success/failure) |
| message | 执行结果消息 |
| weather_data | 天气数据JSON字符串 |
| recipients_count | 收件人数量 |