How to create deal in perticular pipeline

i have 4 pipeline in pipedrive. i want to create a deal in perticular pipeline. so how to create it using api or another way

When you’re adding a Deal via API, you can supply the stage_id. Each stage_id is unique to the pipeline that it’s in. So as long as you’re adding the Deal to the right stage, it will also be in the right Pipeline.

1 Like

i want to add deal in particular customise stage in pipedrive like sales,quotes,abandon carts etc… I want to add a deal in quotes. how to do using api or another way

You just need to follow what it says in the Reference page here: https://developers.pipedrive.com/docs/api/v1/#!/Deals/post_deals

Just follow the request output for your own implementation.