Adding Deal Labels to deal via [MAKE] PipeDrive API Call

Hello,

I’ve been trying to build a scenario in Make that automatically adds predefined labels to specific deals using the “PipeDrive CRM - Make an API Call” function in Make.

Currently, I am encountering the following error:

image

with the following settings configured in Make:

I retrieved the label ID, name, and color by accessing the API via /dealFields?start=0&limit=15.

image

No matter what I change, I always encounter this error.

I’d be very happy and thankful if anyone could help me. I’ve read trough the documentation a few times but still can’t solve the issue.

Thanks!

Topic can be closed.

The fix to this was the following:

Instead of using dealFields, you’d need to update the label via deals/id (API/v1).

1 Like