Overview
Account links represent X (Twitter) accounts connected to your Inbox team. Each account link enables you to send and receive DMs through that account.List account links
Retrieve all connected accounts:GET /account-links returns a flat array, not a wrapped object. The same
applies to GET /members, GET /tags, and GET /statuses.Key fields
Using account links
Send messages from specific accounts
Specify which account to send from usingaccountLinkId:
Filter threads by account
View conversations for specific accounts usingaccountLinkIds:
Lookup threads by account
Check if a thread exists for a specific account–prospect pair:Multi-account patterns
Account selection logic
Choose the appropriate account based on context:Cross-account thread check
Check if you have any existing thread with a prospect across all accounts:ID types
Connecting new accounts
Account links are connected through the Inbox dashboard, not the API. To add a new X account:
- Go to inboxapp.com
- Navigate to Settings → Accounts
- Make sure you have the Chrome extension installed
- Click Open X and select the account to link
Related endpoints
List account links
GET /account-links
List threads
Filter by accountLinkIds
Lookup thread
Find thread by account + prospect
Quick send
Send from specific account
Next steps
Team setup
Configure team members
Managing threads
Work with conversations
Working with messages
Send and receive messages
Quick start
Send your first message