Create note
Creates a new note (=investor_update). You can link to a company by providing either company_id directly, or company_domain to match against your portfolio companies.
Request Body
application/jsonOptionalsubjectRequiredstringNote subject/title
Minimum length:
1body_markdownRequiredstringNote content in markdown
Format:
"multiline"company_idstringID of the company to link this note to
Pattern:
"^\\d+$"company_domainstringDomain of the company to link to (will be matched against portfolio companies)
datetimestringNote date (ISO 8601 format). Defaults to current time.
tagsarray<string>Tags for categorization
author_user_idstringID of the user that authored this note
Credentials
Bearer
Note created successfully