Page History
...
As shown in the following API Call example, when updating data about your Subscribers, you can use a unique identifier in your CRM system (external_person_id), or you can use the Vibes person_id.
...
title | API Call: Updating a Person |
---|
...
- PUT: http://public-api.vibescm.com/mobiledb/persons
...
- Headers:
- Content-Type:
...
- Application/JSON
...
- Authorization:
...
- Basic
...
- QWxhZGRpbjpvcGVuIHNlc2FtZQ==
...
Code Block | ||
---|---|---|
| ||
{ "external_person_id":"EXT542342", "mobile_phone":{ "mdn":"2995551234" }, "custom_fields":{ "first_name":"John", "last_name":"Doe" } } |
...
Overview
Content Tools