GET
/
email_templates
/
{id}
/
preview
curl --request GET \
  --url https://api.pocketflows.com/email_templates/{id}/preview
"<string>"

Path Parameters

id
string
required

The ID of the email template

Response

200 - text/html
The HTML of the compiled email template

The response is of type string.