POST
/
flowise
/
create
/
{instance}
curl --request POST \
  --url https://{server-url}/flowise/create/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "enabled": true,
  "apiUrl": "http://dify.site.com/v1",
  "apiKey": "app-123456",
  "triggerType": "keyword",
  "triggerOperator": "equals",
  "triggerValue": "teste",
  "expire": 0,
  "keywordFinish": "#SAIR",
  "delayMessage": 1000,
  "unknownMessage": "Mensagem não reconhecida",
  "listeningFromMe": false,
  "stopBotFromMe": false,
  "keepOpen": false,
  "debounceTime": 0,
  "ignoreJids": [
    "1234567890@s.whatsapp.net"
  ]
}'
{
  "message": "Instância do Flowise criada com sucesso"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json

Configuração para a instância do Flowise

The body is of type object.

Response

200
application/json

Instância do Flowise criada com sucesso

The response is of type object.