@) to a routing target. For example, an inbox with address support on the domain yourdomain.com receives all emails sent to support@yourdomain.com.
Default catch-all inbox
When you enable receiving on a domain, Nuntly automatically creates a default catch-all inbox with the address*. This inbox receives any email that does not match a specific inbox address. You do not need to create it manually.
Routing logic
When an email arrives, Nuntly matches the recipient address against your inboxes in this order:- Exact match. If an inbox address matches the local part of the recipient (for example,
supportmatchessupport@yourdomain.com), the message is routed to that inbox. - Default catch-all. If no exact match is found, the message is routed to the default
*inbox.
The default catch-all inbox does not count toward your plan limit.
Create an inbox
Create request fields
| Field | Required | Description |
|---|---|---|
domainId | Yes | The ID of the domain for this inbox. |
address | Yes | The local part of the email address (before the @). Maximum 64 characters. |
name | No | A display name for the inbox. Maximum 255 characters. |
namespaceId | No | The ID of a namespace to assign the inbox to. |
agentId | No | An external AI agent identifier. Maximum 255 characters. |
List inboxes
Retrieve an inbox
Retrieve a single inbox with thread statistics.Update an inbox
Update request fields
| Field | Description |
|---|---|
name | The display name. Set to null to clear. |
namespaceId | The namespace ID. Set to null to remove from a namespace. |
agentId | The AI agent identifier. Set to null to remove the agent. |
status | Set to active or disabled. |
Delete an inbox
Deleting an inbox is a soft delete. The inbox is marked as deleted and no longer receives messages.List threads in an inbox
You can list threads directly from an inbox. See threads for more details on working with threads.Next steps
Namespaces
Organize inboxes into groups for multi-tenant applications
AI agent inboxes
Assign AI agents to inboxes for automated processing
