Overview
Sends a single catalog product. The photo, the name and the price come from Commerce Manager. Thecontent.type field will be PRODUCT.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send one catalog product, with photo, name and price
content.type field will be PRODUCT.
{
"recipient": { "identifier": "5511999999999" },
"content": {
"type": "PRODUCT",
"message": "This is the product you asked about.",
"footer": "Limited stock",
"catalogId": "1234567890",
"productRetailerId": "SKU-1042"
}
}
| Rule | Value |
|---|---|
catalogId and productRetailerId | both required |
| Message and footer | optional |
| Non-existent SKU | Meta rejects it and does not deliver the message |