Add/Update Customer Notes

This API allows you to capture additional information about the customer.

Request Body Parameters (Add)

ParameterDatatypeDescription
Customer identifier*stringPass any of the unique identifiers of the customer for whom you want to add notes (mobile no/email id/external id/user_id)
datedateDate that you associate to the notes. By default, current date will be considered.
description*stringDetails or message of the note in a plain text format.

Request Body Parameters (Update)

ParameterDatatypeDescription
mobile/email/external_id/user_id**enumUnique identifier of the customer for which you want to update customer notes (mobile no/email id/external id/user_id).
description*stringNew notes that you want to update with (plain text).
id*intUnique id of the customer note that you want to update.
Parameters marked with * are mandatory.
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!