Posztolási szabályok platformonként
Egy táblázat arról, melyik platform mit fogad el: média, karakterkorlát, kötelező beállítások.
The comparison table
Each platform has different rules. This table covers the essentials. See each platform's page for details.
| Platform | Character limit | Media | Required fields |
|---|---|---|---|
| X (Twitter) | 280 | Up to 4 images, or one video. GIFs are allowed too. | who_can_reply_post |
| no data | Required: at least one image or video. Multiple images become a carousel. | post_type | |
| no data | Image, video, or document. Multiple images can also be turned into a carousel. | none | |
| no data | Image, video, or a text post with no media. | none | |
| TikTok | no data | Required: one video, or one or more images for a photo post. | content_posting_method, privacy_level, duet, stitch, comment, autoAddMusic, brand_content_toggle, brand_organic_toggle |
| YouTube | no data | Required: one video. | title, type |
| no data | Required: one image or video. | board | |
| Google Business | no data | Image or video, optional. | none |
| Discord | 1980 | Image or video, optional. | channel |
| Slack | no data | Image or video, optional. | channel |
| Threads | 500 | Image or video, optional. | none |
| Bluesky | 300 | Up to 4 images, or one video. | none |
| Telegram | no data | Image or video, optional. | none |
Required fields
If a field is required for a channel, you cannot schedule the post to that channel until you fill it in. The editor tells you what is missing for each channel. You can still schedule the post for the others.
The most common are title and visibility for YouTube, a board for Pinterest, a target channel for Discord and Slack, and visibility and publishing mode for TikTok.
Fetching the schema
The table above describes the rules in plain language. If you work programmatically, you can fetch the schema for the connected channel directly:
GET /public/v1/integration-settings/:id returns the channel's settings schema along with the account-specific character limit. This is the authoritative source because the account type can also affect the limits. For details, see the Channel settings schema endpoint documentation.
When you create a post, these fields go into the settings object, alongside the __type field that identifies the platform. See the Create a post endpoint.