Skip to main content

N8nRegisterResponse

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