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
5
votes
0 answers

Location.hash empty only in Safari 7

I am attempting to authenticate with Constant Contact via OAuth2 in a popup window. I am using $.postMessage to send the data between windows, and for the most part, it works beautifully. My problem is with Safari. A normal request has a URL that…
4
votes
3 answers

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.
Avinash
  • 6,064
  • 15
  • 62
  • 95
3
votes
2 answers

Using Constant Contact API

I'm trying to use Python and the Constant Contact API to push new contacts to Constant Contact and add them to a list. So far, I have tried the following: import requests url = 'https://api.cc.email/v3/contacts' url_completed = url + '?api_key=' +…
Lle.4
  • 516
  • 4
  • 17
3
votes
2 answers

UPDATE: How to send Json Data as a POST request in Meteor using http package

UPDATE: I have updated my code with the recommended answer, and am now getting a different error than I originally did, explained below. I am using Meteor js http package and I am attempting to send a POST request to the Constant Contact API. I am…
Anders Kitson
  • 1,413
  • 6
  • 38
  • 98
3
votes
1 answer

Constant Contact API Error:"Scheduled date is before the current time."

We're currently using the API to create campaigns, and all seems to be working fine. When we try to schedule the campaign, however, we are getting errors. When we try to use the example format for 'schedule_date' from one of the SDK…
Dave
  • 61
  • 1
  • 3
3
votes
2 answers

Codeigniter form submit to multiple places

I know it is not possible for an html form to have two actions, but maybe there is a better way for me to accomplish what I need. I have a simple form that collects the users email address and signs them up for a Constant Contact email list. In…
Devin Young
  • 841
  • 7
  • 21
2
votes
2 answers

Constant Contact V3 API add new contact

I'm attempting to use the new Constant Contact V3 API to add a new email contact. I've been reading the docs: https://v3.developer.constantcontact.com/api_guide/client_flow.html, and trying it out and it seems like the only way to do this now is to…
Sheldon
  • 175
  • 9
2
votes
1 answer

How to get OAuth2 authentication without user intervention

I am making an API call that requires OAuth2. I initially make the call and authorize it with a login via the web. I'm then taking the supplied Refresh Token and using it to make subsequent calls in my application. The issue is that in the…
Barry Franklin
  • 1,781
  • 1
  • 27
  • 45
2
votes
1 answer

how to send transactional emails using constant contact in php

Present I am using Sendgrid for sending transnational emails after donating/ registering the user. and Constant Contact for sending news letters to subscribed users in my website. I want to use only one server for both. Is there any possibility to…
venkyrao
  • 121
  • 12
1
vote
1 answer

ConstantContact V3 400 Error when getting access token

If anyone is familiar with the Constant Contact V3 API perhaps you can be of help. We are following the docs here: https://developer.constantcontact.com/api_guide/server_flow.html I have even copy and pasted the PHP code but am Still receiving a 400…
Clint C.
  • 678
  • 13
  • 31
1
vote
4 answers

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 I want to either find or write a helper class to…
codemonkey
  • 2,661
  • 2
  • 24
  • 34
1
vote
0 answers

How to refactor a Rails controller that manually adds new users to Constant Contact into a background job?

I've successfully built a controller in my Rails app that connects to the Constant Contact v3 API and adds the current user's email address to a list in Constant Contact. But, this only works if the user is logged in and triggers the process by…
Lee McAlilly
  • 9,084
  • 12
  • 60
  • 94
1
vote
0 answers

Constant Contact V3 API - checking if contact exists returns 1 instead of data

I'm integrating the Constant Contact API V3 and I'm able to add new contacts and update existing ones. I need to however, determine if they already exist so I can either add new or update the existing contact. At first I thought I could use the…
stinkysGTI
  • 573
  • 6
  • 21
1
vote
0 answers

Ninja form -Constant Contact WP Plugin

Is it possible to add more than one constant contact list for a single ninja form-contact form? I have added a checkbox to constant contact section as you can see in the screenshot below. the check box get unchecked after publishing the form.
eliza
  • 116
  • 6
1
vote
3 answers

How do I write the correct css selector for a data-qe-id?

How do I write the correct css selector for a data-qe-id?

Sign up for updates!

Get news from us in your inbox.

This is…
1
2 3 4