內容簡介
如果您已經知道 Chatfuel(*),這個外掛可以讓您的聊天機器人更上一層樓(真的! ^^)
在第一個版本中,您可以:
將您的客戶聊天外掛放在網站的右下角,而不需要編輯主題。只需貼上並保存! (**)
透過 JSON API 提供資料來源給您的聊天機器人,例如:
提供客戶最新的帖子/產品列表,以所有分類或特定分類列出
允許客戶通過關鍵字搜索產品或帖子
有了這個功能,我認為您可以為您的聊天機器人創建許多情境,讓您的想像力奔馳 ^^
再說一次,這是非常初步的版本,因此某些功能正在開發中,如果您發現任何問題,請告訴我。如果您喜歡它,請不要猶豫給它評分5*
(*) Chatfuel是一個平台,可以在7分鐘內構建和啟動完整功能的聊天機器人而無需編程
(**) 要獲取嵌入代碼,請訪問聊天機器人中的 Chatfuel 儀表板,然後轉到增長部分,您可以看到它。
外掛標籤
開發者團隊
原文外掛簡介
This plugin provides seamless integration between your WordPress website and Chatfuel chatbots through JSON APIs and Customer Chat Plugin functionality.
Key Features:
Customer Chat Plugin Integration: Embed Chatfuel chat widget on your website footer without editing theme files
JSON API Endpoints: Provide data sources to your chatbot including:
Posts and products by category
Search functionality by keyword
WooCommerce product integration
Easy Configuration: Simple admin interface for setup and management
API Endpoints Available:
* /wp-json/chatfuel/post/category/{category}/{offset} – Get posts by category
* /wp-json/chatfuel/post/keyword/{keyword}/{offset} – Search posts by keyword
* /wp-json/chatfuel/product/category/{category}/{offset} – Get WooCommerce products by category
* /wp-json/chatfuel/product/keyword/{keyword}/{offset} – Search WooCommerce products by keyword
Requirements:
* WordPress 4.7.0 or higher
* For WooCommerce features: WooCommerce plugin installed
