Go!Chat
Update thread message
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Chat
Update thread message
Updates the specified chat message.
POST
/
api
/
v1
/
message
/
{id}
{
"bcc": "string",
"cc": "string",
"content": "string",
"delivery": {},
"existing_attachments": [
"string"
],
"new_attachments": [
{
"file": "string",
"name": "string"
}
],
"read": "boolean",
"set_reminder": {
"delay": "integer",
"number_left": "integer"
},
"subject": "string",
"to": "string"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
Path parameters
Body parameters
Response body
No content.
{
"bcc": "string",
"cc": "string",
"content": "string",
"delivery": {},
"existing_attachments": [
"string"
],
"new_attachments": [
{
"file": "string",
"name": "string"
}
],
"read": "boolean",
"set_reminder": {
"delay": "integer",
"number_left": "integer"
},
"subject": "string",
"to": "string"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
{
"bcc": "string",
"cc": "string",
"content": "string",
"delivery": {},
"existing_attachments": [
"string"
],
"new_attachments": [
{
"file": "string",
"name": "string"
}
],
"read": "boolean",
"set_reminder": {
"delay": "integer",
"number_left": "integer"
},
"subject": "string",
"to": "string"
}
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}