create_outreach_item
Create blog articles, LinkedIn posts, or emails as outreach items with status and scheduling. Returns the new item's ID.
Instructions
Create a new outreach content item (blog article, LinkedIn post, email). Returns the created item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Content type | |
| title | Yes | Title of the content item | |
| content | No | MDX/markdown content body | |
| status | No | Initial status (default: draft) | draft |
| socialConnectionId | No | SocialConnectionId — which connected social account to post as | |
| scheduledFor | No | ISO date-time for scheduled publication (e.g. '2026-04-01T14:00:00Z') |