xxxxxxxxxx
}
{
"from": {
"email": "",
"name": ""
},
"to": [
{
"email": "",
"name": ""
}
],
"cc": [
{
"email": "",
"name": ""
}
],
"bcc": [
{
"email": "",
"name": ""
}
],
"reply_to": {
Send an asynchronous email
curl -X POST \
'https://api.lowcodeapi.com/mailersend/v1/email' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"from": {
"email": "",
"name": ""
},
"to": [
{
"email": "",
"name": ""
}
],
"cc": [
{
"email": "",
"name": ""
}
],
"bcc": [
{
"email": "",
"name": ""
}
],
"reply_to": {
"email": "",
"name": ""
},
"subject": "",
"text": "",
"html": "",
"attachments": {},
"template_id": "",
"tags": "",
"personalization": [
{
"email": ""
}
],
"precedence_bulk": "",
"send_at": "",
"in_reply_to": "",
"settings": {},
"headers": {}
}'
Last Updated : 2024-12-16 14:03 +00:00