Followers Are Great, Contacts Are Gold. Create a Free AI-Quiz With Lead Magnet to Share With Your Followers and Own Your Contacts!

Can web forms send opt-in recipients to a specific list outside of CC forms

user7941713
Rookie
0 Votes
My organization is developing a web app with a contact us form? We'd like the form to send to a particular Constant Contact list but we don't want to use a Constant Contact form due to the technical and design needs of the site. Is there a way to do this by with the list ID number? And what code snippet would be required to do this? I'm not the developer so I'll be sending this information along to the development team.
1 REPLY 1
John__B
Employee
0 Votes

Hello user7941713,

 

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.

 

You can definitely build your own sign-up form that’s capable of adding submitted contacts to a specific list using Constant Contact’s V3 API. Constant Contact provides developers with free access to our V3 API endpoints for developers building their own application for integration. You can get started using our API by visiting our documentation here:

https://v3.developer.constantcontact.com/api_guide/getting_started.html 

 

Additionally, you can utilize our API Reference Page to find body schemas & values, as well as test the functionality of our available endpoints to see how they will work once programmed within your application:

https://v3.developer.constantcontact.com/api_reference/index.html

 

Instructions for generating a V3 API key and Client Secret can be found in steps 1-3 at the following link.: https://v3.developer.constantcontact.com/api_guide/apps_create.html

 

Below I’m including documentation for our contact creation and update endpoints that you could utilize for your form.

 

POST (create) a Contact:

https://developer.constantcontact.com/api_reference/index.html#tag/Contacts/operation/createContact

 

PUT (update) a Contact:

https://developer.constantcontact.com/api_reference/index.html#tag/Contacts/operation/putContact

 

Create or Update a Contact:

https://developer.constantcontact.com/api_reference/index.html#tag/Contacts/operation/createOrUpdate...

 

The request for V3 application code samples is currently under review. However, we're currently still adding endpoints and capabilities to the V3 API, and do not plan to publish official sample apps until that process is complete. Your feedback and experience with this request is essential to improving our product, so thank you for reaching out to us regarding this matter.

 

For updates on which new features and endpoints have been released for Constant Contact's V3 API, you can stay updated by checking the Constant Contact V3 API Release Notes page:

 

V3 API - Release Notes

https://developer.constantcontact.com/api_guide/index.html

 

In the meantime, here are the example calls that are currently available for V3:

 

V3 Code Samples:

https://v3.developer.constantcontact.com/api_guide/tag_code_samples.html 

 

Additionally, you can utilize our API Reference tester to test out the functionality of our available endpoints to see how they will work once programmed within your application:

https://v3.developer.constantcontact.com/api_reference/index.html 

 

Please have a look and let us know if you have any other questions!

 

Regards,


John B.
API Support Specialist
Did I answer your question? If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page