Passer au contenu principal
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": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de chemin

engagementId
string
requis

The unique ID of the engagement you want to update.

Corps

application/json
engagement
object
metadata
object

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

Réponse

200 - application/json

Successful response - Engagement updated successfully

The response is of type object.

Last modified on April 2, 2026