Developers//
Other
/- TemplateRenderedButton
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
ScoreCategories
ScoreCategoryEntry
StatusChangedPayload
Submission
SuccessResult
TemplateRendered
TemplateRenderedCarouselCard
TemplateRenderedHeader
TemplateRenderedLTO
Throughput
UnassignedPayload
UntaggedPayload
VariantOptionValue
WAContact
WAContactName
WALocation
WAReferral
WASticker
TemplateRenderedButton
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
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
type
String
text
String
url
String
phone_number
String
coupon_code
String
Sample
{ "type": "Example String", "text": "Example String", "url": "Example String", "phone_number": "Example String", "coupon_code": "Example String" }
Referenced in
Sample
{ "header": { "__typename": "TemplateRenderedHeader" }, "body": "Example String", "buttons": [ { "__typename": "TemplateRenderedButton" } ] }
Referenced in
type
String
text
String
url
String
product_retailer_id
String
catalog_id
String
latitude
Float
longitude
Float
name
String
address
String
Sample
{ "type": "Example String", "text": "Example String", "url": "Example String", "product_retailer_id": "Example String", "catalog_id": "Example String", "latitude": 40, "longitude": 40, "name": "Example String", "address": "Example String" }
Referenced in
expiration_time_ms
Float
Sample
{ "expiration_time_ms": 40 }
Referenced in
level
String
Sample
{ "level": "Example String" }
Referenced in
Payload for unassigned action.
assigned To
String
assigned User Id
String
assigned Department Id
String
assigned By
String
performed By
String
assigned To User
Resolved user who was unassigned from.
assigned User
Resolved user who was unassigned (by assignedUserId).
assigned By User
Resolved user who performed the unassignment.
performed By User
Resolved user who performed the action.
assigned Department
Resolved department the conversation was unassigned from.
Sample
{ "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" } }
Referenced in