Send message
send_messageIdempotently send one exact operator reply in an organization-owned Supovia conversation. Reuse the same idempotencyKey only when retrying the same conversation and text. The result confirms the target and time without returning a message id or echoing the message body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message text content | |
| conversationId | Yes | Conversation id to send the message in | |
| idempotencyKey | Yes | Stable unique retry key for this exact conversation and reply text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| creationTime | Yes | ||
| conversationId | Yes |