Page History
...
How to Add Data about your Subscribers
1. At At any time, your CRM system can add real-time data about your Subscribers. Please work with your Vibes Account Manager to determine the best format in which to store your data. Vibes supports strings, multi-select and single-select lists, date/time, as well as other formats.
Code Block | ||
---|---|---|
| ||
POST http://public-api.vibescm.com/mobiledb/persons Headers Content-Type: Application/JSON Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== BODY { "external_person_id":"EXT542342", "mobile_phone":{ "mdn":"2995551234" }, "custom_fields":{ "first_name":"John", "last_name":"Doe" } } |
2. You will receive back an HTTP code letting you know if the person was added, if an existing person was found, and that your new entry was merged.
...
Overview
Content Tools