https://github.com/saurishkar/mailchimp-templates-action
Custom Github action to automate updating mandrill transactional templates from Github
https://github.com/saurishkar/mailchimp-templates-action
email-template mailchimp mandrill mandrill-node
Last synced: 4 months ago
JSON representation
Custom Github action to automate updating mandrill transactional templates from Github
- Host: GitHub
- URL: https://github.com/saurishkar/mailchimp-templates-action
- Owner: saurishkar
- Created: 2022-08-27T19:16:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T23:24:05.000Z (about 2 years ago)
- Last Synced: 2025-12-25T19:28:50.362Z (5 months ago)
- Topics: email-template, mailchimp, mandrill, mandrill-node
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mailchimp-templates-action
**A github action to trigger automatic adding/updating of mailchimp transactional templates (mandrillapp) from a github repository.**
**Uses `mailchimp/transactional` node api**
### Template formats
- `.html`
### Inputs
- `mandrill_key` - mandrill transactional api key
- `templateNames` - A list of comma separated file names with extensions (Ex: a.html,b.html,c.html)
### Actions allowed
- Adding a new template
- Updating a template
#### **NOTE**: Both Adding / Updating templates will be published by default after the action
## Usage
**Under your github workflow**
```
- name: Update templates
uses: "saurishkar/mailchimp-templates-action@"
with:
templateNames:
mandrill_key: ${{ secrets.mandrill_key }}
```
**Replace `` with the correct version**
**Set `mandrill_key` under your repository secrets**