POST
/
evolutionBot
/
settings
/
{instance}
Create Evolution Bot Settings
curl --request POST \
  --url https://{server-url}/evolutionBot/settings/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "expire": 123,
  "keywordFinish": "<string>",
  "delayMessage": 123,
  "unknownMessage": "<string>",
  "listeningFromMe": true,
  "stopBotFromMe": true,
  "keepOpen": true,
  "debounceTime": 123,
  "ignoreJids": [
    "<string>"
  ],
  "botIdFallback": "<string>"
}'

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Body

application/json
expire
number
required

Expiration time for the session (in seconds)

keywordFinish
string
required

Keyword to terminate the session

delayMessage
number
required

Delay time (in ms) for sending messages

unknownMessage
string
required

Message displayed when an unknown input is received

listeningFromMe
boolean
required

Listen to messages sent by the bot owner

stopBotFromMe
boolean
required

Stop bot when the owner sends a message

keepOpen
boolean
required

Keep the session open after processing messages

debounceTime
number
required

Time delay to debounce messages

botIdFallback
string
required

Fallback bot ID to use

ignoreJids
string[]

List of JIDs to ignore