Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/5395d93c38c93472822e to your computer and use it in GitHub Desktop.
Save PardotGists/5395d93c38c93472822e 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/prospect/activity/email/{!URLENCODE(Account.PersonEmail)}?sessionid={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90}&source=salesforce&tab=contact&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