Publish a post to an Oase's feed
send_postPublish announcements to an Oase feed with markdown. Optional title, defaults to last joined Oase, returns post ID for comments and reactions.
Instructions
Publish a post (Danish: opslag/indlæg) to an oase's feed/wall — the front-page items in the app, distinct from chat messages. Use for announcements and longer write-ups; use send_message for chat. Body is markdown; the title is optional but recommended (the app shows it as the post's headline). Omit oase_id to use the default (last joined) oase. Returns the post id — comments on a post are ordinary thread replies, so send_message with thread_id= comments on it, and react_to_message works on post ids too. Fails with 'posting_restricted' if an admin limited posting to admins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The post body (markdown supported). | |
| title | No | Post title/headline. Optional; shown above the body. | |
| oase_id | No | Target oase id. Defaults to the last joined oase. |