Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send a plain text XMPP chat message
POST /Agent/Xmpp/SendTextMessage
{ "to": "bob@neuron.example.com", "message": "Hello!", "subject": "", "language": "en", "id": "" }
to
message
subject
language
id
{ "sent": true, "id": "msg-12345" }
sent
curl -sS "https://$NEURON_HOST/Agent/Xmpp/SendTextMessage" \ -H "Authorization: Bearer $JWT" \ -H "Content-Type: application/json" \ -d '{ "to": "bob@neuron.example.com", "message": "Hello from the Agent API!", "language": "en" }'