klaviyo v2.1.0 Klaviyo.Template
Link to this section Summary
Functions
Return all email templates.
Create a copy of an email template.
Create an email template.
Delete an email template.
Renders HTML and text versions of an email template.
Renders and sends an email template.
Update an email template.
Link to this section Functions
Return all email templates.
Email templates are returned in sorted order by name.
Create a copy of an email template.
Create an email template.
Delete an email template.
Link to this function
render(template_id, params \\ %{})
render(String.t(), map()) :: Klaviyo.Operation.t()
Renders HTML and text versions of an email template.
Renders and sends an email template.
Link to this function
update(template_id, params)
update(String.t(), map()) :: Klaviyo.Operation.t()
Update an email template.
Only updates imported HTML templates.