Managing Multiple Accounts
Soku supports connecting multiple accounts per platform, allowing you to manage several social media profiles from a single dashboard. This is useful if you manage content for multiple brands, clients, or personal projects.Plan Limits
The number of accounts you can connect per platform depends on your subscription plan.
These limits apply per platform. For example, on the Pro plan you can connect 2 Instagram accounts and 2 TikTok accounts and 2 YouTube channels — the limits are independent.
If you need to connect more accounts than your current plan allows, you can upgrade your plan at any time from Settings > Subscription. See Subscription Plans for details.
How Multi-Account Works
Connecting Additional Accounts
To add a second (or additional) account for a platform:- Go to Settings > Integrations.
- Find the platform where you want to add another account.
- Click Connect Another (this button appears after your first account is connected).
- Follow the standard OAuth authorization flow for that platform.
- Make sure you authorize a different account than the one already connected. If prompted, log out of the currently connected account on the platform’s site before authorizing.
How Account IDs Work
Each connected account is assigned a unique identifier within Soku. This identifier is called the accountId and is stored as part of the integration record atusers/{uid}/integrations/{provider}.
When you have multiple accounts on the same platform, the accountId is what distinguishes them. For example:
The accountId is used internally by Soku to route posts to the correct account. You will see it referenced in:
- The integrations list in Settings > Integrations
- Post creation, where you select which accounts to publish to
- Automation settings, where you choose which accounts participate in reposting
- API requests, if you use the Posts API to publish programmatically
Selecting Accounts When Publishing
When you create a post in Soku, the platform selection step shows all connected accounts. If you have multiple accounts on a platform, each account appears as a separate option. For example, if you have two Instagram accounts connected, you will see both listed:- Instagram — @mybrand
- Instagram — @myclientbrand
Managing Existing Connections
Viewing Connected Accounts
Go to Settings > Integrations to see all your connected accounts. Each integration shows:- The platform name and icon
- The account display name or handle
- The connection status (active or needs reconnection)
- The
enabled_for_reposttoggle
Enabling or Disabling Automated Reposting
Each connected account has anenabled_for_repost toggle. When enabled, the account is eligible to receive content from Soku’s automated reposting feature. When disabled, the account is excluded from automation but can still be used for manual publishing.
To toggle this setting:
- Go to Settings > Integrations.
- Find the account you want to update.
- Toggle the Enabled for Repost switch on or off.
Disconnecting an Account
To remove a connected account:- Go to Settings > Integrations.
- Find the account you want to disconnect.
- Click Disconnect.
- Confirm the disconnection.
Reconnecting an Account
If a connection becomes invalid (for example, after a password change or token expiration), the account will show a “Needs Reconnection” status. Click Reconnect and follow the authorization flow to restore the connection. Your existing settings, including theenabled_for_repost toggle, will be preserved.