20 lines
253 B
GraphQL
20 lines
253 B
GraphQL
query CommunicationsQuery {
|
|
communications {
|
|
id
|
|
at
|
|
contactId
|
|
contact
|
|
contactInboxId
|
|
sourceExternalId
|
|
sourceTitle
|
|
channel
|
|
kind
|
|
direction
|
|
text
|
|
audioUrl
|
|
duration
|
|
transcript
|
|
deliveryStatus
|
|
}
|
|
}
|