Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm trying to get the leads that were changed for a specific date. Like below. $leadSel->oldestUpdatedAt = '2014-08-25T00:00:00-05:00'; $leadSel->latestUpdatedAt = '2014-08-25T23:59:59-05:00'; $leadSelSoap = new stdClass(); $leadSelSoap = array("leadSelector" => $leadSel); $leadSelSoap = new Soap...
I'm trying to pass in values for program tokens used in an email with scheduleCampaign. I'm not receiving any error messages. The campaign is scheduled and the email goes out the tokens are not the value I sent in with the api request. Is anyone else using this feature for scheduleCampaign or r...