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}}"
The text body or caption. You can use basic markdown formatting supported by WhatsApp e.g. * for bold, and _ for italic, etc
Media object containing file information and content
Note: You must specify either filedata or url
To reply to a message, add the WA message_id or private note message_id in this field
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