Legacy API v1 for sending emails - simple and straightforward
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.Documentation Index
Fetch the complete documentation index at: https://ahasend.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Only application/json is supported
Email object.
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.
1
Number of messages that failed to be queued for sending.
1
List of email addresses that the email was not sent to.
["john@nasa.gov"]The reason the email failed to be sent to a recipient.
[
"john@nasa.gov: The email account that you tried to reach does not exist."
]