POST
/
typebot
/
settings
/
{instance}
Change Session Status
curl --request POST \
  --url https://{server-url}/typebot/settings/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "expire": "<string>",
  "keywordFinish": "<string>",
  "delayMessage": "<string>",
  "unknownMessage": "<string>",
  "listeningFromMe": "<string>",
  "stopBotFromMe": "<string>",
  "keepOpen": "<string>",
  "debounceTime": "<string>",
  "ignoreJids": "<string>",
  "typebotIdFallback": "<string>"
}'

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Body

application/json
expire
string
required

Time to expire session bot

keywordFinish
string
required

Keyword to finished session

delayMessage
string
required

Delay when the bot send message

unknownMessage
string
required

Unrecognized message

listeningFromMe
string
required
stopBotFromMe
string
required

Stop bot when I send message

keepOpen
string
required

Keep session open

debounceTime
string
required

Time

ignoreJids
string
required

Jids ignore from bot

typebotIdFallback
string
required

Id fallback