When a contact opts out of phone calls.
Used to get a contact....The first matching contact is returned by the API....Example for how to find a contact by email address:
Find by email address /api/v1/contact?...email=ben@example.com
Example for how to find a contact by mobile phone:
Find by mobile phone /api/v1/contact?
Create or Update a Contact
DailyStory supports custom fields to allow you to store virtually any data with a contact....To update a contact's custom fields, include the custom field data in the JSON body of your POST:
While not required, we recommend custom field key is lower case, contain no spaces, and are limited to alphanumeric characters.