Premium Only Content

Setting Up Apex to Call Pardot Prospects in Salesforce: A Step-by-Step Guide
Welcome to DewWow's tutorial on Salesforce integration! In this video, our Salesforce consultant walks you through the process of using Apex to call Pardot for retrieving a list of prospects. Dive deep into setting up named credentials, business unit IDs, creating connected apps, and more. Whether you're a newbie trying to understand the basics or an expert looking for a refresher, this tutorial is tailored to help you seamlessly integrate Pardot with Salesforce using Apex. Discover the nuances of authentication, authorization, and setting up named credentials. By the end, you'll have a clear roadmap to enhance your Salesforce operations. If you find value in this tutorial or have suggestions for improvements, we'd love to hear from you. Don't forget to subscribe to DewWow for more Salesforce insights!
HttpRequest req = new HttpRequest();
req.setEndpoint('callout:YOUR-NAMEDCRED/api/v5/objects/prospects?fields=id,email,firstName');
req.setMethod('GET');
req.setHeader('Content-Type', 'application/json');
req.setHeader('Pardot-Business-Unit-Id', 'YOUR-BUID');
// send the request
System.debug('Calling Pardot');
Http http = new Http();
HTTPResponse res = http.send(req);
// debug response code
System.debug('status: '+ res.getStatusCode());
System.debug(res.getBody());
-
LIVE
The Charlie Kirk Show
1 hour agoGlenn Beck Commemorates Charlie Kirk | 9.17.2025
32,170 watching -
LIVE
Sean Unpaved
1 hour agoKawhi's Payday Peril, MLB's October Odyssey, & Raleigh's Switch-Hit Throne
262 watching -
LIVE
Dr Disrespect
2 hours ago🔴LIVE - DR DISRESPECT - ARENA BREAKOUT: INFINITE - ESCAPE OR LOSE EVERYTHING!
1,247 watching -
1:39:16
Steven Crowder
4 hours agoJimmy Kimmel & The Left Desperately Want to Gaslight America - Don't Let Them
306K303 -
LIVE
The Shannon Joy Show
2 hours agoFinal Betrayal: Trump’s FBI Director Kash Patel Declares Jeffrey Epstein WASN’T A Sex Trafficker.
457 watching -
LIVE
The Mel K Show
2 hours agoMORNINGS WITH MEL K - Who Benefits? Order Out of Chaos & the Hegelian Dialectic 9-17-25
860 watching -
24:23
Standpoint with Gabe Groisman
46 minutes agoUS DOJ's Leo Terrell Says “No University Is Prepared For The Crackdown That’s Coming…”
-
59:28
Grant Stinchfield
2 hours agoBombshell Audio Proves FBI Targeted Navarro for One Reason—Politics
7.18K4 -
LIVE
LFA TV
7 hours agoLFA TV ALL DAY STREAM - WEDNESDAY 9/17/25
3,829 watching -
1:02:21
VINCE
4 hours agoThe Left's Lawfare Onslaught REVEALED | Episode 127 - 09/17/25
216K240