How to Create and Configure Catalog Templates in wolkvox Studio for WhatsApp
Table of Contents
Introduction
Catalog-type templates in WhatsApp allow sending product catalogs from a chatbot flow, but the standard template "send multi product message (api cloud)" only allows up to 30 products. There is a need to display more products and take advantage of integration with Meta catalogs.

In wolkvox Studio, within the "Responder Chat" component, the "send catalog template (api cloud)" template has been enabled. This template allows:
- Overcoming the 30-product limit.
- Displaying complete catalogs from Meta's manager.
- Customizing messages with dynamic variables.
The template uses a JSON that must be configured according to the rules established by Meta.
Configuration
Follow these steps to create and configure a catalog template in wolkvox Studio:
- Drag the "Responder Chat" component onto the workspace.
- Go to the "Advanced" tab.
- Select the "send catalog template (api cloud)" template.
- Click on "Load Template".
- The template's JSON with the base structure will load.
- type: Do not modify, it should always be "catalog".
- name_template: Write the exact name with which the template was created in Meta.
- language: Use the language code approved by Meta (e.g., es, en, pt_BR).
- thumbnail_code: Place the product identifier in the Meta catalog. This will define the main image (header image).
- params: Add dynamic values of the variables here if the template body includes parameters to replace.
- Click "Save" to apply the changes.
