v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
documents

Create document template

Creates a new document template by uploading a DOCX file with template variables. Use multipart/form-data to send the file along with template configuration.

post/crm/v1/documents/templates

Response

Created

namestring
is_activeboolean
codestring
idnumber
disabledboolean
numerator_idinteger
created_atstring
updated_atstring
created_byinteger

User who created

updated_byinteger

User who updated

Example response

{
  "binding_entities": [
    {
      "entity_id": 123,
      "funnels": [
        1
      ]
    }
  ]
}