function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DannyK88DannyK88 

Pardot API Integration

Hi Everyone,

I am working on getting an API Integration wtih Pardot going. So here is the requirements:

When a user addes a certain value into a field a Trigger should fire that calls a class that should check Pardot for any Prospects in their system that match the current contact. If there are not matches found it should create a prospect in Pardot.

I believe the best way to go about this is to create a API integraiton with Pardot so I can pull and post information to Pardot. I have done research but I have come up empty. I have new to API but I have developed some time and I am very familiar with Salesforce. I was wondering if anyone knew of a good place to go where I can find a jumping off point for API Integrations with Pardot or any external database where you pull information from that database.

Thanks,
DannyK89