Update contact attributes via API
Endpoint to use Update contact
https://api.mobilemonkey.com/public/contacts/{contact_id}/
- Where
contact_id
is MobileMonkey numeric id, which could be taken from Look up users endpoint. - And
body
existing attributes with updated values. The limit is 10 attributes could be updated per one request.
Note, that attributes with respected names should already exist for Contact, as the request is updating the old values to new and not adding new attributes.
Example of valid body structure:
{"city":"Boston", "PHONE":"+123456789"}