b16d2b6c5f
Drives listmonk's real Campaign API from git-authored Markdown+frontmatter, so broadcast/segment emails get listmonk's mature unsubscribe/bulk-send/ attachment handling instead of reimplementing it. sync only ever creates or updates a draft (idempotent, diff-based, refuses to touch a non-draft campaign); a pushed send/<slug> tag or manual workflow run is the only way to actually trigger a send. Includes list-name resolution, segment_query materialization into managed lists, content-hash-deduped attachment uploads, and an automatic post-sync preview email.
6 lines
78 B
Modula-2
6 lines
78 B
Modula-2
module reground.org/eec-campaigns
|
|
|
|
go 1.23.1
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|