API v1 is in maintenance mode. We recommend using API v2 for new integrations as it offers better features, error handling, and will receive ongoing updates.
Get your API key from the Credentials page in your AhaSend dashboard.
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:
The reason the email failed to be sent to a recipient.
Example:
[
"[email protected]: The email account that you tried to reach does not exist."
]