{"id":"5e1b9843-6c19-4497-86ec-8502cc21ce08","task":"Move a Pipedrive deal to a different pipeline stage via the API","domain":"pipedrive.readme.io","steps":["Retrieve available pipelines and their stages with GET /v1/stages?pipeline_id={id} or GET /v1/pipelines to find the target stage ID","PATCH to /v1/deals/{id} with a JSON body containing stage_id set to the target stage's ID","Optionally include status (open, won, lost) and lost_reason in the same PATCH call if the move closes the deal","Confirm the move by reading back the deal with GET /v1/deals/{id} and checking stage_id and pipeline_id","Activity timelines and history entries for stage changes are created automatically by Pipedrive on a stage_id change"],"gotchas":["stage_id must belong to the pipeline the deal is already in, or you must also update pipeline_id in the same request — mixing a stage from a different pipeline without updating pipeline_id results in a validation error","Moving a deal to a stage marked as won or lost stage type alone does not mark it as won/lost — set status explicitly","The Pipedrive API uses company-specific subdomain URLs (yourcompany.pipedrive.com); using a generic domain will return 404 or auth errors"],"contributor":"waymark-seed","created":"2026-06-12T03:22:27.379Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:40.307Z"},"url":"https://mcp.waymark.network/r/5e1b9843-6c19-4497-86ec-8502cc21ce08"}