Skip to main content
Version: 2.0

Create end user input for alias

POST 

/v2/agent_aliases/:alias_key/end_user_sessions/:session_key/events

Sends a message, an interrupt, or a client tool output to a session the caller owns, addressed by the alias it was created through. An administrator calling this operation is bound to the sessions it owns like every other caller; the operator endpoints are the administrative view of an alias's sessions. Returns 403 if the session belongs to a different principal. The response is projected to the caller's end-user visibility — see EndUserEvent. Anonymous widget visitors authenticate by presenting X-Visitor-Id instead of an Authorization credential; the platform mints an identity holding agent_end_user on the addressed alias, which satisfies this operation's role requirement. Returns 429 when the caller reaches its hourly event cap.

Request

Responses

The input event is created.