Hello KorashH,
Thank you for reaching out to Constant Contact API Developer Support. My team is here to assist outside software developers with questions about building into Constant Contact's API.
It looks like you are missing the bracket after "email_campaign_activities" and also the "physical_address_in_footer" section from your JSON request body.
Example:
{
"name": "value",
"email_campaign_activities": [
{
"format_type": 5,
"from_name": "value",
"from_email": "value@value.com",
"reply_to_email": "value@value.com",
"subject": "value",
"html_content": "<html><body>value<\/body><\/html>",
"physical_address_in_footer": {
"address_line1": "value",
"address_line2": "value",
"address_line3": "value",
"address_optional": "value",
"city": "value",
"country_code": "value",
"country_name": "value",
"organization_name": "value",
"postal_code": "value",
"state_code": "value",
"state_name": "value",
"state_non_us_name": "value"
}
}
]
}
Create an Email Campaign https://v3.developer.constantcontact.com/api_guide/email_campaign_create.html
Please have a look and let us know if you have any other questions!
... View more