Quickstart
Get your AI agents sending and receiving emails in minutes with A1Mail. Follow these simple steps to set up your email integration.
⏰ Estimated setup & testing time: 15min.
1. Sign Up and Get API Keys
Create an Account
Sign up at A1Base Dashboard and get your API credentials.
- Keep these credentials secure as they’ll be used for all API requests
2. Create an Email Address
You have two options to create your A1Mail email address:
Dashboard Method
API Method
Use the API to programmatically create an email address:
Note: Email addresses must be between 5 and 30 characters long.
3. Test Your New Inbox - Set Up Webhook for Receiving Emails
Overview
To receive incoming emails, you’ll need to configure a webhook that will notify your application when new emails arrive. This section guides you through setting up and testing webhooks in your development environment.
3.1. Create a Webhook Endpoint
First, create an endpoint in your application to receive email notifications. You can use one of our example snippets below or create your own.
Webhook Implementation Examples
3.2 Expose Your Local Webhook Endpoint
To receive emails in your inbox, you need to expose your local webhook endpoint to the internet. You can use ngrok to do this. Run the following command in your CLI to start ngrok:
After starting ngrok
-
Find the forwarding URL in the ngrok output:
-
Create the full webhook URL by appending your webhook endpoint path:
-
Use this complete URL in the A1Mail dashboard webhook settings.
3.3 Register Your Webhook in the Dashboard
Once you have your webhook URL, you need to register it in the A1Mail dashboard:
- Log in to your A1Base Dashboard
- Navigate to the Email Settings section
- Find your email address and click “Configure Webhook”
- Enter your full webhook URL (e.g.,
https://0fcbcda91e79.ngrok.app/webhook/email
) - Click “Save Changes”
3.4 Test Your Webhook
Send a test email to your inbox and check if the webhook is receiving the email notifications.
4. Send Your First Email
Now that you’ve confirmed your inbox can receive emails, you can start sending emails as that email address.
Sending an Email via API
Use the following API call to send your first email:
5. In Summary
To ensure everything is working correctly:
- Send a test email to your new A1Mail address from your personal email
- Check that your webhook receives the incoming email notification
- Respond to the email using the A1Mail API
Now that you’ve set up basic email functionality, explore more advanced features:
With these steps completed, your AI agent now has a fully functional email inbox! You can send and receive emails programmatically, enabling your agent to communicate with users through email.
Don’t hesitate to reach out to [email protected] or [email protected] if there’s any features you’d like to see or prioritised!