I’m using Zapier to synchronize with Constant Contact all new contacts that I add to my customer relationship management software (17 Hats). I have a simple zap that just adds a contact to Constant Contact when I add one to 17 Hats.
The Zapier team, when investigating an error, indicated to me that the Constant Conract API to Zapier is expecting the tag ID, not the tag name, for a new contact. Is this true? If so, can someone please tell me how I can determine the ID for all of my tags? The tag ID looks like a GUID to me.
Thanks.
Hello sfogel2,
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 we've already followed up with you directly via email, but here is the information provided for visibility on the forum:
To retrieve Tag IDs for your account, you'd ant to make a call to GET /contact_tags, which will return the IDs for the tags in the account.
You can either make this call via Zapier (if the connection you are using allows for it), or you can do it manually through the API Reference tester linked below and then copy the desired values over:
GET Details for All Tags
https://v3.developer.constantcontact.com/api_reference/index.html#!/Contact_Tags/getTags
Please have a look and let us know if you have any other questions!
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up