xxxxxxxxxx
{
"from": "",
"to": "",
"subject": "",
"html": "",
"recipient-variables": "",
"template": "",
"cc": "",
"bcc": "",
"text": "",
"amp-html": "",
"attachment": "",
"inline": ""
}
curl -X POST \
'https://api.lowcodeapi.com/mailgun/v3/domain_name/messages' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"from": "",
"to": "",
"subject": "",
"html": "",
"recipient-variables": "",
"template": "",
"cc": "",
"bcc": "",
"text": "",
"amp-html": "",
"attachment": "",
"inline": ""
}'
Last Updated : 2024-12-16 14:03 +00:00