Create Note
To create a note, make a POST request to the following endpoint:
Request
Include your API key in the Authorization header of the request, as described in the Authorization section.
Response
A successful response to the create notes endpoint will return the note object in the JSON format.
POST
https://api.peach-in.com/v4/notes
Request Body
Name
Type
Description
noteTitle
String
contactId*
String
Contact ID as it is saved in PEACH
noteBody*
String
Last updated