Skip to main content

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. Retrieve all connected accounts:
Response:
GET /account-links returns a flat array, not a wrapped object. The same applies to GET /members, GET /tags, and GET /statuses.

Key fields

Send messages from specific accounts

Specify which account to send from using accountLinkId:

Filter threads by account

View conversations for specific accounts using accountLinkIds:

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

Account links have two ID types. Use the correct one:

Connecting new accounts

Account links are connected through the Inbox dashboard, not the API. To add a new X account:
  1. Go to inboxapp.com
  2. Navigate to Settings → Accounts
  3. Make sure you have the Chrome extension installed
  4. Click Open X and select the account to link
The new account will then appear in API responses.

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