POST
POST
POST
POST
GET
POST
POST
POST
POST
POST
POST
MailchimpMailchimpMessagesSend new message
POST
https://api.lowcodeapi.com/mailchimp/api/1.0/messages/send
Request Body
Content Type : application/json
Request Parameters
messageobject
Message object
send_atstring
UTC timestamp
ip_poolstring
Name of the dedicated ip pool
asyncboolean
Enable a background sending mode that is optimized for bulk sending
Overview

Send a new transactional message through the Transactional API

API Reference Link
https://mailchimp.com/developer/transactional/api/messages/send-new-message/
Response
API response data will be shown here once the request is completed.
Snippet
cURL
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": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00