Create Note
API Reference
Create Note
Attach notes to accounts and contacts in Octolane - store conversation context, meeting notes, or any info linked to a deal.
POST
Create Note
Attach notes to accounts and contacts. Use this to store context from conversations, meeting notes, lead source details, or any other info you want linked to a record.Documentation Index
Fetch the complete documentation index at: https://docs.octolane.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Your Octolane API key.
Must be
application/json.Body parameters
The note content.
Array of company domains to attach the note to (e.g.,
["acme.com"]).Array of contact emails to attach the note to (e.g.,
["john@acme.com"]).Include at least one of
account_domains or contact_emails so the note is attached to a record. You can include both to link the note to both the company and the person.Example request
Response
Whether the request succeeded.
Human-readable status message.
200