Create the Send Account Engagement Email Button for Person Accounts
The Send Account Engagement Email button makes it easy to email prospects from Salesforce. Create the custom button, and then add it to account page layouts. Don’t add this button if your layout already has the Send Engage Email button.
Required Editions
| User Permissions Needed | |
|---|---|
| To create custom buttons and customize page layouts: | Customize Application |
Note Pardot is now known as Marketing Cloud Account Engagement. We wish we could snap our
fingers to update the name everywhere, but you can expect to see the previous name in a few
places until we replace it, including in the app itself.
-
If your account allows multiple prospects with the same email address, create a formula
field. If your account doesn’t allow multiple prospects with the same email address, skip
this step.
- From the management settings for the account object, go to Fields & Relationships.
- Click New.
- Select Formula as the data type, and click Next.
- Enter PersonContactId as the field label.
- Select Text as the formula return type, and click Next.
- In the formula text box, enter PersonContact.Id, and save your field.
- From the management settings for the account object, go to Buttons, Links, and Actions.
- Click New Button or Link.
- Enter Send Account Engagement Email as the label.
- Choose Detail Page Button for the display type.
-
Configure the behavior.
In accounts that allow multiple prospects with the same email address:
- From the Behavior dropdown, choose Display in existing window with sidebar.
- Set the Content Source to URL.
-
Paste this code in the code box, and make sure to remove the line breaks.
https://pi.pardot.com/email/create/prospect_email/ {!Account.PersonEmail}?sessionid={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90} &contact_id={!Account.PersonContactId__c}&Account_id={!Account.Id} - Save the button.
In accounts that don’t allow multiple prospects with the same email address:
- From the Behavior dropdown, choose Display in existing window with sidebar.
- Set the Content Source to URL.
-
Paste this code in the code box, and make sure to remove the line breaks.
https://pi.pardot.com/email/create/prospect_email/{!Account.PersonEmail}?sessionid ={!$Api.Session_ID}&serverurl={!$Api.Partner_Server_URL_90}&contact_id={!Account.Id} - Save the button.
- Open your person account page layout for editing.
- Add the Send Account Engagement Email button to your page layout.
Did this article solve your issue?
Let us know so we can improve!

