POST
Send Catalog
Send a product list / catalog message to a contact.
API endpoint
https://api.waclient.com/send_catalogExample:
curl -X POST \
'https://api.waclient.com/send_catalog' \
-H 'Content-Type: application/json' \
--data '{
"number": "201234567890",
"instance_id": "6A4B02A1XXXX",
"access_token": "EMCUH3NQQK8YXXXX"
}'Response
{
"status": "success",
"message": "Success",
"data": {
"chat_id": "[email protected]",
"sent": true
}
}| Parameter | Description |
|---|---|
| number / chat_id | Provide one. number = digits only (201234567890). chat_id = JID with @ — Phone: [email protected]. Group: 120363…@g.us. Channel: 120363…@newsletter. |
| instance_id | Your instance ID |
| access_token | Your access token |