Skip to main content
POST
Create a Note from Email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
fromEmail
string
toEmail
string
subject
string
body
string

Response

OK

id
string

The unique identifier of the record in Virtuous.

contactId
string

The identifier of the contact this record belongs to.

createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

noteDate
string
type
string
note
string
important
string
isPrivate
string

When true, the record is only visible to users with permission to view private records.

createdByAvatarUrl
string
reminder
object
Last modified on August 11, 2026