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

Path Parameters

id
string
required

The ID of the project email template

Response

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

The response is of type string.