CRM Filling Templates

List CRM filling templates

Returns a paginated list of CRM filling templates. Supports filtering by status.

get/crm-filling-templates

Query parameters

pageinteger

Page number (1-based)

Example:1

Page number (1-based)

sizeinteger

Number of items per page

Example:25

Number of items per page

status'pending' | 'published'

Filter by template status

Example:published

Filter by template status

Response

Paginated list of CRM filling templates

Example response

{
  "data": [
    {
      "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "title": "Post-call CRM update",
      "status": "published",
      "language": "en-US",
      "callDurationMin": 60,
      "callDurationMax": 3600,
      "providers": [
        "aircall",
        "hubspot"
      ],
      "teamIds": [
        1,
        2
      ],
      "tagIds": [
        10,
        20
      ],
      "createdOn": "2024-06-15T14:30:00.000Z",
      "modifiedOn": "2024-06-15T15:00:00.000Z"
    }
  ],
  "pagination": {
    "page": 1,
    "size": 25,
    "total": 100
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.