IG
ANKK launch update@ankk_demo · InstagramScheduled At: 2026-09-01 · 09:00
EditCancel Schedule
ANKK APP processes all publishing jobs through an asynchronous background queue to ensure resilient multi-channel operations. The moment a publish request is accepted differs from the moment the post goes live on external social networks.
Choose the screen that matches the task in a single-channel or all-channels view.
| Screen | What you review and manage |
|---|---|
| Scheduled posts | Future publications; edit, reschedule, or cancel them in list, week, or month view |
| Action required | Failures, reauthorization, permissions, or provider outcomes that need a decision |
| Published | Content published by ANKK APP or synced from SNS, including original-post links and collected metrics |
| Inbox | Channel comments and replies, including reply delivery status |
| Analytics | Period metrics and top posts for the whole brand or one channel |
The scheduled screen presents the same content in list, week calendar, and month calendar views. A view is not a content status; scheduled content can be edited, rescheduled, or cancelled from any view.
stateDiagram-v2 [*] --> scheduled : Scheduled publish (scheduled_for set) [*] --> pending : Immediate publish (queued immediately) scheduled --> pending : Target time reached scheduled --> deleted : Cancelled (soft-deleted) pending --> publishing : Worker processes job publishing --> published : SNS publish succeeded publishing --> failed : SNS publish failed (temporary API error) failed --> pending : Retry executed published --> unavailable : Source post deleted on SNS| Status | Meaning | Description |
|---|---|---|
scheduled | Scheduled | Waiting for future publish timestamp. Can be edited or cancelled. |
publishing | In Progress | ANKK worker is actively uploading media and communicating with SNS APIs. |
published | Published | Successfully live on SNS. Moved to Published Content. |
failed | Failed | Failed due to temporary platform errors. Retriable via Failures & Retries. |
deleted | Deleted | Scheduled post was cancelled or removed by user. |
unavailable | Unavailable | Original post deleted on provider platform or permissions revoked. |
Receiving an HTTP 202 Accepted response or submitting a post in the UI confirms:
Final delivery confirmation must be verified via queue status updates or Webhook events (sns.publish.succeeded).