Chat Controller
Archive Chat
Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Profile Settings
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- PUTUpdate Group Members
- PUTUpdate Group Setting
- PUTToggle Ephemeral
- DELLeave Group
Chatwoot
RabbitMQ
WebSocket
Instances
Settings
Send Message
Chat Controller
Profile Settings
Profile Settings
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- PUTUpdate Group Members
- PUTUpdate Group Setting
- PUTToggle Ephemeral
- DELLeave Group
Chatwoot
RabbitMQ
WebSocket
Chat Controller
Archive Chat
Archive Chat
PUT
https://{server-url}
/
chat
/
archiveChat
/
{instance}
server-url
string
server-url
string
The URL of your EvolutionAPI server
apikey
string
*
apikey
Required
string
Your authorization key header
instance
string
*
instance
Required
string
ID of the instance to connect
object
lastMessage
object
*
lastMessage
Required
object
Messages to be mark as read
key
object
*
key
Required
object
remoteJid
string
*
remoteJid
Required
string
Chat contact or group remote JID
fromMe
boolean
*
fromMe
Required
boolean
If the message was sent by the instance owner or the contact
id
string
*
id
Required
string
Message ID
archive
boolean
*
archive
Required
boolean
Whether to archive the chat or not
Authorizations
apikey
string
headerrequiredYour authorization key header
Path Parameters
instance
string
requiredID of the instance to connect
Body
application/json
lastMessage
object
requiredMessages to be mark as read
archive
boolean
requiredWhether to archive the chat or not
Response
201 - application/json
chatId
string
The ID of the chat.
archived
boolean
Indicates whether the chat is archived.