About the Notes API

The Notes API allows you to create and manage notes associated with a specific contact on a site. Notes allow Wix users to document interactions, meetings, phone calls, and other important details about their contacts. This helps Wix users become more organized and provide relevant context for future interactions with their contacts.

With the Notes API, you can:

  • Create, update, and delete notes associated with a contact.
  • Retrieve and query notes.

Before you begin

It's important to note the following points before starting to code:

  • All notes must be associated with a contact. When creating a note, you need to specify an existing contact ID.
  • The maximum size of a note's text is 2048 characters.

Use cases

Terminology

  • Note: A text-based record associated with a contact that documents interactions, meetings, calls, or other important information.
  • Note type: Optional classification for organizing notes by their purpose:
    • NOT_SET: General notes about a contact.
    • MEETING_SUMMARY: Summary notes following a meeting with a contact.
    • CALL_SUMMARY: Summary notes following a call with a contact.
Did this help?