kustomer-client
Preparing search index...
KustomerTypes
BulkBatchUpdateMessagesData
Type Alias BulkBatchUpdateMessagesData
type
BulkBatchUpdateMessagesData
=
{
body
?:
{
attachments
?:
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
error
?:
{
code
?:
string
;
detail
?:
string
;
links
?:
{
[
key
:
string
]:
unknown
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
source
?:
{
[
key
:
string
]:
unknown
}
;
status
?:
number
;
title
?:
string
;
}
;
errorAt
?:
string
;
externalId
?:
string
|
null
;
id
:
string
;
lang
?:
string
|
null
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
|
null
;
preview
?:
string
|
null
;
related
?:
string
;
sentAt
?:
string
|
null
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
size
?:
number
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
|
null
;
updatedAt
?:
string
;
}
[]
;
path
?:
never
;
query
?:
{
ids
?:
string
}
;
url
:
"/messages/bulk"
;
}
Index
Properties
body?
path?
query?
url
Properties
Optional
body
body
?:
{
attachments
?:
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
error
?:
{
code
?:
string
;
detail
?:
string
;
links
?:
{
[
key
:
string
]:
unknown
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
source
?:
{
[
key
:
string
]:
unknown
}
;
status
?:
number
;
title
?:
string
;
}
;
errorAt
?:
string
;
externalId
?:
string
|
null
;
id
:
string
;
lang
?:
string
|
null
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
|
null
;
preview
?:
string
|
null
;
related
?:
string
;
sentAt
?:
string
|
null
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
size
?:
number
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
|
null
;
updatedAt
?:
string
;
}
[]
Optional
path
path
?:
never
Optional
query
query
?:
{
ids
?:
string
}
Type declaration
Optional
ids
?:
string
Comma-separated list of unique message IDs.
url
url
:
"/messages/bulk"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Comma-separated list of unique message IDs.