Back to CRM record management

Contact Update

HubSpot

Update selected properties on a contact in a connected HubSpot account.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Patches a single contact's properties in the connected HubSpot account. Always one upstream request at $0.0050.

Agents select this operation with tool ID hubspot.contact-update, then inspect its current executable contract before a run.

Public input and output shape

Input

bodyobject · required

Bounded request body sent to the connected application.

pathobject · required

Identifier path for the authorised connected-app record.

Output

archivedboolean

Returned archived value.

idstring

Returned id value.

propertiesobject

Returned properties value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "hubspot.contact-update",
  "input": {
    "body": {
      "properties": {
        "email": "ada@example.com",
        "jobtitle": "Product Operations Lead",
        "lastname": "Lovelace (Sample Contact)",
        "firstname": "Ada"
      }
    },
    "path": {
      "contactId": "833663741114"
    }
  }
}

Output

{
  "id": "100000000002",
  "archived": false,
  "properties": {
    "email": "ada@example.com",
    "jobtitle": "Product Operations Lead",
    "lastname": "Lovelace (Sample Contact)",
    "firstname": "Ada"
  }
}
Teaching errors and limitations
  • invalid_input: missing path parameter "contactId" for endpoint /crm/v3/objects/contacts/{contactId}example: {"path":{"contactId":"12345"},"body":{"properties":{"lifecyclestage":"customer"}}}
Updated
18 August 2026

Use Contact Update with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.