publish_page
Publish HTML content as live, shareable web pages on ChatPipe. Generate public URLs for dashboards, reports, and landing pages with optional password protection.
Instructions
Publish HTML content as a live, shareable page on ChatPipe. Returns a public URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Page name/title (e.g. 'Monthly Dashboard') | |
| slug | Yes | URL slug (lowercase, hyphens only, e.g. 'monthly-dashboard') | |
| html | Yes | Complete HTML content to publish | |
| access | No | Access level (default: public) | |
| password | No | Password for protected pages (only if access=password) |