Inbox
Shared inbox helpdesk for all your support channels. Built for your team.
Chat
Live chat with automated messaging and chatbots for your website or web app.

Chatbots
Automate every business opportunity with pre-built and custom chatbots.

Push Campaigns
Increase re-engagement and boost sales with targeted push notification campaigns.
PUT /contacts/{email}/notes/{id}
Issuing a PUT call to a contacts notes will allow you to update a note
with the given id
Example Request
curl 'https://{brand}.reamaze.io/api/v1/contacts/{email}/notes/{id}' \ -u {login-email}:{api-token} \ -H 'Accept: application/json' \ -H 'Content-type: application/json' \ -X PUT -d '{ "body": "Updated note body" }'
Response
A successful request will return a JSON with all the users notes including the new update
A failed request will return an HTTP 422 Unprocessable Entity with the JSON body explaining the error.
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.