Salesmachine API
Home
Product documentation
Search…
v2.0
Welcome to Salesmachine API
Tracking API
Authentication
Javascript tracking
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Notes
Get a note
Create a note
Delete a note
List notes
Activities
Tasks
Users
Errors
HTTP Responses
Rate Limiting
Changelog
Powered By
GitBook
Create a note
post
https://data.salesmachine.io
/v2/notes
Create a note
At least a contact_id or an account_id should be specified
Notes to contacts are visible to their attached account
Query example
1
{
2
"contact_id"
:
"5ea9c11ac4e7b94be03abc28"
,
3
"body"
:
"This is may awesome note\nThanks"
,
4
"user_id"
:
"528a824a646f6c682d0000ac"
5
}
Copied!
Previous
Get a note
Next
Delete a note
Last modified
8mo ago
Copy link
Contents
post
Create a note