Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
Input for creating or editing a knowledge base topic.
Unique code identifier.
The topic title (required).
Description of the topic.
Category IDs to include in this topic.
Background image URL.
ISO language code.
{ "code": "Example String", "title": "Example String", "description": "Example String", "categoryIds": [ "Example String" ], "color": "Example String", "backgroundImage": "Example String", "languageCode": "Example String" }
{ "latitude": 40, "longitude": 40, "name": "Example String", "address": "Example String" }
{ "lat": 40, "lng": 40, "description": "Example String" }
{ "fieldId": "Example String", "tempFieldId": "Example String", "logicOperator": "Example String", "logicValue": "Example Custom Scalar" }
Input for threading and mention context.
The message ID this is replying to.
Whether this message was forwarded.
User IDs mentioned in this message.
{ "replyTo": "Example String", "isForwarded": true, "mentions": [ "Example String" ] }
Input for media message content.
File attachments.
Optional caption.
{ "attachments": [ { "__typename": "AttachmentInput" } ], "caption": "Example String" }
Input for identifying the message sender.
Sender kind: 'user', 'customer', 'bot', 'ai_assistant', 'system', 'visitor'.
The sender's platform ID.
{ "kind": "Example String", "id": "Example String" }
Input for text message content.
The message body.
Optional short preview.
{ "body": "Example String", "preview": "Example String" }
{ "key": "Example String", "label": "Example String", "type": "Example String" }
Input for uploading a PDF attachment with page images.
The full PDF file.
Individual page images for the PDF.
{ "pdf": { "__typename": "AttachmentInput" }, "pages": [ { "__typename": "AttachmentInput" } ] }
{ "operator": "Example String", "value": "Example Custom Scalar", "formFieldId": "Example String" }