infusionsoft

Infusionsoft populate custom field via API

早过忘川 提交于 2019-12-25 08:02:28
问题 I am trying to set the value of a custom field that belongs to a contact via the Infusionsoft API. When I try to create or update the contact with the custom field value set I receive the following response: [NoFieldFound]No field found: Contact.InitialSiteVisitTime Which leads me to believe that the custom field value is stored in a different table. Can anyone please tell me the name of the table that holds Infusionsofts custom field values? 回答1: Infusionsoft automatically prefixes custom

PHP Parse Json from HTTP response & Foreach Iterate Array

僤鯓⒐⒋嵵緔 提交于 2019-12-24 12:25:34
问题 There are several focused questions on this topic but after trying them all I felt the need to seek out help. I am using Sendgrid, their webhook sends a json response and for some reason I have been unable to figure out how to integrate with our CRM. Update: 12/3/2015 @ 1:01pm - I got some code to work (probably not the most efficient but it works) see below. Example JSON from Sendgrid being sent: [ { "sg_message_id":"sendgrid_internal_message_id", "email": "john.doe@sendgrid.com", "timestamp

how to send email using infusionsoft api

╄→尐↘猪︶ㄣ 提交于 2019-12-11 02:34:58
问题 I make a php page in which I used infusionsoft . When I run the function it returns 1 but no mail is sent to the mail address. I'm sending mail through wamp server in infusionsoft api. Here is my code: <?php echo "Hello World! <br/>"; include_once('iSDK/src/isdk.php'); //require_once"iSDK/src/isdk.php"; $myApp = new iSDK; // Test Connnection if ($myApp->cfgCon("connectionName")) { echo "Connected..."; } else { echo "Not Connected..."; } $check=$myApp->sendEmail($clist,'marif252@gmail.com',