Send emails
API v1 (legacy)
Send Email (APIv1 - Legacy)
Legacy API v1 for sending emails - simple and straightforward
POST
Send emails
API v1 provides a simple way to send emails through AhaSend. It’s designed for straightforward email sending without the advanced features available in v2.
Authorizations
Headers
Only application/json is supported
Body
application/json
Email object.
Response
Request was accepted. This doesn't necessarily mean immediate delivery or even queueing of the emails for delivery. It just means that the request was well-formed and accepted, but you need to check the response for success_count and fail_count to make sure about the status of your request.
Number of messages that were queued for sending.
Example:
1
Number of messages that failed to be queued for sending.
Example:
1
List of email addresses that the email was not sent to.
Example:
["john@nasa.gov"]The reason the email failed to be sent to a recipient.
Example:
[
"john@nasa.gov: The email account that you tried to reach does not exist."
]
