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());
-
38:21
Stephen Gardner
2 days ago🔥Is Kash Patel HIDING DETAILS About Charlie Kirk & Jeffrey Epstein? Judge Joe Brown
50.1K166 -
26:33
DeVory Darkins
1 day ago $53.44 earnedRep Omar EMBARRASSES herself in a painful way as Newsom PANICS over Kamala confrontation
84.1K304 -
3:28:14
Badlands Media
1 day agoThe Narrative Ep. 39: The Sovereign Mind
120K38 -
2:17:35
TheSaltyCracker
11 hours agoThe Charlie Kirk Effect ReeEEStream 9-21-25
122K326 -
2:03:07
vivafrei
10 hours agoEp. 283: Charlie Kirk Memorial and other Stuff in the Law World
227K188 -
9:13:12
The Charlie Kirk Show
21 hours agoLIVE NOW: Building A Legacy, Remembering Charlie Kirk
2.17M950 -
1:55:20
The White House
14 hours agoPresident Trump Participates in the Memorial Service for Charlie Kirk
114K95 -
1:02:41
Sarah Westall
12 hours agoDomestic Terror Operation: Death Threats, Smear Campaigns, Gang Stalking w/ Journalist Sarah Fields
60.1K10 -
1:51:40
Nerdrotic
12 hours ago $22.72 earnedGobekli Tepe Discovery and "Reconstruction" | Forbidden Frontier #118
97.7K10 -
29:07
Tactical Advisor
13 hours agoATF Changes Ruling on SBR & Tacpack unboxing | Vault Room Live Stream 039
103K21