bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
HubSpot
Update selected properties on a contact in a connected HubSpot account.
Patches a single contact's properties in the connected HubSpot account. Always one upstream request at $0.0025.
Agents select this operation with tool ID hubspot.contact-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
archivedbooleanReturned archived value.
idstringReturned id value.
propertiesobjectReturned properties value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"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"
}
}
}{
"id": "100000000002",
"archived": false,
"properties": {
"email": "ada@example.com",
"jobtitle": "Product Operations Lead",
"lastname": "Lovelace (Sample Contact)",
"firstname": "Ada"
}
}invalid_input: missing path parameter "contactId" for endpoint /crm/v3/objects/contacts/{contactId}example: {"path":{"contactId":"12345"},"body":{"properties":{"lifecyclestage":"customer"}}}Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.