Apps
This page provides API documentation for sending WABA template messages in Saleschat.pro, including required parameters and template validation rules for successful message delivery via Apps.
post
Body
object · JsonNodeOptional
Responses
202
Accepted
application/json
request_idstringOptional
statusstringOptional
401
Unauthorized - Authentication is required
application/json
403
Forbidden - You don't have permission to access this resource
application/json
500
Internal Server Error - Something went wrong on the server
application/json
post/v2/apps/send
POST /v2/apps/send HTTP/1.1
Host: apis.saleschat.pro
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"request_id": "text",
"status": "text"
}Authentication
Include your API key in the x-api-key header:
The API key can be generated from the dashboard for an External App. It identifies both your app and your organisation — no need to pass an org ID.
Note: The App API key is separate from Org API Key.
Request Format
Last updated