Skip to main content
PATCH
/
engagements
/
v1
/
engagements
/
{engagementId}
Update an engagement
curl --request PATCH \
  --url https://api.hubapi.com/engagements/v1/engagements/{engagementId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "engagement": {
    "ownerId": 123,
    "timestamp": 123
  },
  "metadata": {}
}
'
{}

Path Parameters

engagementId
string
required

The unique ID of the engagement you want to update.

Body

application/json
engagement
object
metadata
object

An object representing the details of the engagement. Format varies by engagement type.

Response

200 - application/json

Successful response - Engagement updated successfully

The response is of type object.

Last modified on November 10, 2025