Customer
A customer is a higher-level entity in mail2many. A customer has an ID, a name, and can own one or more accounts to group them organizationally. However, a customer’s organizational structure is not relevant for technical integration — only the individual account matters.
Customer 1
├── Account 1 (Users, API keys, webhooks, data)
├── Account 2 (Users, API keys, webhooks, data)
└── Account 3 (Users, API keys, webhooks, data)
Customer 2
└── Account 1 (Users, API keys, webhooks, data)
info
Important for API usage: For using the mail2many API, the customer as an organizational structure is not relevant. Every request always targets exactly one specific account. Even if a customer has multiple accounts, each request only accesses the data of one account.
Users, API keys, and webhooks are managed within accounts.