POST

Send Message


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sends a user message in a conversation.

An assistant turn with WORKING status is immediately opened and can be tracked via Query Messages. When the assistant completes its response, the turn is finalized. An idempotencyKey is required to prevent duplicate submissions on retry.

Endpoint
POST
https://www.wixapis.com/containers/chat/v1/conversations/{conversationId}/messages

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?