Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 736 Bytes

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 -->