Get in touch

Notes

GET - /crm/notes

Fetch a page of notes from the CRM Vendor, and give you a pageToken for the next page if there is one

Headers

user-id-from-vendor
required
string
Your user's ID from the vendor

URL Parameters

pageID
optional
string
The pagination ID from the previous request

Responses

200
vendor
required
Atlassian
Clickup
Dropbox
Google
Hubspot
Microsoft
Notion
Salesforce
Slack
data
required
array of object
id
required
string
title
optional
string
content
required
string
companyID
optional
string
contactID
optional
string
ownerID
required
string
archived
optional
boolean
updatedAt
required
string
createdAt
required
string
attachmentsIDs
required
array of string
nextPage
required
object
pageID
optional
string
The next page ID, is undefined when there is no more pages

GET - /crm/note

Fetch a single company from the vendor using the ID

Headers

user-id-from-vendor
required
string
Your user's ID from the vendor

URL Parameters

noteID
required
string
The ID from the vendor of the note to retrieve

Responses

200
vendor
required
Atlassian
Clickup
Dropbox
Google
Hubspot
Microsoft
Notion
Salesforce
Slack
data
required
object
id
required
string
title
optional
string
content
required
string
companyID
optional
string
contactID
optional
string
ownerID
required
string
archived
optional
boolean
updatedAt
required
string
createdAt
required
string
attachmentsIDs
required
array of string