v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Settings Controller

Set Settings

Set settings

post/settings/set/{instance}

Path parameters

instancestring required

ID of the instance to connect

Request body

reject_callboolean required

Reject calls automatically

msg_callstring

Message to be sent when a call is rejected automatically

groups_ignoreboolean required

Ignore group messages

always_onlineboolean required

Always show WhatsApp online

read_messagesboolean required

Send read receipts

read_statusboolean required

See message status

sync_full_historyboolean required

Syncronize full WhatsApp history with EvolutionAPI

Response

Created

Example response

{
  "settings": {
    "instanceName": "teste-docs",
    "settings": {
      "reject_call": true,
      "groups_ignore": true,
      "always_online": true,
      "read_messages": true,
      "read_status": true,
      "sync_full_history": false
    }
  }
}