I want to create a new contact and add them to multiple lists on the
POST: https://api.constantcontact.com/v2/contacts endpoint
"lists": [
{
"id": "1"
}
],
I want to set multiple ids what would that look like?
Thanks
Solved! Go to Solution.
Hello,
Thank you for reaching out to Constant Contact API Developer Support.
You can do this by adding an additional list item to the lists array. For example:
"lists": [
{
"id": "1"
},
{
"id": "2"
}
],
Please give that a try and let me know if you have any other questions!
Regards,
David B.
Tier II API Support Engineer
Hello,
Thank you for reaching out to Constant Contact API Developer Support.
You can do this by adding an additional list item to the lists array. For example:
"lists": [
{
"id": "1"
},
{
"id": "2"
}
],
Please give that a try and let me know if you have any other questions!
Regards,
David B.
Tier II API Support Engineer
Support Tips
"There's a multitude of ways to engage your audience through us using your social platforms - via ads, social post metrics, email links, and more! " - Will
See ArticleSupport Tips
"Target your most engaged contacts by creating a segment. Create a special offer or show your appreciation!" - Caitlin
See ArticleSupport Tips
"Greet new contacts with one or more automated Welcome Emails depending on their interests or your business goals." - Nick
See Article