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());
-
0:27
historyofboxing
16 hours agoThe Cuban Machine… and Deadliest KO Phenom Right Now – David Morrell Jr
13 -
38:07
Degenerate Plays
14 hours agoWorst Star Wars Character Pranks Us All - Call of Duty: Modern Warfare 3 (2011) : Part 3
3.66K -
LIVE
BEK TV
2 days agoTrent Loos in the Morning - 9/15/2025
263 watching -
LIVE
The Bubba Army
2 days agoCharlie Kirk's Shooter, Had a Trans BF? - Bubba the Love Sponge® Show | 9/15/25
3,477 watching -
3:38:49
Badlands Media
1 day agoThe Narrative Ep. 38: The Sovereign World
113K62 -
2:57:44
The Charlie Kirk Show
13 hours agoWASHINGTON D.C. PRAYER VIGIL FOR CHARLIE KIRK
266K443 -
14:11
Robbi On The Record
14 hours agoThe Trap of Identity Politics: How Division is Killing America
26.5K53 -
1:29:23
Nerdrotic
14 hours ago $20.86 earnedThe Turning Point | New UFO Video with Michael Collins | Forbidden Frontier #117
95.9K29 -
1:08:26
Sarah Westall
11 hours agoSuicide Pacts forming in Youth Social Media Groups - Discord, Reddit, TikTok w/ John Anthony
83.3K29 -
2:25:31
vivafrei
22 hours agoEp. 281: Charlie Kirk; Routh Trial; Charlotte Train; Bolsanaro Defense; SCOTUS & MORE!
163K245