GET
/
project_email_templates
curl --request GET \
  --url https://api.pocketflows.com/project_email_templates \
  --header 'Authorization: Basic <encoded-value>'
{
  "project_email_templates": [
    {
      "id": "<string>",
      "name": "<string>",
      "subject": "<string>",
      "body": "<string>",
      "template_html": "<string>",
      "template_json": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
A dictionary with a `project_email_templates` property which is an array of `ProjectEmailTemplate` objects
project_email_templates
object[]
required

An array of project email templates