PUT /visitors
Sending a PUT request to /visitors
will result in an update of an existing Visitor.
Option 1. You can update a visitor by passing in the user_id
of the visitor in the Request body.
Option 2. You can update a visitor by passing in the id
of the visitor in the Request body.
Servers
- https://api.intercom.io
- https://api.eu.intercom.io
- https://api.au.intercom.io
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Intercom-Version |
String | No |
Possible values:
Default value: "2.12" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | No |
A unique identified for the visitor which is given by Intercom. |
custom_attributes |
Object | No |
The custom attributes which are set for the visitor. |
name |
String | No |
The visitor's name. |
user_id |
String | No |
A unique identified for the visitor which is given by you. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.