Create Inbox
Request Body
A friendly name for the inbox. Used as the display name when sending emails.Example:
"Support Inbox"The email address for the inbox. If not provided, a random email address will be generated using the default domain.Important: Custom domains must be verified before use. If using a custom domain, ensure it’s added and verified in your account first.Example:
"[email protected]"Response
Unique identifier for the inbox.
ID of the organization that owns this inbox.
ID of the custom domain associated with this inbox (if using a custom domain).
The friendly name of the inbox.
The email address of the inbox.
ISO 8601 timestamp of when the inbox was created.
ISO 8601 timestamp of when the inbox was last updated.
Error Responses
Error message describing what went wrong.
"Invalid email address"- The email format is invalid"Inbox with this email already exists"- An inbox with this email already exists
"Invalid domain name"- The custom domain doesn’t exist or isn’t verified
List Inboxes
Response
Returns an array of inbox objects. Each inbox object contains:Unique identifier for the inbox.
ID of the organization that owns this inbox.
ID of the custom domain associated with this inbox (if applicable).
The friendly name of the inbox.
The email address of the inbox.
ISO 8601 timestamp of when the inbox was created.
ISO 8601 timestamp of when the inbox was last updated.
Get Inbox
Path Parameters
The unique identifier of the inbox to retrieve.
Response
Unique identifier for the inbox.
ID of the organization that owns this inbox.
ID of the custom domain associated with this inbox (if applicable).
The friendly name of the inbox.
The email address of the inbox.
ISO 8601 timestamp of when the inbox was created.
ISO 8601 timestamp of when the inbox was last updated.
Error Responses
404 Not Found"Inbox not found"- The inbox doesn’t exist or doesn’t belong to your organization
Delete Inbox
Path Parameters
The unique identifier of the inbox to delete.
Response
Returns the deleted inbox object.Unique identifier for the deleted inbox.
ID of the organization that owned this inbox.
ID of the custom domain associated with this inbox (if applicable).
The friendly name of the inbox.
The email address of the inbox.
ISO 8601 timestamp of when the inbox was created.
ISO 8601 timestamp of when the inbox was last updated.
Error Responses
404 Not Found"Inbox not found"- The inbox doesn’t exist or doesn’t belong to your organization
Webhook Events
Deleting an inbox triggers the following webhook events:inbox.deleted- Fired when the inbox is successfully deleted