v46

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

Create a new n8n bot instance

Creates a new n8n bot with the provided configuration

post/n8n/create/{instance}

Path parameters

instancestring required

Name of the instance

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"
}