actions-marketplace-validations/SendGrid E-Mail Action
Send emails using SendGrid on actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sendgrid-token | The token for sendgrid | yes | — |
| to | The receivers ( can be only one ) that the email will go, seperated by the comma (,) character | yes | — |
| from | The email that will be shown as sender | no | sendgridmailaction@github.com |
| subject | The subject of the email | no | GitHub action notification |
| text | The body of the mail as Plain Text | no | "" |
| html | The body of the mail as HTML | no | "" |
| attachments | Comma seperated list of files which should be attached to the e-mail | no | "" |
Outputs
no outputs