Questions tagged [icontact]

iContact Corporation is an international online service provider of email marketing and social media marketing.

The iContact API allows developers to create integrations that connect iContact to a CMS, blog, shopping cart, and more. The majority of data and functionality within our the iContact web application is accessible, so the integration possibilities are endless.

Resources

12 questions
5
votes
4 answers

How I can get account id and clientFolderId in icontact API

My question is specific for iContact API. I have register an application and get API id. But I am not able to find accountId and clientFolderId. Please see this below link…
Deepak Rathi
  • 85
  • 1
  • 7
2
votes
1 answer

PHP icontact API integration

I am using icontact api 2.0 for integrating the icontact list in my site. I face an issue with creating new list and adding new message its not create any list using the API.But i can create contact and subscribe and so on.. Code used is…
Jobin
  • 8,238
  • 1
  • 33
  • 52
1
vote
0 answers

subscribe a contact to a list using an icontact API is not working

I used this bellow code to unsubscribe a contact from a list. but after I have done it. I can't subscribe it again to that list. anyboday know why ? or anyway I can do this ? public function subscriptionStatus($subscriptionId,$sStatus = 'normal') { …
user5374580
  • 19
  • 1
  • 4
1
vote
2 answers

Icontact api - get all contacts from list

I am using the icontact php api. I want to get the last contact who entered the list so in the icontact api php I have this:
1
vote
1 answer

iContact api subscribe contact to list

I'm trying to integrate iContact api with wordpress and I need to add/move/delete contacts in lists under certain circumstances. I can add contact with addContact() method. But when I'm trying to subscribe contact via…
Avag Sargsyan
  • 2,437
  • 3
  • 28
  • 41
1
vote
0 answers

icontact subscription/unsubscription using API

I am using PHP icontact API 2.2. I faced an issue with subscription and unsubscription of contact to specific list using this API. I can subscribe properly but once i un-subscribe a contact then i can't subscribe it again. I am using the code…
Jobin
  • 8,238
  • 1
  • 33
  • 52
0
votes
0 answers

iContact API Create contact call in JS google script

I'm trying to create a new contact through the iContact API. I got the error message as You did not provide an email field, which is required. Please provide an email field by running the following code with Google Apps Script. I guess the…
unijob
  • 160
  • 8
0
votes
1 answer

Apache crash when sending mass email through third party

I have a LAMP stack setup on Digital Ocean (Ubunu 12.04) that is pretty stable. The only time we have had a crash is when we sent out a mass email to about 30,000 people. We are not using the server to send the message, but a third-party email…
0
votes
1 answer

ajax jquery submit with icontact form

I am trying to use Ajax with icontact.. my code makes the form submit however it shows an error message, despite the form working and the details dropping into the list.…
ianh_32
  • 1
  • 2
0
votes
1 answer

iContact php jSON parsing issue

I am playing around with iContact API and am running into an issue. After creating a contact using the api I am attempting to retrieve the most recent response so I can parse the contactId in order to send that contact a message or add them to a…
Timothy
  • 45
  • 6
0
votes
1 answer

icontact add contact PHP API

I am trying to use PHP Api from iContact to store a contact. I have registered the account, I am using the iContactApi.php from GitHub provided by iContact. My sourcecode looks like thisL // Load the iContact…
Ervin
  • 2,374
  • 4
  • 30
  • 44
0
votes
1 answer

iContact Search with email in API2.2

I have faced an issue while integrating the iContact API 2.2 The problem is i cannot search a contact details with email. the result is null nothing return . what i did is : $res = $oiContact->getContactWithEmail("myemail@gmail.com");//not…
Jobin
  • 8,238
  • 1
  • 33
  • 52