Documentation

/send-email

Path
(POST) https://api.huhumails.com/api/v1/send-email
Parameters
apiKey [string] - API Key
to [array] - Recipient
fr [string] - Sender
subj [string] - Subject
body [string] - Body

cc [array, optional] - Carbon Copy
bcc [array, optional] - Blind Carbon Copy
replyTo [array, optional] - Reply To
txtBody [string, optional] - Text Version of the Body

date [string, optional]

  • Schedule date to send email.
  • Send immediately if not specified.
  • Format: YYYYMMDDThhmmss e.g. 20241231235959

tz [string, required if date is set]

Response Status Codes

200 - If email successfully queued (This does not mean it's successfully sent)
400 - If an error has occurred.

Response Body Format
{ "status": [statusCode],  
  "err": [errorMessage, optional] 
}