Courtney, Thank you but this does not help. Let me better explain. We only want to access our own data. Users requesting information on our site can also request being added to a CC newsletter by selecting a checkbox. We want to automate adding this contact with the API instead of logging into CC to enter in manually. As far as I can figure out all of the Authorization flows require someone to log in and authorize our code to add the contact. Refresh tokens seem to reduce that effort but not eliminate it and require a greater amount of coding for a simple process. The embedded form allows a user to add themselves as a contact, there should be a similar method that I can use programmatically with out having to log in and Authorize.
... View more
When submitting an internal form, our users are asked if they also want to subscribe to our CC newsletter. Is there a way to do submit their email, (create a contact), without going through the rigamroll of the OAUTH process? The simple CC inline form performs this function, but there is no visible way to just make the same post without the embedded form.
... View more
Create a Contact Best practices to follow when adding new contacts in the V3 API. https://v3.developer.constantcontact.com/api_guide/contacts_create.html
... View more
We use a custom Contact us form with several options: Send literature Call me Add me to email list. etc. We would like to send contacts email addresses to CC when we get those requests with "Add me to email list" Is there an API for this? Or a way to automate sending to an embedded form? Thanks
... View more