Skip to content

Update Visitor Request Payload

Update an existing visitor.

Any of:

Update an existing visitor.

idstring

A unique identified for the visitor which is given by Intercom.

Example:"8a88a590-e"
user_idstring

A unique identified for the visitor which is given by you.

Example:"123"
namestring

The visitor's name.

Example:"Christian Bale"
custom_attributesobject

The custom attributes which are set for the visitor.

Example:
{ "paid_subscriber": true, "monthly_spend": 155.5, "team_mates": 9 }
{ "id": "8a88a590-e", "user_id": "123", "name": "Christian Bale", "custom_attributes": { "paid_subscriber": true, "monthly_spend": 155.5, "team_mates": 9 } }