I would like to know if it is possible to automatically pull out fields from our already constructed registration forms on our website and send them directly to our CC databes. Our site is designed for customers to "register" I would like it so when they register, we could have the few selected fields be sent to the corresponding CC list automatically. Is this possible?
Thank you! Andy
Hi Andy,
This is certainly possible, would just need to grab the persons email address and any other credentials you need, and perform an HTTP post to the contacts collection (https://api.constantcontact.com/ws/customers/{username}/contacts) using valid XML containing those details. An example of the minimum XML required would be:
For more information on this, I would recommend looking at Creating a Contact. We do have samples in a number of different Code Samples available that may be able to help, depending on what language you are using.
David J