Product Messages: WhatsApp Native Commerce
A native conversational commerce experience on WhatsApp.
What is
â
Showcase one or more products within the native WhatsApp experience.
â
Enable the creation of a shopping cart directly on WhatsApp and seamlessly send the details.
What is not
â Presentation of the entire product catalog on WhatsApp.
â Checkout experience directly on WhatsApp without additional connections.
â Detailed personalization (e.g., pizza, clothing, and shoes).
What are the benefits
Say goodbye to static images and texts. Product Messages on WhatsApp revolutionize commerce by offering dynamic, interactive product experiences, outperforming traditional methods and providing a streamlined path from discovery to purchase.
Use cases
đď¸ Launching a campaign featuring strategic products (promotions, higher margins, and more).
đď¸ When a user seeks more information about a product (e.g. user wants to know more about a soda, chocolate, or auto insurance), present it using product messages.
How it works
How is implemented
Check how to integrate with Yalo Commerce and generate orders automatically at the end of the document
Business requirements
â
 Phone number connected with WABA account.
â
 Business catalog connected and updated in Facebook Business Manager.
Restrictions and limitations
â Inability to present items such as medications, knives, and alcoholic beverages.
â Inability to send product messages in notifications.
â Inability to present different prices for the same product (sku).
âYou can create different SKUs and present it according to store tier.
Is it the same as direct catalog?
No, let's discuss the differences between product messages and direct catalog.
Product Messages
- This use Legacy Facebook Commerce Manager catalog
- User completes orders within Whatsapp and a Yalo Commerce cart is prefilled
- Trigger by a Notification or Flow
- Limited list of product
- Mainly use for advertisement of promotions or discounts
- Alternative to One-Click buying
- Currently only one price per product
Direct Catalog
- Facebook catalog calls are replace with Yalo Commerce catalog
- User completes orders within Whatsapp and a Yalo Commerce cart is prefilled
- Trigger by Notification, flow or clicking on catalo/store icon if not authentication required
- Full catalog
- Product recommendation integrated
- New channel for order taking
- Differentiated pricing per store
Pricing
There's no pricing defined in the Product. Implementation cost should be applied according delivery implementation.
Powerful use cases with Flow Builder
- Present different products according to the customer information using an API or Lua Code.
- For users with
{{profile.minimumOrder}}
> 100, show products ABC, for all other users, show products XYZ. - Create an API recommendation that returns the product_ids with the best products everyday and use the same API in all your notifications.
- For users with
- Present different collections with a better product mix. E.g.: Candies, Gum, Biscuits
- Use the same SKU in your Commerce Manager and Facebook Catalog and generate a Commerce Order
Requirements for implementation
Access to client:
- Facebook Business Manager
- Yalo Customer Account
- Flow Builder
Frequently asked questions
- How to request access to Facebook Business Account?
- Raise a ticket to Yalo It Team related to Accounts, Accesses and Permissions.
- How can I feed the products in Facebook Catalog?
- You can add it manually, send a file like a csv or even make it updatable. Look into these two documentations: Managing your Catalog and Update your Catalog
- How can I see the users who received the product message?
- Product Message template is imported with Track Events. We have three events:
- Product Message Printed: The user arrives at the step that display the product message.
- Product Message Abandoned: The user received the product message, but didn't finished the order process in the native experience. Technically speaking, the variable
userOrderCatalog
is empty. - Product Message Success. The user completed the order process in the native experience. Technically speaking, the variables
userOrderCatalog
anduserOrderProducts
are not empty. This doesn't necessarily mean an order, it depends about the flow and client process (e.g.: authentication, payment, delivery date and more).
- Product Message template is imported with Track Events. We have three events:
With Commerce Integration (generating orders in Commerce Manager)
Important for Commerce Integration:
- The SKUs from Facebook Catalog (product_id) need to match with Commerce Manager
- You need to create the following global variables:
orderProcessingStep
,commercename
,seCurrencyLocale
andseCurrencyCode
orderProcessingStep
Needs to be the number of the step [START] Commerce Setup. This variable works with an inside logic in Commerce Engine identifying an âorder messageâ and transitioning the user to the processing step. If you already use this logic in other activity (e.g.: direct catalog) look this page. This is massive important in case the user dont interact with the product message in the first time, but interact later.commercename
 Its your commerce name, find this information in your commerce manager (e.g.: toyota_mx, femsa_br).seCurrencyLocale
 Its related to âfrom whereâ your currency is, use to format currency, check this list (e.g.: es-MX, pt-BR, es-GT). Take care about upper and lowercases.seCurrencyCode
 Its the code from the currency you are using, use for format currency, check this list. (e.g.: MXP, BRL, USD, GTQ)
It's pending the automatic creation of the Global Variables when the template is imported
Useful links
Yalo Demo ES Flow in Yalo Studio (INTERNAL ONLY)
Product Messages by Meta
Multi Product Messages by Meta
Updated 10 months ago