POST
/
v1.0
/
{company_id}
/
emailtemplates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Body

application/json
body
string
required

The email body of the template

Minimum length: 1
language
enum<string>
required

The language of the template

Available options:
english,
french,
dutch,
german,
italian,
portuguese,
spanish,
swedish,
georgian,
ukrainian
name
string
required

The name of the template

Minimum length: 1
private
boolean
required

Private templates are only visible to their creator

stage
enum<string>
required

The pipeline stage associated with the template

Available options:
rejected,
new,
screening,
interviewing,
offered,
hired
subject
string
required

The email subject of the template

Minimum length: 1
sub_stage_id
string | null

The pipeline stage associated with the template

user_id
string | null

The userid of the creator if this is a private template

Response

201 - application/json
data
object