Contact Profiles
List
Lists associated profiles of a Contact.
GET /api/v2/contact/<contact_id>/profiles
Add / Link
Adds a profile to a Contact.
POST /api/v2/contact/<contact_id>/profiles/add
Input Parameters
Name | Type | Description |
---|---|---|
source |
string |
Required. the name of channel (facebook, twitter, youtube, email, sms, …) |
ext_id |
string |
Required. the id of the profile in that whole channel |
user_name |
string |
the user name of the profile (for twitter do not include the @) |
name |
string |
the display name of the profile |
Remove / Unlink
Unlinks a profile from a Contact if it is associated.
POST /api/v2/contact/<contact_id>/profiles/remove
Input Parameters
Name | Type | Description |
---|---|---|
source |
string |
Required. the name of channel (facebook, twitter, youtube, email, sms, …) |
ext_id |
string |
Required. the id of the profile in that whole channel |