Inbox
Shared inbox helpdesk for all your support channels. Built for your team.
Chat
Live chat with automated messaging, chatbots, and video calls 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.
AI
BETA
Leverage the power of AI to help you respond, create, and summarize.
FAQ
Customizable and embeddable FAQ center to help customers help themselves.
Status Page
Keep customers informed by alerting them when there’s an incident or outage.
Live
Get more sales with real time customer activity monitoring and personal messages.
GET /contacts/{email|phone}/notes
Issuing a GET call to /contacts/{email|phone}/notes
will allow you to retrieve notes for a specific contact. Notice that notes are tied to a contact.
Example Request
curl 'https://{brand}.reamaze.io/api/v1/contacts/{email|phone}/notes' \ -u {login-email}:{api-token} \ -H 'Accept: application/json'
Example Response
[ { "id": 123, "note": "this is a note", "created_at": "2020-12-28T15:55:35.121-06:00", "updated_at": "2020-12-28T15:55:35.121-06:00", "creator": { "name": "Bob Jones", "email": "bob@mail.com" } }, { "id": 456, "note": "another note", "created_at": "2020-12-28T15:55:35.121-06:00", "updated_at": "2020-12-28T15:55:35.121-06:00", "creator": { "name": "Sally Smith", "email": "sally@mail.com" } } ]
Notes
- There are no options, this will return all notes for a given contact
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.