General
What is Inbox?
What is Inbox?
What can I build with the Inbox API?
What can I build with the Inbox API?
- Outreach automation — Send personalized DMs at scale
- CRM integration — Sync conversations to HubSpot, Salesforce, etc.
- AI chatbots — Build intelligent auto-reply systems
- Analytics dashboards — Track engagement and conversion metrics
Which platforms are supported?
Which platforms are supported?
Is there a free tier?
Is there a free tier?
IDs and Lookups
What's the difference between Inbox ID and Platform ID?
What's the difference between Inbox ID and Platform ID?
| ID Type | Field | Example | Use For |
|---|---|---|---|
| Inbox ID | id | thread_abc123 | All API operations |
| Platform ID | platformId | 1876543210987654321 | Lookups from external data |
How do I find a thread by username?
How do I find a thread by username?
How do I get someone's X user ID from their username?
How do I get someone's X user ID from their username?
Messaging
Can I send messages to new prospects?
Can I send messages to new prospects?
What are the message rate limits?
What are the message rate limits?
| Category | Limit |
|---|---|
| API requests (read) | 100/minute |
| API requests (write) | 30/minute |
| Message sending | 10/minute per account |
What's the maximum message length?
What's the maximum message length?
Can I send images or media?
Can I send images or media?
What's the difference between quick send and standard send?
What's the difference between quick send and standard send?
| Method | Use When |
|---|---|
Quick send (POST /threads/messages) | Simple one-off messages, don’t need thread object |
Standard send (POST /threads/{id}/messages) | Multiple messages, need thread details first |
Threads and Conversations
What are the inbox views?
What are the inbox views?
| View | Description |
|---|---|
default | Active conversations needing attention |
no-reply | You sent last message, awaiting reply |
requests | New message requests |
archived | Marked as done |
How do I archive a thread?
How do I archive a thread?
done: true:Can I delete a thread?
Can I delete a thread?
done: true) instead.How do I know if a thread has unread messages?
How do I know if a thread has unread messages?
Prospects
How are prospects created?
How are prospects created?
- They send you a DM
- You create a thread with them
- You use quick send to message them
How do I add notes to a prospect?
How do I add notes to a prospect?
Is prospect profile data real-time?
Is prospect profile data real-time?
Can a prospect have multiple tags?
Can a prospect have multiple tags?
Account Links
How do I connect a new X account?
How do I connect a new X account?
- Go to inboxapp.com
- Navigate to Settings → Connected Accounts
- Click Connect X Account
Can I send from multiple accounts?
Can I send from multiple accounts?
accountLinkId when sending:Are rate limits per account or per API key?
Are rate limits per account or per API key?
Team and Members
How do I assign a thread to a team member?
How do I assign a thread to a team member?
Can I create team members via API?
Can I create team members via API?
How do I get unassigned threads?
How do I get unassigned threads?
Technical
What's the base URL?
What's the base URL?
How do I handle pagination?
How do I handle pagination?
How do I encode arrays in query parameters?
How do I encode arrays in query parameters?
Is there a webhook for new messages?
Is there a webhook for new messages?
Is there an official SDK?
Is there an official SDK?
Still Have Questions?
- Browse the API Reference for endpoint details
- Check Troubleshooting for common issues
- Visit the Help Center
- Email support at kevin@inboxapp.com