Page History
...
As shown in the following API Call example, when updating data about your Subscribers, you can use a unique identifier from your CRM system (external_person_id), or you can use the Vibes person_id.
The examples show API Version 1 and Version 2.
API Version 1
Code Block | ||
---|---|---|
| ||
{
"external_person_id":"EXT542342",
"mobile_phone":{
"mdn":"2995551234"
},
"custom_fields":{
"first_name":"John",
"last_name":"Doe"
}
} |
API Version 2 (E.164 MDN format)
Code Block | ||
---|---|---|
| ||
{ "external_person_id":"EXT542342", "mobile_phone":{ "mdn":"+12995551234" }, "custom_fields":{ "first_name":"John", "last_name":"Doe" } } |
...
Overview
Content Tools