Email Transacional
Parâmetros
Campo
Descrição
Valor
Requisição
curl --location '<HOST>/v1/configs' \
--header 'Content-Type: application/json' \
--header 'Authorization: <ACCESS-TOKEN>' \
--data '{
"output": {
"type": "TRANSACTIONAL_EMAIL",
"transactional_email": {
"to": [
"[email protected]"
],
"cc": [
"[email protected]"
],
"bcc": [
"[email protected]"
],
"subject": "SUBJECT",
"template_id": "ALERT"
}
}
}'Resposta
Templates
ALERT
Last updated