AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Messages API
Update a message
Messages API
Update a message
Update a message
PATCH
/
public
/
api
/
v1
/
inboxes
/
{inbox_identifier}
/
contacts
/
{contact_identifier}
/
conversations
/
{conversation_id}
/
messages
/
{message_id}
curl --request PATCH \
--url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages/{message_id} \
--header 'Content-Type: application/json' \
--data '{
"submitted_values": {}
}'
{
"id": "<string>",
"content": "<string>",
"message_type": "<string>",
"content_type": "<string>",
"content_attributes": "<string>",
"created_at": "<string>",
"conversation_id": "<string>",
"attachments": [
{}
],
"sender": {}
}
Path Parameters
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
The numeric ID of the conversation
The numeric ID of the message
Body
application/json
Response
200
application/json
Success
The response is of type object
.
curl --request PATCH \
--url https://app.chatwoot.com/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages/{message_id} \
--header 'Content-Type: application/json' \
--data '{
"submitted_values": {}
}'
{
"id": "<string>",
"content": "<string>",
"message_type": "<string>",
"content_type": "<string>",
"content_attributes": "<string>",
"created_at": "<string>",
"conversation_id": "<string>",
"attachments": [
{}
],
"sender": {}
}