peterwang123589/Weather Notification Action
Sends weather notifications based on GaoDe Map Weather API.
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 | — |
| smtp_host | SMTP服务器地址 | no | — |
| smtp_port | SMTP服务器端口 | no | 465 |
| smtp_user | SMTP用户名(通常为邮箱地址) | yes | — |
| smtp_pass | SMTP密码或授权码 | yes | — |
| recipient_emails | 接收通知的邮箱地址 | yes | — |
| email_subject | 邮件主题 | no | — |
| sender_name | 发件人名称 | no | 天气通知助手 |
Outputs
| name | description |
|---|---|
| status | Action执行状态 |
| message | 详细信息或错误消息 |
| weather_data | 天气数据json字符串 |
| recipients_count | 成功发��通知的收件人数量 |