mmeisels/Twilio SendGrid Email
Send an Email using Twilio SendGrid from GitHub Actions using Twilio SendGrid API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| emailToAddress | Email To Address | yes | — |
| emailFromAddress | Email From Address | yes | — |
| emailBody | The email body you want to send | yes | — |
| emailTemplateID | The SendGrid Email Template ID | no | — |
| SENDGRID_API_KEY | The SendGrid API Key using to authenticate with | yes | — |
| unSubscribeGroupID | The SendGrid Unsubscribe Group ID | no | — |
Outputs
| name | description |
|---|---|
| messageSid | The Twilio Message SID |