Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/acaf96e360a9d9e32251 to your computer and use it in GitHub Desktop.
Save PardotGists/acaf96e360a9d9e32251 to your computer and use it in GitHub Desktop.
<apex:page standardcontroller="Account" showHeader="false" sidebar="false" standardStylesheets="false">
<style>
Body { Background: transparent; }
</style>
<apex:iframe src="https://pi.pardot.com/listProspect/crm/email/{!URLENCODE(Account.PersonEmail)}?sessionid={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90}&source=salesforce&tab=lead&style={!$User.UIThemeDisplayed}" scrolling="false" height="390" id="prospect_insight"/>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment