Skip to content

sdaoud/sendinblue-template-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sendinblue Template Action

A github action for creating and updating Sendinblue email templates programtically

Usage

Setup the action:

steps:
  - uses: sdaoud/sendinblue-template-action
    with:
      SENDINBLUE_API_KEY: ${{secrets.SENDINBLUE_API_KEY}}
      SENDER_NAME: "John Smith"
      SENDER_EMAIL: "[email protected]"
      REPLY_TO: "[email protected]"
      templates: ./templates

templates

The templates variable should point to a directory of HTML templates to upload. This action will check for existing templates with the same name and update them, or create a new one.

You can set the subject line of each template with the following HTML code:

<!-- subject: Put your subject here -->

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published