POST
Send Catalog
Send a product list / catalog message to a contact.
API endpoint
https://waclient.com/api/send_catalogExample:
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
}
}| Parameter | Description |
|---|---|
| chat_id | Recipient phone or JID |
| instance_id | Your instance ID |
| access_token | Your access token |