{"id":9425,"date":"2026-09-02T04:46:32","date_gmt":"2026-09-02T04:46:32","guid":{"rendered":"https:\/\/aboutknowledge.com\/?p=9425"},"modified":"2026-09-02T04:46:33","modified_gmt":"2026-09-02T04:46:33","slug":"using-ai-with-whatsapp","status":"publish","type":"post","link":"https:\/\/aboutknowledge.com\/zh\/using-ai-with-whatsapp\/","title":{"rendered":"Using AI With WhatsApp"},"content":{"rendered":"<h2>The problem AI solves here<\/h2>\n<p><strong>Customers write however they write.<\/strong><\/p>\n<p>&#8220;Do you have the 40mm brackets, need about 200, and the mounting kits too&#8221;<\/p>\n<p>&#8220;printer on floor 2 showing error again \ud83d\ude29&#8221;<\/p>\n<p>&#8220;hi is my order shipped yet, ref 4471&#8221;<\/p>\n<p><strong>None of that is structured data.<\/strong> No rule handles it \u2014 keyword matching breaks on how people actually type, and every customer phrases things differently.<\/p>\n<p><strong>This is the one place in a WhatsApp workflow where a model genuinely earns its place.<\/strong> Everything else is ordinary logic.<\/p>\n<h2>What it can extract<\/h2>\n<p>Four useful outputs.<\/p>\n<p><strong>Intent.<\/strong> Is this an order enquiry, a support problem, a delivery question, a complaint?<\/p>\n<p><strong>Entities.<\/strong> Products, quantities, order references, dates, locations.<\/p>\n<p><strong>A structured summary.<\/strong> For a support ticket or a note on a record.<\/p>\n<p><strong>A suggested category or priority.<\/strong> As a suggestion, not a decision.<\/p>\n<p><strong>The rule for all four:<\/strong> ask for <strong>structured output<\/strong>, not prose. A list the next step can work with, not a paragraph.<\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 1: FROM MESSAGE TO ACTION<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Message arrives<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Free text, however they wrote it<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Model extracts<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Intent and entities, as structured data<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Systems searched<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Match to real records<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Action prepared<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>For a person to confirm<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>The step that matters most<\/h2>\n<p><strong>Extraction is not matching.<\/strong><\/p>\n<p>A model can tell you the customer said &#8220;40mm brackets&#8221;. <strong>That is not a product.<\/strong> It has to become a specific record in your system.<\/p>\n<p><strong>Search your system for it.<\/strong> Three outcomes, and each needs a decision made in advance:<\/p>\n<p><strong>One clear match.<\/strong> Use it.<\/p>\n<p><strong>Several possible matches.<\/strong> <strong>Do not guess.<\/strong> Ask the customer which, or hand to a person.<\/p>\n<p><strong>No match.<\/strong> Say so, or escalate.<\/p>\n<p><strong>This is where most of the risk sits.<\/strong> A model can produce a plausible product name that does not exist, and quietly matching it to the nearest thing is how a customer receives a quotation for the wrong item.<\/p>\n<p><strong>Fail visibly rather than guessing.<\/strong><\/p>\n<h2>Matching the customer<\/h2>\n<p><strong>By phone number<\/strong> \u2014 you have it, since they messaged you.<\/p>\n<p><strong>Which means phone numbers must be stored consistently<\/strong> in your business system. Country code included, no spaces or punctuation.<\/p>\n<p><strong>Inconsistent formatting is the most common cause<\/strong> of a customer not being found and a duplicate being created.<\/p>\n<p><strong>And decide what happens for an unknown sender<\/strong> before go-live, not when the first one arrives.<\/p>\n<h2>Handling media<\/h2>\n<p>Messages arrive with photos, screenshots and voice notes.<\/p>\n<p><strong>Three things to handle:<\/strong><\/p>\n<p><strong>Download it.<\/strong> The message references the media; you have to fetch it.<\/p>\n<p><strong>Attach it to whatever you create.<\/strong> A photo of a broken part is often the most useful thing in a report.<\/p>\n<p><strong>Handle the case where it is the only content.<\/strong> Somebody sends a photo with no text. <strong>Ask them to describe it, or create the record with the image and a note that no description was given<\/strong> \u2014 but decide which.<\/p>\n<h2>Where the human stays<\/h2>\n<p><strong>Three lines that do not move.<\/strong><\/p>\n<p><strong>Anything commercial.<\/strong> A quotation is a commercial document. The workflow assembles it; a person confirms and sends.<\/p>\n<p><strong>Anything sent to a customer unread.<\/strong> Generated text is fluent whether or not it is correct.<\/p>\n<p><strong>Priority that skips a queue.<\/strong> A model reading urgency from tone overrates a politely worded serious problem and underrates an angry trivial one. <strong>Suggest, do not set.<\/strong><\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 2: WHAT THE MODEL DOES AND DOES NOT<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#0F9E96;font-size:14px\">The model does<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Reads the message however it was written<\/li>\n<li>Extracts products, quantities, references<\/li>\n<li>Suggests a category or priority<\/li>\n<li>Drafts a structured summary<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#B04A4A;font-size:14px\">A person does<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Confirms the match is right<\/li>\n<li>Sends anything commercial<\/li>\n<li>Decides actual priority<\/li>\n<li>Handles anything ambiguous<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Always keep the original<\/h2>\n<p><strong>Whatever you create \u2014 a ticket, a lead, a note \u2014 keep the customer&#8217;s actual words on it.<\/strong><\/p>\n<p><strong>Two reasons:<\/strong><\/p>\n<p><strong>Extraction can be wrong.<\/strong> Whoever picks it up needs to see what was really said.<\/p>\n<p><strong>It is evidence.<\/strong> When a quotation comes out wrong, the original message is how you find out where.<\/p>\n<h2>Log the whole chain<\/h2>\n<p><strong>What makes an AI step debuggable rather than a black box.<\/strong><\/p>\n<p><strong>Log three things:<\/strong><\/p>\n<p>The message as received.<\/p>\n<p>What the model extracted.<\/p>\n<p>What it matched to.<\/p>\n<p><strong>Without all three, a wrong outcome is unexplainable.<\/strong> With them, you can see exactly where it went wrong \u2014 was the extraction bad, or was the match?<\/p>\n<h2>The confirmation reply<\/h2>\n<p><strong>Always send one<\/strong>, and make it do work.<\/p>\n<p><strong>What it should say:<\/strong><\/p>\n<p><strong>What you understood them to want.<\/strong> This is the important part \u2014 it gives them a chance to correct a misreading immediately, before anything goes further.<\/p>\n<p>What happens next.<\/p>\n<p><strong>Because they messaged you, a service window is open<\/strong> \u2014 you can reply freely without an approved template.<\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 3: WHAT KEEPS THIS SAFE<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Fail visibly on ambiguity<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Never guess at a product or a customer.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Keep the original message<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Extraction can be wrong. Somebody needs the real words.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Log message, extraction and match<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Otherwise a wrong outcome is unexplainable.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Confirm what you understood<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>It lets them correct a misreading straight away.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Where the data goes<\/h2>\n<p><strong>If you use an external model, the message goes to that provider.<\/strong><\/p>\n<p>Customer names, order details, whatever is in the message.<\/p>\n<p><strong>Three questions, answered in writing before you send anything:<\/strong><\/p>\n<p>Is our data retained, and for how long?<\/p>\n<p>Is it used to train their models?<\/p>\n<p>Does this meet our obligations for personal data?<\/p>\n<p><strong>Business tiers usually say no to training. Free tiers often say yes.<\/strong> Know which you are on.<\/p>\n<h2>What it is worth<\/h2>\n<p><strong>The saving is the assembly, not the decision.<\/strong><\/p>\n<p>Reading the message, working out what was meant, searching for the products, drafting the reply \u2014 that is most of the time and all of the tedium.<\/p>\n<p>Checking and sending takes under a minute.<\/p>\n<p><strong>So the realistic outcome is not &#8220;no people involved&#8221;.<\/strong> It is work arriving ready to review instead of taking ten minutes to build.<\/p>\n<p><strong>For a business handling many enquiries, that is a real change in capacity.<\/strong><\/p>\n<h2>The short version<\/h2>\n<p>A model is justified here because <strong>the input is free text<\/strong>, which no rule handles.<\/p>\n<p><strong>Extraction is not matching.<\/strong> Always search your real systems, and fail visibly rather than guessing.<\/p>\n<p><strong>Keep the original message. Log the whole chain. Keep a person on anything commercial.<\/strong><\/p>\n<p>And confirm what you understood \u2014 it is the cheapest way to catch a misreading before it costs anything.<\/p>\n<div style=\"border-left:4px solid #5C3A52;background:#F7F3F6;padding:18px 22px;margin:28px 0;border-radius:0 6px 6px 0\">\n<p style=\"margin:0 0 6px;font-weight:700;color:#5C3A52;font-size:16px\">Customer messages being read and retyped into your systems?<\/p>\n<p style=\"margin:0;color:#5a5a5a\">Get in touch. We build message-to-system workflows that extract, match against real records, and leave the decisions with your team.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The problem AI solves here Customers write however they write. &#8220;Do you have the 40mm brackets, need about 200, and the mounting kits too&#8221; &#8220;printer on floor 2 showing error again \ud83d\ude29&#8221; &#8220;hi is my order shipped yet, ref 4471&#8221; None of that is structured data. No rule handles it \u2014 keyword matching breaks on [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":9426,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[],"class_list":["post-9425","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-automation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>AI WhatsApp Automation: Messages to Actions | AboutKnowledge<\/title>\n<meta name=\"description\" content=\"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aboutknowledge.com\/zh\/using-ai-with-whatsapp\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using AI With WhatsApp\" \/>\n<meta property=\"og:description\" content=\"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aboutknowledge.com\/zh\/using-ai-with-whatsapp\/\" \/>\n<meta property=\"og:site_name\" content=\"AboutKnowledge\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aboutknowledge28\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-02T04:46:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T04:46:33+00:00\" \/>\n<meta name=\"author\" content=\"kopraveen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kopraveen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/\"},\"author\":{\"name\":\"kopraveen\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\"},\"headline\":\"Using AI With WhatsApp\",\"datePublished\":\"2026-09-02T04:46:32+00:00\",\"dateModified\":\"2026-09-02T04:46:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/\"},\"wordCount\":1056,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1746883741191-731ab4e2bb4f.avif\",\"articleSection\":[\"Automation\"],\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/\",\"name\":\"AI WhatsApp Automation: Messages to Actions | AboutKnowledge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1746883741191-731ab4e2bb4f.avif\",\"datePublished\":\"2026-09-02T04:46:32+00:00\",\"dateModified\":\"2026-09-02T04:46:33+00:00\",\"description\":\"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1746883741191-731ab4e2bb4f.avif\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1746883741191-731ab4e2bb4f.avif\",\"width\":600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/using-ai-with-whatsapp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aboutknowledge.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using AI With WhatsApp\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/\",\"name\":\"AboutKnowledge\",\"description\":\"System Integrator You Can Trust\",\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aboutknowledge.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\",\"name\":\"AboutKnowledge (Hong Kong) Limited\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo.png\",\"width\":560,\"height\":256,\"caption\":\"AboutKnowledge (Hong Kong) Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/aboutknowledge28\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/104125547\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\",\"name\":\"kopraveen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"caption\":\"kopraveen\"},\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/zh\\\/author\\\/kopraveen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"AI WhatsApp Automation: Messages to Actions | AboutKnowledge","description":"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aboutknowledge.com\/zh\/using-ai-with-whatsapp\/","og_locale":"zh_HK","og_type":"article","og_title":"Using AI With WhatsApp","og_description":"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.","og_url":"https:\/\/aboutknowledge.com\/zh\/using-ai-with-whatsapp\/","og_site_name":"AboutKnowledge","article_publisher":"https:\/\/www.facebook.com\/aboutknowledge28\/","article_published_time":"2026-09-02T04:46:32+00:00","article_modified_time":"2026-09-02T04:46:33+00:00","author":"kopraveen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kopraveen","Est. reading time":"5 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#article","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/"},"author":{"name":"kopraveen","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4"},"headline":"Using AI With WhatsApp","datePublished":"2026-09-02T04:46:32+00:00","dateModified":"2026-09-02T04:46:33+00:00","mainEntityOfPage":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/"},"wordCount":1056,"commentCount":0,"publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"image":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1746883741191-731ab4e2bb4f.avif","articleSection":["Automation"],"inLanguage":"zh-HK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/","url":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/","name":"AI WhatsApp Automation: Messages to Actions | AboutKnowledge","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#primaryimage"},"image":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1746883741191-731ab4e2bb4f.avif","datePublished":"2026-09-02T04:46:32+00:00","dateModified":"2026-09-02T04:46:33+00:00","description":"Discover how AI WhatsApp automation extracts intent, entities, and structure from messy customer messages, turning free text into actions your systems can use.","breadcrumb":{"@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#primaryimage","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1746883741191-731ab4e2bb4f.avif","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1746883741191-731ab4e2bb4f.avif","width":600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/aboutknowledge.com\/using-ai-with-whatsapp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aboutknowledge.com\/"},{"@type":"ListItem","position":2,"name":"Using AI With WhatsApp"}]},{"@type":"WebSite","@id":"https:\/\/aboutknowledge.com\/#website","url":"https:\/\/aboutknowledge.com\/","name":"AboutKnowledge","description":"System Integrator You Can Trust","publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aboutknowledge.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/aboutknowledge.com\/#organization","name":"AboutKnowledge (Hong Kong) Limited","url":"https:\/\/aboutknowledge.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/#\/schema\/logo\/image\/","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2021\/11\/logo.png","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2021\/11\/logo.png","width":560,"height":256,"caption":"AboutKnowledge (Hong Kong) Limited"},"image":{"@id":"https:\/\/aboutknowledge.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/aboutknowledge28\/","https:\/\/www.linkedin.com\/company\/104125547"]},{"@type":"Person","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4","name":"kopraveen","image":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","caption":"kopraveen"},"url":"https:\/\/aboutknowledge.com\/zh\/author\/kopraveen\/"}]}},"_links":{"self":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/comments?post=9425"}],"version-history":[{"count":1,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9425\/revisions"}],"predecessor-version":[{"id":9427,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9425\/revisions\/9427"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media\/9426"}],"wp:attachment":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media?parent=9425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/categories?post=9425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/tags?post=9425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}