POST
/
v1
/
send_campaign
curl --request POST \
  --url https://api.campaigncleaner.com/v1/send_campaign \
  --header 'Content-Type: application/json' \
  --data '{
  "send_campaign": {
    "remove_css_inheritance": true,
    "adjust_font_colors": true,
    "remove_comments": true,
    "campaign_html": "",
    "campaign_name": "Test Passed",
    "remove_width_over": 400,
    "image_max_width": 600,
    "remove_image_height": true,
    "surrounding_div": {
      "text_align": "left",
      "font_size": 15,
      "center_to_parent": true
    }
  }
}'
{
  "campaign": {
    "id": "{{campaign_id}}"
  }
}

Headers

X-CC-API-Key
string

Body

application/json · object

The body is of type object.

Response

200 - application/json
OK

The response is of type object.