xxxxxxxxxx
}
{
"message": {
"subject": "",
"text": "",
"html": "",
"from_email": "",
"from_name": "",
"to": [
{
"name": "",
"email": "",
"type": "to"
},
{
"name": "",
"email": "",
"type": "cc"
},
{
"name": "",
"email": "",
"type": "bcc"
}
]
Send a new transactional message through the Transactional API
curl -X POST \
'https://api.lowcodeapi.com/mailchimp/api/1.0/messages/send' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"message": {
"subject": "",
"text": "",
"html": "",
"from_email": "",
"from_name": "",
"to": [
{
"name": "",
"email": "",
"type": "to"
},
{
"name": "",
"email": "",
"type": "cc"
},
{
"name": "",
"email": "",
"type": "bcc"
}
]
},
"send_at": "",
"ip_pool": "",
"async": ""
}'
Last Updated : 2024-12-16 14:03 +00:00