N8nRegisterResponse
successSuccess (boolean)required
messageMessage (string)required
agent_name object
anyOf
- string
- null
string
agent_id object
anyOf
- string
- null
string
webhook_url object
anyOf
- string
- null
string
container_name object
anyOf
- string
- null
string
upload_id object
anyOf
- string
- null
string
N8nRegisterResponse
{
"success": true,
"message": "string",
"agent_name": "string",
"agent_id": "string",
"webhook_url": "string",
"container_name": "string",
"upload_id": "string"
}