Email
Creating Email Addresses
Create custom email addresses through the A1Base API
Creating Email Addresses
The Email API allows you to create custom email addresses on your A1Base account with the domain a1send.com. To setup a custom domain (i.e [email protected]) please contact the founders at [email protected] or [email protected]
Endpoint
Email addresses must be between 5 and 30 characters long.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
address | string | Yes | The local part of the email address (before the @ symbol) |
domain_name | string | Yes | The domain name to use for the email address |
Example Request
Example Response
Error Responses
Status Code | Description |
---|---|
400 | Invalid request parameters |
401 | Invalid API credentials |
403 | Domain not authorized for account |
409 | Email address already exists |