Skip to content
← Documentation

Quickstart for Instagram workspace workflows.

This guide walks through early-access requests, workspace sign-in, Instagram Business account connection, draft creation, media upload, account selection, scheduling, status tracking, and audit verification.

01

Request workspace access

Submit an early-access request for your workspace. Once approved, your workspace keeps connected accounts, publishing workflows, approval controls, and audit logs isolated.

Request workspace access
02

Sign in to the workspace

After approval, sign in to review Overview, Accounts, Publish, Posts, Schedules, Inbox, Analytics, and Audit Logs.

Open dashboard
03

Connect an Instagram Business account

Use Accounts to connect an Instagram Business account through Instagram Business Login. Apionics stores the connected account ID for publishing and status workflows.

04

Create a draft post

Create the draft first. The returned post ID is used for media upload, account selection, scheduling, and status tracking.

05

Prepare the draft details

The workspace keeps the draft content and Instagram selection together before anything is scheduled.

{
  "content": "Hello from Apionics",
  "platforms": ["instagram"]
}
06

Upload media

Instagram publishing requires media. Upload one or more images to the draft before scheduling.

launch.png
07

Choose the connected Instagram account

Select the Instagram Business account that should receive the post. Reviewers can stop at account selection without publishing public content.

{
  "accounts": ["acc_123"],
  "platforms": ["instagram"]
}
08

Schedule or publish workflow

Schedule the draft for the selected connected account. The response returns the post and task status for dashboard reconciliation.

{
  "accounts": ["acc_123"],
  "schedule": "now"
}
09

Track status

A successful workflow returns a queued post state. Store the post ID so your workspace can reconcile dashboard state, status updates, and support logs.

{
  "id": "post_789",
  "status": "queued",
  "tasks": [
    { "account_id": "acc_123", "status": "pending" }
  ]
}
10

Verify audit logs and dashboard state

Open Posts, Schedules, Analytics, or Audit Logs. You should see the draft, account selection, status updates, and workspace activity recorded for review.

Open dashboard
11

Review data handling

Use Privacy Policy, Data Deletion, Trust Center, and Reviewer Guide pages to confirm stored data, deletion requests, official permissions, and workspace controls.