Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Go to Haptik Website
  • Contact Us
  • Home

What is a WhatsApp PLM? How to Capture PLM Details in an Entity

Written by Soham Amburle

Updated on August 26th, 2022

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Getting Started
    Build Deploy Analyse Manage Account Bot Deactivation
  • Bot Building
    Essentials Smart Skills Steps User Messages Bot Responses Entities Connections Customisations User feedback collection Testing Whatsapp Bots NLU Bot Maintenance
  • Smart Agent Chat
    Set up Admin Settings MyChats Section (Agent Inbox) Live Traffic Section Teams Section Archives Section Analytics Plans on Smart Agent Chat
  • Conversation Design
    Design Basics Design Guides Designing for Platforms Designing WhatsApp Bots
  • Developer Guides
    Code Step Integration Static Step Integration Shopify Integration SETU Integration Exotel Integration CIBIL integration Freshdesk KMS Integration PayU Integration Zendesk Guide Integration Twilio Integration Razorpay Integration LeadSquared Integration USU(Unymira) Integration Helo(VivaConnect) Integration Salesforce KMS Integration Stripe Integration PayPal Integration CleverTap Integration Fynd Integration HubSpot Integration Magento Integration WooCommerce Integration Microsoft Dynamics 365 Integration
  • Deployment
    Web SDK WhatsApp Facebook Instagram Sunshine Conversation LINE Google Business Messages Telegram MS Teams Bot as an API iOS SDK Android SDK
  • External Agent Tool Setup
    Zendesk Chat Salesforce Service Cloud Freshchat Zoho NICE CXOne Gorgias
  • Analytics & Reporting
    Intelligent Analytics
  • Notifications
    SMS Notifications Success Measurement
  • Commerce Plus
    Catalog Integration Bot Building Guide Channel Deployments Unified ML Pipeline Documentation
  • Troubleshooting Guides
    Error Messages FAQs
  • Release Notes
+ More

With Product List Messages (PLM) you can send a new native message type with a configurable list of up to 30 items, organized into sections to your users. Each item in the list has a dedicated PDP (Product Display Page), that can be accessed by selecting the item in the Product List Message(PLM). A PDP allows a user to view more item details, and from the PDP the user can add the item to the cart. The user can also add multiples of the same item. The cart will persist in the user's chat thread until the user sends the cart to the business as a message.

The business receives the cart as an order message. The business can then confirm the order and take further steps, such as asking for a delivery address or requesting payment. 

Sample Product List Message(PLM) Structure

{
  "type": "WHATSAPP_INTERACTIVE_PRODUCT_LIST",
  "text": "<Mandatory Body Text>",
  "header": "Welcome to JioMart",
  "footer": "",
  "catalog_id": "905083940217325",
  "sections": [
    {
      "title": "Groceries",
      "product_items": [
        {
          "product_retailer_id": "jiomart_test_kwality_cornetto_oreo"
        },
        {
          "product_retailer_id": "jiomart_test_apples_royalgala_1kg"
        }
      ]
    }
  ]
}
Delete

Note: 

Element(s) highlighted above can be changed/customized according to the project requirements.

How to capture PLM Details in an Entity

Once the user adds an item to the cart and clicks on the Send button, an order creation webhook call is sent by WhatsApp

For example: catalog_id: 905083940217325|text: None|product_items: jiomart_test_kwality_cornetto_oreo-6-120-INR, 

How to capture the catalog ID in an Entity

  • For this, you need to create a Static Step.
  • Next, you must create a Regex Entity in the Static Step to capture catalog_id and product_items.
  • Following is the sample Regex format for capturing capture catalog_id and product_id:
    • catalog_id: \d{10,}.*  will capture catalog_id: 905083940217325|text: None|product_items: jiomart_test_kwality_cornetto_oreo-6-120-INR,
  • This Regex will capture all the products added to the cart by the user.
  • The Static Step needs to be self-connected via the Regex Entity presence.



Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • What is the difference between intent and entity?
  • Step 2 - How to add an agent handover to my bot?
  • Step 6 - How to create a Menu?
  • How to Set up Sunshine Conversation Integration
  • API Failure Alerting Mechanism

Platform

  • Conversation Studio
  • Smart Skills
  • Advanced NLU
  • Intelligent Analytics
  • Omnichannel
  • Smart Agent Chat
  • Enterprise Security
  • Integrations

Solutions

  • Conversational Commerce
  • Lead Generation
  • Customer Care
  • WhatsApp
  • Conversational IVR
  • Google Business Messages

Industries

  • Retail/ E-Commerce
  • Financial Services
  • Travel & Hospitality
  • Telecom

Knowledge

  • ROI Calculator
  • Reports & Research
  • Case Studies
  • Webinars
  • ISAT
  • Tech Blog
  • Business Blog
  • Resources
  • Haptik v/s Yellow
  • Haptik v/s Liveperson
  • Haptik v/s IBM Watson
  • Haptik v/s Verloop
  • Conversations on AI

Company

  • Why Haptik
  • About Us
  • Careers
  • News & Media
  • Awards & Recognition
  • Contact Us
  • Partnerships
  • Investor Relations

Subscribe

Sign up to recieve the latest updates

Find us on

  • Twitter-footer
  • Linkedin-footer
  • YT-footer
  • Insta-footer
  • G2-footer
  • Facebook-footer

Knowledge Base Software powered by Helpjuice

Copyright © jio Haptik Technology Limited 2021 | Data Security & Privacy Policy | GDPR

North America | Asia Pacific | Africa | enterprise@haptik.ai

Definition by Author

0
0