Files
nevo-david_postiz/examples/multi-platform-with-settings.json

96 lines
4.2 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"type": "schedule",
"date": "2024-03-15T09:00:00Z",
"shortLink": true,
"tags": [
{ "value": "product-launch", "label": "Product Launch" }
],
"posts": [
{
"integration": { "id": "reddit-integration-id" },
"value": [{
"content": "We're launching our new CLI tool today!\n\nIt's designed to make social media scheduling effortless for developers and AI agents. Built with TypeScript, supports 28+ platforms, and has a clean, intuitive API.\n\nFeatures:\n- Multi-platform posting\n- Thread creation\n- Scheduled posts\n- Comments with media\n- Provider-specific settings\n\nTry it out and let us know what you think!",
"image": [
{ "id": "r1", "path": "https://cdn.example.com/reddit-screenshot.jpg" }
]
}],
"settings": {
"__type": "reddit",
"subreddit": [{
"value": {
"subreddit": "programming",
"title": "Launching Postiz CLI - Social Media Automation for Developers",
"type": "text",
"url": "",
"is_flair_required": false
}
}]
}
},
{
"integration": { "id": "twitter-integration-id" },
"value": [
{
"content": "🚀 Launching Postiz CLI today!\n\nFinally, a developer-friendly way to automate social media. Built with TypeScript, supports 28+ platforms.\n\n✨ Features in thread below 👇",
"image": [
{ "id": "t1", "path": "https://cdn.example.com/twitter-banner.jpg" }
]
},
{
"content": "1⃣ Multi-platform posting\nPost to Twitter, LinkedIn, Reddit, TikTok, YouTube, and 23 more platforms with a single command",
"image": [
{ "id": "t2", "path": "https://cdn.example.com/multi-platform.jpg" }
],
"delay": 3000
},
{
"content": "2⃣ Thread creation\nEasily create Twitter threads, each tweet with its own media",
"image": [
{ "id": "t3", "path": "https://cdn.example.com/threads.jpg" }
],
"delay": 3000
},
{
"content": "3⃣ Provider-specific settings\nReddit subreddits, YouTube visibility, TikTok privacy - all configurable\n\nGet started: https://github.com/yourrepo",
"image": [],
"delay": 3000
}
],
"settings": {
"__type": "x",
"who_can_reply_post": "everyone"
}
},
{
"integration": { "id": "linkedin-integration-id" },
"value": [{
"content": "Excited to announce the launch of Postiz CLI! 🎉\n\nAs developers, we know how time-consuming social media management can be. That's why we built a powerful CLI tool that makes scheduling posts across 28+ platforms effortless.\n\nKey features:\n• Multi-platform support (Twitter, LinkedIn, Reddit, TikTok, YouTube, and more)\n• Thread and carousel creation\n• Scheduled posting with precise timing\n• Provider-specific settings and customization\n• Built for AI agents and automation\n\nWhether you're managing a personal brand, running marketing campaigns, or building AI-powered social media tools, Postiz CLI has you covered.\n\nCheck it out and let us know your thoughts!",
"image": [
{ "id": "l1", "path": "https://cdn.example.com/linkedin-slide1.jpg" },
{ "id": "l2", "path": "https://cdn.example.com/linkedin-slide2.jpg" },
{ "id": "l3", "path": "https://cdn.example.com/linkedin-slide3.jpg" }
]
}],
"settings": {
"__type": "linkedin",
"post_as_images_carousel": true,
"carousel_name": "Postiz CLI Launch"
}
},
{
"integration": { "id": "instagram-integration-id" },
"value": [{
"content": "🚀 New launch alert!\n\nPostiz CLI is here - automate your social media like a pro.\n\n✨ 28+ platforms\n📅 Scheduled posting\n🧵 Thread creation\n⚙ Full customization\n\nLink in bio! #developer #automation #socialmedia #tech",
"image": [
{ "id": "i1", "path": "https://cdn.example.com/instagram-post.jpg" }
]
}],
"settings": {
"__type": "instagram",
"post_type": "post",
"is_trial_reel": false
}
}
]
}