API
Access all the documentation of our API.
sendCertifiedEmail(string auth_token,string from_email,string to_email,string (Opcional) cc_email,string (Opcional) bcc_email,string body,string (Opcional) template_id,dict (Opcional) merge_tags,string subject,string (Opcional) category,date (Opcional) program_date)
Parameters
auth_token (string)
Your client authentication token
from_email (string)
To address. The recommended format is First Name Last Name <email@domain>.
to_email (string)
Recipient. The recommended format is First Name Last Name <email@domain>.
(Opcional) cc_email (string)
Recipient in copy. The recommended format is First Name Last Name <email@domain>.
(Opcional) bcc_email (string)
Recipient in blind copy. The recommended format is First Name Last Name <email@domain>.
body (string)
Email content (you can send this field or the template_id field)
(Opcional) template_id (string)
ID of the template to send (you can send this field or the body field)
(Opcional) merge_tags (dict)
If the template_id field is used and the template has tags, it can be passed a dictionary with its values for this shipment
subject (string)
Subject
(Opcional) category (string)
Category
(Opcional) program_date (date)
(Optional) Date on which the email will be sent. (Format: DD//MM/YYYY HH:MM)
Return value
string