Send a transactional e-mail
Sends from a transactional template (template) or from HTML you supply (html). The e-mail is logged, followed (opens and clicks when the template asks for it) and counted against the allowance. Without to, the template’s default recipients are used.
Authorizations
An API token. The "read" ability: GET routes only. "read + write": every route.
Headers
Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).
255Body
The name of one of the team's transactional templates.
The HTML body, when no template is given.
Replaces the template's subject.
They fill the template: {{ order.number }}, {% for %} loops…
Which language version of the template to send (fr, pt-BR…). Without a value, the base version.
The name of a configured provider, to force that one.
10Response
E-mail sent.