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
Response
n8n bot instance created successfully
Example response
{
"message": "n8n bot instance created successfully"
}