v1
latestOpenAPI 3.0.32026-07-26870417.2 KBnote
Send Private Notes
This endpoint is used to send private notes to a chat.
- A private note is only visible on Periskope and not sent to a chat on WhatsApp.
- When a user is mentioned in body of a private note using @<email>, a task is automatically created and assigned to that member.
Response
The response is a JSON note object. Refer to the note object here
post/note/create
Headers
x-phonestring
Example:{{orgPhone}}
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
Request body
Example request
{
"chat_id": "919537851844@c.us"
}Response
Text Note / Media Note / Reply Note
object required
The response is a JSON object with the following properties:
- success: Status of the request
- data: A object of private note created. Refer to the private note object here