update_customer
Update an existing customer by ID, changing only the fields you pass. Set any of name, email, stage, revenue, and more.
Instructions
Update a customer by ID. Only the fields you pass are changed.
Args: customer_id: UUID of the customer name: Name of the person or business description_html: HTML description email: Primary contact email website_url: Customer website, e.g. "https://acme.com" domain: The customer's industry — shown as "Industry" in Plane. Free text, e.g. "Retail", "e-Commerce", "Fintech", "Banking". This is NOT a web domain; the site belongs in website_url. employees: Number of employees, if the customer is a business stage: Lifecycle stage. Stored free-form, but Plane only renders: lead | sales_qualified_lead | contract_negotiation | closed_won | closed_lost contract_status: Stored free-form, but Plane only renders: active | pre_contract | signed | inactive revenue: Annual revenue the customer generates, as a string, e.g. "5000000" logo_props: Logo properties external_source: External system the customer came from external_id: The customer's ID in that external system
Returns: The updated Customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| stage | No | ||
| domain | No | ||
| revenue | No | ||
| employees | No | ||
| logo_props | No | ||
| customer_id | Yes | ||
| external_id | No | ||
| website_url | No | ||
| contract_status | No | ||
| external_source | No | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| No | |||
| stage | No | ||
| domain | No | ||
| revenue | No | ||
| logo_url | No | ||
| employees | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_asset | No | ||
| logo_props | No | ||
| updated_at | No | ||
| updated_by | No | ||
| archived_at | No | ||
| description | No | ||
| external_id | No | ||
| website_url | No | ||
| contract_status | No | ||
| external_source | No | ||
| description_html | No | ||
| description_binary | No | ||
| description_stripped | No | ||
| customer_request_count | No |