/

Get CRM Template by Name

get

Retrieves a CRM template by its name

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
template_namestringRequired

The name of the template

Default: Default TemplateExample: Customer Support Template
Responses
chevron-right
200Success
application/json
get
/api/crm-ticket-template/
200Success

Create CRM Template

post

Creates a new CRM template

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
templateNamestringOptional

Name of the template

Example: Customer Template
templateobjectOptional

Template content

Default: {}Example: {"key":"value"}
organizationIdintegerOptional

ID of the organization

Example: 123
Responses
chevron-right
200Success
application/json
post
/api/crm-ticket-template/
200Success

Was this helpful?