v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
n8n Controller

Create a new n8n bot instance

Update bot n8n

put/n8n/update/:n8nId/{instance}

Path parameters

instancestring required

Name of the instance

n8nIdstring required

Id bot n8n

Request body

enabledboolean required
webhookUrlstring required
basicAuthUserstring
basicAuthPasswordstring
triggerType'all' | 'keyword'
triggerOperator'contains' | 'equals' | 'startsWith' | 'endsWith' | 'regex' | 'none'
triggerValuestring
expireinteger
keywordFinishstring
delayMessageinteger
unknownMessagestring
listeningFromMeboolean
stopBotFromMeboolean
keepOpenboolean
debounceTimeinteger
ignoreJidsstring[]

Response

n8n bot instance created successfully

messagestring

Example response

{
  "message": "n8n bot instance created successfully"
}