Pipedrive logo

Update Deal (Pipedrive)

PipedriveUpdate Deal (Pipedrive)

POST/v1/pipedrive-update-deal
texau__pipedrive-update-dealcrm
cURL · api.texau.app
84ms
POST/v1/pipedrive-update-deal
{
  "deal_id": 1,
  "person_id": 1,
  "org_id": 1,
  "title": "sample-value",
  "value": 1,
  "currency": "sample-value",
  "pipeline_id": "sample-value",
  "stage_id": "sample-value",
  "label_id": "sample-value",
  "expected_close_date": "sample-value",
  "owner_id": 1,
  "channel": "sample-value",
  "channel_id": "sample-value",
  "status": "sample-value",
  "probability": 1,
  "lost_reason": "sample-value",
  "visible_to": "sample-value",
  "is_deleted": true,
  "is_archived": true,
  "archive_time": "sample-value",
  "close_time": "sample-value",
  "won_time": "sample-value",
  "lost_time": "sample-value"
}
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "title": "sample",
    "value": 1,
    "currency": "sample",
    "pipeline_id": "rec_4f3a91",
    "stage_id": "rec_4f3a91",
    "person_id": "rec_4f3a91",
    "org_id": "rec_4f3a91",
    "owner_id": "rec_4f3a91",
    "expected_close_date_out": "sample",
    "creator_user_id": "rec_4f3a91",
    "add_time": "sample",
    "update_time": "sample",
    "status": "valid",
    "probability_out": 1,
    "lost_reason_out": "sample",
    "visible_to_out": 1,
    "close_time_out": "sample",
    "won_time_out": "sample",
    "lost_time_out": "sample",
    "stage_change_time": "sample",
    "local_won_date": "sample",
    "local_lost_date": "sample",
    "local_close_date": "sample",
    "custom_field_out": "sample",
    "label_id_output": "sample",
    "is_deleted": true,
    "origin": "sample",
    "origin_id": "rec_4f3a91",
    "channel_output": 1,
    "channel_id_output": "sample",
    "acv": 1,
    "arr": 1,
    "mrr": 1,
    "is_archived_output": true,
    "archive_time_output": "sample"
  }
}

Updates an existing Pipedrive deal's title, value, stage, status, or associations using the deal ID.

Install

Add update deal (pipedrive) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__pipedrive-update-deal

When to use this.

The "Update Deal (Pipedrive)" action allows users to modify existing deals in Pipedrive by updating essential details such as title, value, stage, status, and associated entities using the unique deal ID. Key input parameters include deal_id (mandatory), along with optional parameters like person_id, org_id, title, value, and expected_close_date, enabling tailored updates to each deal. The action outputs critical data fields such as id, title, value, status, and timestamps for tracking changes, ensuring comprehensive deal management. This action is particularly useful for CRM applications where maintaining accurate deal information is crucial for sales processes, reporting, and analytics. It falls under the CRM category, making it an essential tool for sales teams looking to optimize their deal tracking and management workflows.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Update Deal (Pipedrive)

Try it

The unique identifier of the deal to update.

The ID of the person linked to the deal.

The ID of the organization linked to the deal.

The title of the deal.

The value of the deal.

Currency code for the deal value.

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • id
    Id
    number
  • title
    Title
    text
  • value
    Value
    number
  • currency
    Currency
    text
  • pipeline_id
    Pipeline Id
    number
  • stage_id
    Stage Id
    number
  • person_id
    Person Id
    nullablenumber
  • org_id
    Org Id
    nullablenumber
  • owner_id
    Owner Id
    nullablenumber
  • expected_close_date_out
    Expected Close Date Out
    nullabletext
  • creator_user_id
    Creator User Id
    nullablenumber
  • add_time
    Add Time
    nullabletext
  • update_time
    Update Time
    nullabletext
  • status
    Status
    text
  • probability_out
    Probability Out
    nullablenumber
  • lost_reason_out
    Lost Reason Out
    nullabletext
  • visible_to_out
    Visible To Out
    nullablenumber
  • close_time_out
    Close Time Out
    nullabletext
  • won_time_out
    Won Time Out
    nullabletext
  • lost_time_out
    Lost Time Out
    nullabletext
  • stage_change_time
    Stage Change Time
    nullabletext
  • local_won_date
    Local Won Date
    nullabletext
  • local_lost_date
    Local Lost Date
    nullabletext
  • local_close_date
    Local Close Date
    nullabletext
  • custom_field_out
    Custom Field Out
    nullableobject
  • label_id_output
    Label Id Output
    nullablearray
  • is_deleted
    Is Deleted
    nullableboolean
  • origin
    Origin
    nullabletext
  • origin_id
    Origin Id
    nullablenumber
  • channel_output
    Channel Output
    nullablenumber
  • channel_id_output
    Channel Id Output
    nullabletext
  • acv
    Acv
    nullablenumber
  • arr
    Arr
    nullablenumber
  • mrr
    Mrr
    nullablenumber
  • is_archived_output
    Is Archived Output
    nullableboolean
  • archive_time_output
    Archive Time Output
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/pipedrive-update-deal. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/pipedrive-update-deal
curl -X POST 'https://v3-api.texau.com/api/v1/pipedrive-update-deal' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"deal_id":1,"person_id":1,"org_id":1,"title":"sample-value","value":1,"currency":"sample-value","pipeline_id":"sample-value","stage_id":"sample-value","label_id":"sample-value","expected_close_date":"sample-value","owner_id":1,"channel":"sample-value","channel_id":"sample-value","status":"sample-value","probability":1,"lost_reason":"sample-value","visible_to":"sample-value","is_deleted":true,"is_archived":true,"archive_time":"sample-value","close_time":"sample-value","won_time":"sample-value","lost_time":"sample-value"}'
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "title": "sample",
    "value": 1,
    "currency": "sample",
    "pipeline_id": "rec_4f3a91",
    "stage_id": "rec_4f3a91",
    "person_id": "rec_4f3a91",
    "org_id": "rec_4f3a91",
    "owner_id": "rec_4f3a91",
    "expected_close_date_out": "sample",
    "creator_user_id": "rec_4f3a91",
    "add_time": "sample",
    "update_time": "sample",
    "status": "valid",
    "probability_out": 1,
    "lost_reason_out": "sample",
    "visible_to_out": 1,
    "close_time_out": "sample",
    "won_time_out": "sample",
    "lost_time_out": "sample",
    "stage_change_time": "sample",
    "local_won_date": "sample",
    "local_lost_date": "sample",
    "local_close_date": "sample",
    "custom_field_out": "sample",
    "label_id_output": "sample",
    "is_deleted": true,
    "origin": "sample",
    "origin_id": "rec_4f3a91",
    "channel_output": 1,
    "channel_id_output": "sample",
    "acv": 1,
    "arr": 1,
    "mrr": 1,
    "is_archived_output": true,
    "archive_time_output": "sample"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → update deal (pipedrive) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Update Deal (Pipedrive)Pipedrive action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limitNo public cap
  • Per-day limitPlan-defined
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Light tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__pipedrive-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run Update Deal (Pipedrive) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.