How can i detect deal stage change in pipedrive?

So i will start the process.

That should be possible by setting “Action” to “Updated” and “Object” to “Deal”.

Here an example:

You can simply copy the JSON bellow, click once in the n8n window and then paste (CTRL + v).

3 Likes

Thank you :slight_smile:
where do i set the stage i search for?

How do i set all the missing parameters? i have never used such a code.

For the basic things you should check the docs and the tutorial videos:

Explaining everything here if it is described there would not make sense.

About the stage. The webhook does sadly get called for every update that happens on a deal. It would then be on you to filter depending on the incoming data. That can be done, for example, with an IF-Node. Information about how to do that can be found in the above mention tutorials.

1 Like