Messages
Update Messages
Update status of a conversation.
PUT
/
messages
/
:platform
/
:conversationId
Update the status of a conversation to active or archived. You may want to archive conversations if they are no longer active or relevant.
Header Parameters
Authorization
string
requiredFormat:
Authorization: Bearer API_KEY
. See API overview for more information.Profile-Key
string
Profile Key of a user profile.
Path Parameters
platform
string
requiredThe platform for status update: facebook
, instagram
, twitter
conversationId
string
requiredThe ID of the conversation to action.
Request Body
status
string
requiredValues: active
or archived
.