Skip to content

v0.40.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 16:29
· 25 commits to main since this release
32a02c1

Minor Changes

  • bea8d7b: Newsletter submissions can now be added directly to a per-site Mailchimp audience
    (no Zapier hop) when the site's new Mailchimp API Key + Mailchimp Audience ID
    Airtable columns are set. The dashboard ingest upserts the subscriber
    (PUT /lists/{id}/members/{hash}, idempotent, status_if_new: subscribed)
    best-effort — never blocking or failing the submission. The generic
    Newsletter Webhook remains available for other integrations.