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.
The Body of the API is the only information required. PUT, Headers, Content-Type, and Authorization are informational fields only.
- 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