I am attempting to make an API call from make.com to Pipedrive. I have already successfully used it to create a note to a lead, but I am running into issues updating a lead’s custom field.
He is a screenshot of what I am working with. No matter what I try, I keep getting 404 errors.
The URL is am using is: https://guidedimports.pipedrive.com/api/v1/leads/{lead ID}
Method: Patch (but I also attempted with Post)
Headers:
Key; Content-Type
Value; application/json
Query String:
Key; api_token
Value; (this is my personal API token)
Body:
{“dd1a565b50c71dc084261ccae8f4b74a53382734”:“{{9.commodity}}”}
This is the 404 error I am getting: