Posts
Posts are the generated content pieces created by your automations. Each post contains platform-specific content and tracks its publishing status across channels.
Post Lifecycle
Every post follows a status lifecycle:
| Status | Description |
|---|---|
| None | Post created but not yet queued for publishing |
| Pending | Queued and waiting to be published |
| Running | Currently being published to the platform |
| Success | Successfully published |
| Failure | Publishing failed (see error details) |
Post Content
Each post stores content as a flexible JSON structure that adapts to the target platform:
Social Post Content
| Field | Description |
|---|---|
| Content | The post text (length varies by platform) |
| Media | Array of images/videos with type and URL |
Blog Post Content
| Field | Description |
|---|---|
| Title | Article headline |
| Content | HTML-formatted body |
| Excerpt | Short summary for previews |
| Tags | Array of topic tags |
| Media | Featured image |
Discord-Specific Content
| Field | Description |
|---|---|
| Content | Message text |
| Media | Attached images |
| Embed | Rich embed with title, description, and URL |
Managing Posts
From the Posts page you can:
- View all posts — See posts across all automations with their status
- Filter — Filter by status, platform, automation, or date
- Edit — Modify post content, title, media, and other fields before publishing
- Preview — See how the post will appear on the target platform
- Publish — Manually publish draft posts
- Delete — Remove posts you don’t want to publish
Editing Posts
Click on any post to open the post editor. The editor adapts to the content type:
- Social posts — Text editor with character count showing the platform’s limit
- Blog posts — Rich text editor (TipTap) for HTML content with title, excerpt, and tag fields
- Media — Upload, replace, or remove attached images
Post Metrics
After a post is successfully published, QiQ Social can sync engagement metrics from the platform:
- Views/impressions
- Likes/reactions
- Comments
- Shares/reposts
Metrics are synced periodically and displayed on the post detail page.
Last updated on