Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

How to use Constant Contact API?

I want to use API of the constant contact and want to insert user email using PHP while user register to the site. please reply if any help. Thanks in advance.
2
votes
3answers
2k views

Constant Contact - PHP wrapper for REST API?

Anyone written or know of a decent PHP helper class written for Constant Contact's new REST API? I've looked at their sample application... has a bunch of inline examples... helpful, but I'm thinking ...
0
votes
1answer
69 views

PHP Error Message Help and Try/Catch

I am trying to create a function that deletes a user from Constant Contact. This function calls a wrapper class for constant contact, and it works, but if you feed it an email address that does not ...
0
votes
0answers
87 views

Adding Constant Contact user via API

I am using a slightly modified version of the sample code for adding a user to constant contact. Instead of adding all the info I just need to add the email address only. Here is the code I am ...
0
votes
0answers
149 views

Constant Contact Custom API APP having issues encoding atom xml email body content with dynamic data from stored variable in session

I am having some issues with a custom Constant Contact App. I am creating this app to filter contacts in a database based on certain criteria and then creating a new campaign and a new list and ...
0
votes
1answer
124 views

jQuery .ajax() to change page load behavior from form?

I am dealing with polishing up an email list cull thing from a sign-up/enroll widget. The client uses a large email marketing provider (CC) to maintain their mailing lists and to dispatch emails to ...
0
votes
1answer
133 views

Adding Contact to Constant Contact Using API in PHP

I have a page that has a Newsletter feature on it. The page asks for an email address in the Newsletter, and if the user clicks on the Signup button, I would like to have that email address added to ...
0
votes
0answers
266 views

How do you create editable content in a ConstantContact custom template?

I'm forced to use ConstantContact as a development platform for email marketing, and it offers some custom XHTML tags like <Property> and <Article>, and the documentation over at ...