Questions tagged [constantcontact]

A self-service email marketing web site

Constant Contact is an email marketing list management service aimed at small businesses.

55 questions
1
vote
1 answer

How to send email template multipe times to same list in Constant Contact?

I am running into an issue where I need to programmatically send the same email campaign to multiple people on a list that are the same via people(same email addresses) multiple times. Constant Contact is not letting me do this. Example: I want to…
RustyShackleford
  • 3,462
  • 9
  • 40
  • 81
1
vote
1 answer

Constant Contact : How to resolve error "JSON payload cannot be empty."

I want to use API of the constant contact and want to insert user Email Ids using PHP script while user register to the website. I using following code for this. $data['addresses'][0]['address_type'] = 'BUSINESS'; …
1
vote
1 answer

Inline linking to google font API

I am using Constant Contact and noticing that CSS seems to be nonexistent in it. I am trying to link the google font API, but only have access to the body of the HTML. Anyone know if it is possible to link it inline?

Griffin Pilz
  • 11
  • 1
  • 2

1
vote
0 answers

Constant contact and Theme my login

I want to integrate theme my login with Constant contact but theme mylogin has its own id,name,classes on its field. It also have its own form action. Usually i extract the form from an embed post and get the id and names and form action so that i…
1
vote
2 answers

php constant contact throwing error when creating campegin

hello every one need a help i am integrating the constant contact sdk in php trying to deply this example from git. when i am goin to create email campagin from example it throwing the below error Array ( [0] => Array ( …
Mohammed Tahseen
  • 123
  • 1
  • 13
1
vote
0 answers

Keep modal open after submitting form (Constant Contact)

He guys I have a modal.php where I have my form for submitting a new member to constant contact as well as the api key and functions. My issue is that the form action is so whenever the user submits the modal it goes away. What I want is for the…
Sam Munroe
  • 1,266
  • 2
  • 20
  • 41
1
vote
1 answer

Sending email using constant contact mail server instead of php mail

From past few days, I am searching for a solution in Constant Contact APIs at http://developer.constantcontact.com/libraries/sample-code.html,, but was unable to find it. So, below is our requirement. In my website we have donations, memberships…
venkyrao
  • 121
  • 12
1
vote
2 answers

Delete Contact From particular list from constant contact API

I have integrate the constant contact API. It's working fine while adding contact to particular list. I have created 5 different lists. When I am adding contact to particular list I want to delete this contact form other list if it is already…
1
vote
0 answers

Simple check of email address in Constant Contact

I can't find a damned bit of documentation for using the Constant Contact REST API to check if an email address is in a list or not. The following seems to be completely useless: include_once('cc_class.php'); $ccContactOBJ = new CC_Contact("basic",…
f8xmulder
  • 347
  • 1
  • 6
  • 17
1
vote
1 answer

Staying on same page using Modal, Form Validation and Constant Contact Form Generator

I am a jQuery newbie and ma trying to use a modal to reveal a constant contact simple form generated by the form generator. I have applied jQuery.validate(), and the validation is working, but I don't know how to submit the form. If there is an…
sandraqu
  • 1,428
  • 1
  • 14
  • 31
0
votes
0 answers

How could I solve this error? [400] validation.error.contacts.no.contact.lists: Campaign Email Contact List is null or empty

I have created a Webhook scenario. The Webhook payload is received then created as a contact in Constant Contact, next an Email Campaign is created for Constant Contact, then an Email Activity is Scheduled for Constant Contact. In the Create a…
0
votes
0 answers

How to GET campaign activity ID Constant Contact on Make/Integromat?

I have created an Integromat scenario where the automation creates a new contact, then creates an email campaign and then schedules an email campaign for Constant Contact. To schedule an email you need the campaign activity ID. The GET API Call…
0
votes
1 answer

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 exist on their site it comes back with a catchable…
Chris Cummings
  • 1,538
  • 2
  • 24
  • 39
0
votes
1 answer

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 their prospective customers. Anyhow, I have the…
rob - not a robber
  • 508
  • 1
  • 4
  • 15
0
votes
1 answer

Accent characters are showing weird using curl

I am trying to add contacts to Constant Contact account using V3 API. Some user data contain accent characters, when I add these it is showing as unicode characters in constant contact account. For example First name is GÒKÜL and last name is NÁTH.…
Deepu Sasidharan
  • 5,193
  • 10
  • 40
  • 97