bot

Bot Ingest Route

Channel-memory ingestion. Stores messages ONLY for channels connected to a workspace (same channel-scoping rule as /answer): an unconnected channel stores nothing and returns connected=false so the bot can stop sending for a while.

Also the reply-trigger signal: bot_thread=true means at least one ingested human message replies/threads onto a bot-authored message, so the bot process should follow up via /answer (whose own rate limit throttles replies).

post/api/v1/bot/ingest

Query parameters

providerstring required
platform_user_idstring required
channel_idstring required

Request body

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.