Skip to content

Mailchimp Templates Action

Actions
Update or publish templates to mandrill
v2.0.8
Latest
Star (1)

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@<version>"
        with:
          templateNames: <your comma separated filenames>
          mandrill_key: ${{ secrets.mandrill_key }}

Replace <version> with the correct version
Set mandrill_key under your repository secrets

Mailchimp Templates Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update or publish templates to mandrill
v2.0.8
Latest

Mailchimp Templates Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.