Developers//
Other
/- ScoreCategories
AssignedPayload
Attachment
ColumnConfigItem
ConvertedToCardPayload
EmailAddress
EmailAttachment
HealthEntity
InboxField
KnowledgeBaseArticle
KnowledgeBaseArticlesPaginated
KnowledgeBaseCategoriesPaginated
KnowledgeBaseCategory
KnowledgeBaseParentCategory
KnowledgeBaseSearchHit
KnowledgeBaseSearchResult
KnowledgeBaseTopic
KnowledgeBaseTopicsPaginated
LeadStageHistoryEntry
LocationData
LocationOption
Logic
MessageContext
MessageDelivery
MessageEditEntry
MessageEmail
MessageEngage
MessageForm
MessageInteractive
MessageMedia
MessageOrder
MessageOrigin
MessageReaction
MessageSender
MessageSystem
MessageTemplate
MessageText
MessageVideoCall
ObjectListConfig
OnboardingHistory
OnboardingSection
OnboardingSections
PaginationInfo
ParticipantAddedPayload
ParticipantRemovedPayload
PdfAttachment
Position
PriceRange
PriorityChangedPayload
ScoreCategoryEntry
StatusChangedPayload
Submission
SuccessResult
TemplateRendered
TemplateRenderedButton
TemplateRenderedCarouselCard
TemplateRenderedHeader
TemplateRenderedLTO
Throughput
UnassignedPayload
UntaggedPayload
VariantOptionValue
WAContact
WAContactName
WALocation
WAReferral
WASticker
ScoreCategories
Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
Conversations & messaging
Contacts & CRM
Products & commerce
Apps & credentials
Organization
Other
Payload for participant_removed action.
Sample
{ "removedUserIds": [ "Example String" ], "performedBy": "Example String", "removedUsers": [ { "__typename": "User" } ], "performedByUser": { "__typename": "User" } }
Referenced in
A PDF attachment with its individual page images.
pdf
The full PDF file.
pages
Individual page images extracted from the PDF.
Sample
{ "pdf": { "__typename": "Attachment" }, "pages": [ { "__typename": "Attachment" } ] }
Referenced in
_id
String!,non-null
title
String
code
String
order
String
parent Id
String
parent
status
String
children
users
user Ids
[String]
user Count
Int
Sample
{ "_id": "Example String", "title": "Example String", "code": "Example String", "order": "Example String", "parentId": "Example String", "parent": { "__typename": "Position" }, "status": "Example String", "children": [ { "__typename": "Position" } ], "users": [ { "__typename": "User" } ], "userIds": [ "Example String" ], "userCount": 40 }
Min/max price summary for variants.
min
Float
max
Float
currency
String
Sample
{ "min": 40, "max": 40, "currency": "Example String" }
Referenced in
Payload for priority_changed action.
priority
String
Sample
{ "priority": "Example String" }
Referenced in
Breakdown of a user's score across different activity categories.
speed
quality
productivity
training
engagement
Sample
{ "speed": { "__typename": "ScoreCategoryEntry" }, "quality": { "__typename": "ScoreCategoryEntry" }, "productivity": { "__typename": "ScoreCategoryEntry" }, "training": { "__typename": "ScoreCategoryEntry" }, "engagement": { "__typename": "ScoreCategoryEntry" } }
Referenced in
Individual score category tracking (speed, quality, productivity, training, engagement).
score
Float
actions
Int
Sample
{ "score": 40, "actions": 40 }
Payload for status_changed action.
from
String
to
String
status
String
performed By
String
via Automation
Boolean
performed By User
Resolved user who performed the status change.
Sample
{ "from": "Example String", "to": "Example String", "status": "Example String", "performedBy": "Example String", "viaAutomation": true, "performedByUser": { "__typename": "User" } }
Referenced in
_id
String!,non-null
content Type Id
String
customer Id
String
customer
created At
custom Fields Data
submissions
Sample
{ "_id": "Example String", "contentTypeId": "Example String", "customerId": "Example String", "customer": { "__typename": "Customer" }, "createdAt": "Example Custom Scalar", "customFieldsData": "Example Custom Scalar", "submissions": [ { "__typename": "FormSubmission" } ] }
Referenced in
Rendered snapshot of a template message.
header
body
String
footer
String
buttons
carousel
Sample
{ "header": { "__typename": "TemplateRenderedHeader" }, "body": "Example String", "footer": "Example String", "buttons": [ { "__typename": "TemplateRenderedButton" } ], "carousel": [ { "__typename": "TemplateRenderedCarouselCard" } ], "lto": { "__typename": "TemplateRenderedLTO" } }
Referenced in