For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
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