Functions To Update Databse

Project Short Description:
———————————–

The idea is to store in db our clients data when they land on a specific page and once a day to update the main db with that info. The scripts should also update our infusionsoft.com records.

Detailed Description:
——————————

– When a visitor lands on examplelander.php we will store the following info: email, product number, receipt into a buffer database.

– Once a day a cronjob will read that database and update the main db. It should also update the records we have stored in infusionsoft.com. This will be done through their API interface.

We will use this function to retrieve the customer records: ContactService.findByEmail, then update with this: ContactService.update. We will also need to tag the record and add it to a new autoresponder series (ContactService.addToGroup, ContactService.addToCampaign)

Please add this to your bid: QWERTY (I will not reply to spammers)

References:
——————

InfusionSoft.com API: https://support.infusionsoft.com/View.jsp?procId=c0cb840a1cff125f011d0c4bfc3a71e6

Function descriptions:
http://developers.infusionsoft.com/wiki/index.php/ContactService.findByEmail
http://developers.infusionsoft.com/wiki/index.php/ContactService.update
http://developers.infusionsoft.com/wiki/index.php/ContactService.addToGroup
http://developers.infusionsoft.com/wiki/index.php/ContactService.addToCampaign

Sample PHP code:
http://developers.infusionsoft.com/wiki/index.php/Raw_PHP_Sample_Code_1

Leave a Reply

Your email address will not be published. Required fields are marked *