Customize campaigns-template for sunfloweracressoaps.com
Sync campaigns / sync (push) Successful in 16s

Restyle the email template to Sunflower Acres' forest green/cream/sun
yellow brand, rename the default listmonk template, replace the README
with client-specific instructions, and add a real welcome campaign.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 07:33:59 -04:00
parent 88f62c7e09
commit 678080f7c4
4 changed files with 71 additions and 67 deletions
+1 -3
View File
@@ -15,10 +15,8 @@ jobs:
- name: Install eec-campaigns
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
# TODO: rename "TEMPLATE default" below to "<this-repo-name> default"
# (or any name you like) as part of customizing this template.
- name: Sync template to listmonk
run: eec-campaigns template "TEMPLATE default" email-templates/campaign.html
run: eec-campaigns template "sunfloweracres default" email-templates/campaign.html
env:
LISTMONK_BASE_URL: ${{ secrets.CAMPAIGNS_LISTMONK_BASE_URL }}
LISTMONK_API_USER: ${{ secrets.CAMPAIGNS_LISTMONK_API_USER }}