With community assistance, I recently created a Prospect in SF Account Engagement using the Pardot API request (V4 API) and am taking this a step further… (Relying on the same Pardot connection / OAuth interaction used to create the Prospect)
My attempts to perform a simple Prospect field update - updating a single, editable field: the prospect’s “Job Title”, have been unsuccessful thus far. I also tried updating the “score” field, but was unsuccessful with this as well.
In my ZAP, I first perform a Pardot “Find Prospect” (using prospect Email address) to obtain the Prospect Account Engagement ID -- which successfully locates the Prospect and provides the 9-digit ID.
I then move to the next ZAP step and perform a Pardot API Request using the 9-digit ID:

with a JSON string in the Body block:

The response status is a 200, and the response content includes the Prospect’s fields with fields having expected values, however the “job_title” field remains null.
Here’s a screen shot of the step config:

Response Data snippet:

Thanks for your assistance with this.




