List email templates​
GET
/api/v2/email-templates
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
type
Filter by template type
Type
string
Valid values
"Connect""InviteOnly"Responses​
Paginated email templates
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Create email template​
Get email template by ID​
Delete email template permanently​
Update email template​
Duplicate email template​
POST
/api/v2/email-templates/{id}/duplicate
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
{
 Â
}
Responses​
Email template duplicated
application/json
{
 Â
}
