Add a product card
add_productAdd a product to the chatbot catalog so it can display as a card. Requires a Standard plan or higher.
Instructions
Add a product the chatbot can show as a card. Needs the Standard plan or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name. | |
| price | No | Price as text, for example 29 EUR. | |
| image_url | No | Address of the product image. | |
| website_id | No | Numeric id of the website, from list_websites. Omit to use the account's primary website. | |
| description | No | Short description shown on the card. | |
| product_link | No | Address of the product page. |