Update message
Update a message
Update
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.
Path Parameters
id*
integer
The message's ID
Headers
Authorization*
string
Bearer {{API_KEY}}
Request Body
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
Body(raw)
Last updated