xxxxxxxxxx
}
{
"personalizations": [
{
"to": [
{
"email": "",
"name": ""
}
],
"cc": [
{
"email": "",
"name": ""
}
],
"bcc": [
{
"email": "",
"name": ""
}
]
}
],
"from": {
curl -X POST \
'https://api.lowcodeapi.com/sendgrid/v3/mail/send' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"personalizations": [
{
"to": [
{
"email": "",
"name": ""
}
],
"cc": [
{
"email": "",
"name": ""
}
],
"bcc": [
{
"email": "",
"name": ""
}
]
}
],
"from": {
"email": "",
"name": ""
},
"reply_to": {},
"reply_to_list": [
{
"email": "",
"name": ""
}
],
"subject": "",
"content": [],
"attachments": [],
"template_id": "",
"headers": {},
"custom_args": "",
"batch_id": "",
"categories": [],
"send_at": "",
"asm": {},
"ip_pool_name": "",
"mail_settings": {},
"tracking_settings": {}
}'
Last Updated : 2024-12-16 14:03 +00:00