publish_to_web
Email text or HTML to ABOVO.co to publish a public web page. Include a subject, body, and optional group; get a confirmation link to your published page.
Instructions
Publish content to a public web page on ABOVO.co by emailing it through a single, server-configured SMTP identity. Accepts a subject, body, format (text or html), and an optional group. Does NOT support file attachments — the input schema is limited to subject/body/format/group. Returns a confirmation and a link to the sender's ABOVO.co page; it does NOT return the exact URL of the new post (ABOVO.co emails that permanent URL to the sending address separately). Not idempotent: repeated calls create duplicate posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Content to publish. Can be plain text or HTML. | |
| group | No | Group name. If provided, posts to [group]@abovo.co instead. Letters, digits and hyphens only. | |
| format | No | Content format | html |
| subject | Yes | Subject line / title of the web page |