h0livier/emailjs-notification
A GitHub Action to send notifications via EmailJS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publicKey | Your EmailJS public key | yes | — |
| serviceId | Your EmailJS service ID | yes | — |
| templateId | Your EmailJS template ID | yes | — |
| templateParams | JSON object containing template variables and parameters | yes | — |
Outputs
| name | description |
|---|---|
| status | HTTP status code of the email send request |
| text | Response text from EmailJS |