Skip to content

Xander-Rudolph/send-grid-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

send-grid-action

example usage:

name: Send Email

on: [workflow_dispatch]

jobs:
  send-email:
    runs-on: ubuntu-latest
    steps:
      - name: Send email using SendGrid
        uses: xander-rudolph/send-grid-action@main
        env: 
          sendGridApiKey: ${{ secrets.SENDGRID_KEY }}
        with:
          toEmail: addressee@example.com
          fromEmail: emailaddress-registered-to-sendgrid@example.com
          subject: "This is an email subject"
          body: "This is an email from github actions"

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors