You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the email-template content-type that n8n automations (#12, #13, #14, #15, #33) will read from. Not blocking sign-off — posting so we have a single URL to reference.
Why a content-type
Non-engineers can edit email copy without touching n8n workflows.
Strapi is the source of truth for editable content; n8n stays focused on orchestration.
Style wrapper (header/footer/branding — Automation: Email template #33 concern) lives once in an n8n sub-workflow, not per-template.
Tracking issue for the
email-templatecontent-type that n8n automations (#12, #13, #14, #15, #33) will read from. Not blocking sign-off — posting so we have a single URL to reference.Why a content-type
Proposed shape
Collection type
email-template:keyplugin-submission-received,plugin-approved,plugin-declined,plugin-changes-requestedsubject{{ variable }}placeholdersbody{{ variable }}placeholdersdescriptionfrom_namereply_toSeed entries (one per automation email)
plugin-submission-received— Automation: Email to developer: Plugin submission received #12plugin-changes-requested— Automation: Email to developer: Changes requested for your plugin #13 — needs{{ reviewer_feedback }}plugin-approved— Automation: Email to developer: Plugin approved #14plugin-declined— Automation: Email to developer: Plugin declined #15 — needs{{ decline_reason }}n8n consumption pattern
Related