Update message
Update a message
Last updated
Update a message
Last updated
POST
https://{{account_id}}.acquire.io/api/v1/crm/messenger/chat/message/{{messageId}}
Use this endpoint to modify a message in a Conversation. The messageId needs to be passed as a path parameter in the endpoint URL. messageId - the message ID. Use a webhook or GET request to find the message ID. If doing a GET request to Single Case, the message Id will be found in the object "messageSeen": { "1": 4334 } where 4334 corresponds to the messageId.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id*
integer
The message's ID
Authorization*
string
Bearer {{API_KEY}}
translateLangKey
string
Within the message object. ISO language code
message*
string
Within the message object. The message you intend to send.
type*
string
Within the message object. "message"
message*
object
The message object