- AssignedPayload
Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
Payload for assigned action.
Resolved user who was assigned to.
Resolved user who was assigned (by assignedUserId).
Resolved user who performed the assignment.
Resolved user who performed the action.
Resolved department the conversation was assigned to.
{ "assignedTo": "Example String", "assignedUserId": "Example String", "assignedDepartmentId": "Example String", "assignedBy": "Example String", "performedBy": "Example String", "assignedToUser": { "__typename": "User" }, "assignedUser": { "__typename": "User" }, "assignedByUser": { "__typename": "User" }, "performedByUser": { "__typename": "User" }, "assignedDepartment": { "__typename": "Department" } }
{ "url": "Example String", "name": "Example String", "type": "Example String", "size": 40, "duration": 40, "locationData": { "__typename": "LocationData" } }
{ "name": "Example String", "label": "Example String", "order": 40 }
Payload for converted_to_card action.
{ "cardType": "Example String", "performedBy": "Example String", "performedByUser": { "__typename": "User" } }
An email address with optional display name.
Display name (e.g. 'John Doe').
Email address (e.g. 'john@example.com').
{ "name": "Example String", "address": "Example String" }
Email-specific attachment metadata.
Original filename.
MIME type.
File size in bytes.
Content-ID for inline/embedded images.
Server-side storage ID for download.
{ "filename": "Example String", "mimeType": "Example String", "size": 40, "contentId": "Example String", "attachmentId": "Example String" }
{ "entity_type": "Example String", "id": "Example String", "can_send_message": "Example String", "additional_info": [ "Example String" ] }
Available custom field definitions for inbox entities.
{ "customer": [ { "__typename": "Field" } ], "conversation": [ { "__typename": "Field" } ], "device": [ { "__typename": "Field" } ] }
A knowledge base article containing help content, documentation, or guides. Articles belong to categories within topics and support rich content, attachments, and reactions.
Unique code identifier for programmatic access.
The article title.
Brief summary or excerpt of the article content.
Full article content (HTML).
Publication status: 'draft', 'publish', or 'scheduled'.
Whether this article is only visible to team members.
Available emoji reaction types for this article.
Count of each reaction type received.
User ID of the article creator.
The resolved user who created this article.
When this article was created.
User ID of the last modifier.
When this article was last modified.
The topic this article belongs to.
The category this article belongs to.
Total number of times this article has been viewed.
File attachments included with this article.
Featured image for the article.
PDF attachment with extracted page images.
User ID of who published this article.
The resolved user who published this article.
Scheduled publication date (for status 'scheduled').
Forms embedded in this article.
{ "_id": "Example String", "code": "Example String", "title": "Example String", "summary": "Example String", "content": "Example String", "status": "Example String", "isPrivate": true, "reactionChoices": [ "Example String" ], "reactionCounts": "Example Custom Scalar", "createdBy": "Example String", "createdUser": { "__typename": "User" }, "createdDate": "Example Custom Scalar", "modifiedBy": "Example String", "modifiedDate": "Example Custom Scalar", "topicId": "Example String", "categoryId": "Example String", "viewCount": 40, "attachments": [ { "__typename": "Attachment" } ], "image": { "__typename": "Attachment" }, "pdfAttachment": { "__typename": "PdfAttachment" }, "publishedUserId": "Example String", "publishedUser": { "__typename": "User" }, "scheduledDate": "Example Custom Scalar", "forms": [ { "__typename": "FormCode" } ] }
Paginated list of knowledge base articles.
The list of articles for the current page.
Pagination metadata.
{ "data": [ { "__typename": "KnowledgeBaseArticle" } ], "pagination": { "__typename": "PaginationInfo" } }