POST /contacts/merge
You can merge a contact with a role of lead into a contact with a role of user.
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 |
Valid values:
Default value: "2.12" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
into |
String | No |
The unique identifier for the contact to merge into. Must be a user. |
from |
String | No |
The unique identifier for the contact to merge away from. Must be a lead. |
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.