Update Template
documentedUpdate an email template.
PUT /api/v1/email-templates/{template_id}Templatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://a.klaviyo.com/api/v1/email-template/{{$template_id}}\" \
-X PUT \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
-d '{"name": "{{$template_name}}", "html": "{{$template_html}}"}'