Email
Sending Emails
Send and receive emails through the A1Base API
Email API
The Email API allows you to programmatically send and manage emails through A1 Base.
Base URL
Sending Emails
You can send emails using the following endpoint:
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
sender_address | string | Yes | Email address that will appear in the “From” field |
recipient_address | string | Yes | Email address of the recipient |
subject | string | Yes | Subject line of the email |
body | string | Yes | Content of the email (plain text or HTML) |
headers | object | No | Optional email headers as key-value pairs |
Example Requests
Send simple text emails
Send formatted html emails