Hey Marija,You'll want to use getLeadChanges for this. You can set a specific timeframe for activities, and then page through all of the results for that timeframe. Once this is co...
Hey Itai,All that you'd need to do for this is to grab an HTML element from inside the landing page editor and pull it onto the page. Then in the dialog box, add your iframe code, ...
Hey Andrew,You should be able to review this, by either checking the activity log of a campaign member, or using campaign inspector to find the Request Campaign flow action in your...
Hey Sean,INSUFFICIENT_ACCESS_OR_READONLY indicates that a user has insufficient privileges for a particular record typ in SFDC. You should check with your SFDC admin that the Marke...
Hey Moran,
To make the payload into well-formed JSON, you need to provide the formatting in the template. Your example would look something like this: { "email" : "{{lead.Email ...
I suppose you could set something up with some custom JS. If you passed the tokens into a JSON object, you could display them conditionally. Something like this:var contactInfo = {...
Hey Ryan,The best way to do this would be to have your webserver to receive a token and provide a lead-specific asset. You would need a custom field for this to put this token into...
Hey Jace,For emails, you can create functionality like this via an email scripting token, just by saying if phone is empty, use email. You can read more about this here:http://deve...
Hey Jackie,This is an intermittent behavior of some mail servers. They will occasionally probe links from a sender to search for malicious activity prior to delivering an email.