Send contact message
Endpoint: {{baseUrl}}/message/contact
Method: POST
Category: Send message
📝 Description
This endpoint is used to send contact message. You must include a valid access_token
in the headers.
🔐 Headers
Authorization
:Bearer {{access_token}}
Content-Type
:application/json
📥 Request Parameters
None
📦 Example Request Body
{
"phone": "{{phoneNumber}}",
"fullName": "Ahmed Ahmed",
"wuid": "201015241725",
"phoneNumber": "+201015241725",
"instance_id": "{{instanceId}}",
}