This is an old revision of the document!
This API Endpoint is used to add a update an existing Contact in the Sentori Account.
URI | https://api.sentoriapp.com/v2.0/contact/update/email%40domain.com/ |
Method | POST |
Request body should contain the Contact Fields to update. The below example updates the email address and first/last names.
Example | { "EmailAddress":"newaddress@domain.com", "FirstName":"Joe", "LastName":"Blogs" } |