WA Client
POST

Send Catalog

Send a product list / catalog message to a contact.

API endpoint
https://waclient.com/api/send_catalog
Example:
curl -X POST \
  'https://waclient.com/api/send_catalog' \
  -H 'Content-Type: application/json' \
  --data '{
    "chat_id": "20100981XXXX",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "sent": true
    }
}
ParameterDescription
chat_idRecipient phone or JID
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc