Inbox IDs
CallGET /v1/inboxes before sending messages. The response includes each inbox available to your API credentials.
Use the inbox id as inbox_id in message, conversation, and scheduling requests.
Sender IDs
Some write endpoints requirecreator_id. For message sending, creator_id is the member ID that should appear as the sender.
Use a member ID returned by GET /v1/inboxes or GET /v1/team that has access to the target inbox.
Multiple inboxes
If your team has multiple inboxes, always passinbox_id explicitly. This keeps messages, conversations, and scheduled sends associated with the intended channel.
Related pages
Authentication
Check credentials with
GET /v1/inboxes.Inboxes reference
Review inbox response fields.
Team reference
Retrieve team metadata and member IDs.