cross_publish
Publish content to multiple CMS platforms simultaneously to manage cross-platform distribution efficiently.
Instructions
Publish to multiple CMS platforms in one call — costs 1 credit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | Yes | Platforms to publish to: devto, ghost, hashnode, wordpress, medium | |
| title | Yes | Article title | |
| content | Yes | Article content in markdown | |
| tags | No | Tags for the article | |
| status | No | Publish status | draft |
| featured_image_url | No | Featured image URL | |
| canonical_url | No | Canonical URL for cross-posting | |
| series | No | Series name (supported on Dev.to and Hashnode) | |
| primary_platform | No | Platform to treat as canonical source. Its published URL becomes the canonical_url for all other platforms. Defaults to the first platform in the list. |