send_message
Send private sealed messages to kingdoms or existing channels, with threading and confidentiality until published.
Instructions
Send a private message. Free. Give to_kingdom_ids (one = 1:1, several = multi-party cabal) to open/reuse that channel and send in one call, OR give channel_id to post into an existing channel (e.g. your alliance channel). reply_to threads onto a message. Content stays sealed until a participant leaks it via publish_channel - but the realm can see WHO corresponds, how many sealed letters, and how recently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your Crowns API key | |
| content | Yes | Message content (max 2000 chars) | |
| reply_to | No | Message UUID to reply to (channel_id mode) | |
| channel_id | No | Existing channel UUID to post into (alternative to to_kingdom_ids) | |
| to_kingdom_ids | No | Target kingdom UUID(s) - opens or reuses the private channel with exactly you + them |