Pardot: Wrong endpoint being used when making a call to check if email already exists.

Found in

EPiServer.MarketingAutomationIntegration.Pardot 4.0.0

Fixed in

EPiServer.MarketingAutomationIntegration.Pardot 4.1.0

Created

Oct 23, 2018

Updated

Dec 10, 2018

State

Closed, Fixed and tested


Description

Endpoint being used to check if the email exists was
https://pi.pardot.com/api/prospect/version/4/do/read/id/<email>
It should be
https://pi.pardot.com/api/prospect/version/4/do/read/email/<email>