Loading...
Loading...
Author, save, and edit email templates in the PostHog workflows library — compose email design JSON with Liquid personalization and create and round-trip-edit templates over MCP. Use when asked to design, build, update, or fix an email template for workflows, broadcasts, or campaigns.
npx skill4agent add posthog/skills designing-email-templatesfunction_emailcontent.email.designworkflows-create-email-template_posthogUrlhtmlHi {{ person.properties.first_name | default: 'there' }},<a href="{{ unsubscribe_url }}">Unsubscribe</a>{{ unsubscribe_url_one_click }}workflows-create-email-template{
"name": "Welcome email",
"description": "Sent to new signups on day 0",
"type": "email",
"content": {
"templating": "liquid",
"email": {
"subject": "Welcome to {{ person.properties.company | default: 'our product' }}",
"design": { "counters": { "u_row": 1 }, "schemaVersion": 16, "body": { "rows": ["…"] } },
"text": "Plain-text fallback of the same message"
}
}
}subjecttextworkflows-show-email-template{{ }}{% %}contentworkflows-get-email-templatedesigndesignworkflows-update-email-templatecontentworkflows-show-email-templateworkflows-list-email-templatesworkflows-show-email-templatefunction_emaildeleted: trueworkflows-update-email-template