Skip to content

Dixa API (beta)

Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/dixa-api/beta
https://dev.dixa.io

Analytics

Operations

Agents

Operations

End Users

Operations

Chatbots

Operations

Anonymization

Operations

Custom Attributes

Operations

Teams

Operations

Conversations

Operations

Messages

Operations

Internal Notes

Operations

Ratings

Operations

Tags

Operations

Queues

Operations

Contact Endpoints

Operations

Webhooks

Operations

Templates

Operations

List templates

Request

Lists all templates belonging to an organization.

Security
ApiKeyAuth
Query
pageLimitinteger(int32)

Maximum number of results per page. May be used in combination with pageKey to change the number of results in between page requests.

pageKeystring

Base64 encoded form of pagination query parameters. Do not try to construct or change programmatically as the internal structure may change without notice.

typestring

Filter by template type

Enum"EmailAutoReply""QuickResponse"
Example: type=QuickResponse
curl -i -X GET \
  'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/templates?pageLimit=0&pageKey=string&type=QuickResponse' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of templates in an organization

Bodyapplication/json
dataArray of EmailAutoReply (object) or QuickResponse (object)(Template)
metaobject(PaginationLinks)
Response
application/json
{ "data": [ { … }, { … } ] }

Delete template

Request

Deletes the template. Please make sure the template is not used in flows and automations as this operation is irreversible.

Security
ApiKeyAuth
Path
templateIdstring(uuid)required

The template id

curl -i -X DELETE \
  'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/templates/{templateId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The template was successfully deleted

Response
No content

Business Hours

Operations

Knowledge

Operations

Organization

Operations