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)
Dirección de envio. Se recomienda el formato Nombre Apellido <email@dominio.com>
to_email (string)
Receptor. Se recomienda el formato Nombre Apellido <email@dominio.com>
(Opcional) cc_email (string)
Receptor en copia. Se recomienda el formato Nombre Apellido <email@dominio.com>
(Opcional) bcc_email (string)
Receptor en copia oculta. Se recomienda el formato Nombre Apellido <email@dominio.com>
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