This endpoint is used to send private notes to a chat.
@<email>
, a task is automatically created and assigned to that member.The response is a JSON note object. Refer to the note object here
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
"{{orgPhone}}"
Text Note / Media Note / Reply Note
The response is a JSON object with the following properties:
success
: Status of the requestdata
: A object of private note created. Refer to the private note object here