v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
Endpoints

Send a Message as an AI Agent Output

Sends a message as an AI Agent Output. It bypasses the Flow's input processing and delivers a message to the user. For example, sending Your order 12345 has shipped as a status update.

post/v2.0/endpoint/notify

Request body

userIdstring email required
textstring required
dataobject required
URLTokenstring required
sessionIdstring

Example request

{
  "userId": "user@example.com",
  "text": "inject text",
  "URLToken": "endpoint-url-token",
  "sessionId": "your-session-id"
}

Response

Returns success message.