v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
messaging

Ingest messages from external platforms

Ingest messages from external platforms (Discord, Telegram, etc.) into the central messaging system. This endpoint handles messages from external sources and routes them to the appropriate agents through the central message bus.

post/api/messaging/ingest-external

Request body

agentIdstring uuid required
roomIdstring uuid required
userIdstring uuid required
textstring required
sourceIdstring required
sourceType'discord' | 'telegram' | 'twitter' required
metadataobject

Response

Message ingested successfully

successboolean