justinbeckwith/Gmail Sender
A GitHub Action that sends email from your gmail account.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Email from which the message should be sent. | yes | — |
| to | List of email addresses to which the email should be sent. | yes | — |
| cc | List of email addresses to put on the CC line. | no | — |
| bcc | List of email addresses to put on the BCC line. | no | — |
| subject | Subject for the email. | yes | — |
| body | Text to be placed in the body of the email | yes | — |
| serviceAccountJson | A base64 encoded string that contains the full JSON used for your Service Account (see the README for details). | yes | — |
| refreshToken | A long lived refresh token with the appropriate permissions and scopes to send an email (see the README for details). One of refreshToken or accessToken must be defined. | no | — |
| accessToken | An optional short-lived access token with the appropriate permissions and scopes to send an email. One of refreshToken or accessToken must be defined. | no | — |
Outputs
| name | description |
|---|---|
| results | The full API response from the Gmail API. |