Chat Widget

Nudge Conversation

Send an idle nudge message to the conversation.

Rate-limited server-side: the nudge is only inserted if enough time has passed since the last assistant message (based on idle_delay_seconds configured on the widget). Returns nudged=false if rate-limited, no idle_message is configured, or conversation is not active.

post/chat/{conversation_id}/nudge

Path parameters

conversation_idstring uuid required

Response

Successful Response

nudgedboolean required

Whether a nudge was actually sent (false if rate-limited or no idle_message configured)

Changes