inkMessageAttributes
Get attributes of a message at time of query.
Arguments
Returns
InkMessageAttributes!Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query InkMessageAttributes(
$vendor: String!,
$vendorId: String!
) {
inkMessageAttributes(
vendor: $vendor,
vendorId: $vendorId
) {
accounts
accountType
buckets
conversationId
hourOccurredAt
hoursWaiting
isAssignedToUserBucket
isFirstFromContact
isNewThread
opsTeam
recentlyReceivedAutoReplies
replyToCommsSms
weekDayOccurredAt
}
}
Variables
{
"vendor": "special-age-sell-raise-manager",
"vendorId": "80938929"
}
Response
{
"data": {
"inkMessageAttributes": {
"accounts": "spring-who-party-garden-study",
"accountType": "brother-realize-believe-hundred-manager",
"buckets": "help-collection-discuss-star-leg",
"conversationId": 87837255,
"hourOccurredAt": 50,
"hoursWaiting": 28,
"isAssignedToUserBucket": true,
"isFirstFromContact": true,
"isNewThread": true,
"opsTeam": "later-election-many-book-degree",
"recentlyReceivedAutoReplies": "bad-address-accept-lose-threat",
"replyToCommsSms": "summer-expert-cultural-civil-station",
"weekDayOccurredAt": 83
}
}
}