MonkeyLearn + Zapier Integration
(阅者注:本文介绍如何用Zapier和MonkeyLearn将机器学习实际应用到工作当中,比如:客户咨询和投诉管理,营销邮件管理)

We are excited to announce our MonkeyLearn integration with Zapier!

Wouldn’t be amazing if you had a simple idea on how to automate a manual workflow with AI and just try it out in a couple of minutes?

Labeling your emails, tagging customer support tickets or organizing billing invoices are just a few examples of manual human processing that are time consuming and boring.

Those tasks should be automated, but they usually involve some degree of human intervention to read and understand the content.

In order to automate that, you must add a layer of Machine Learning to make machines understand that content. The limitation is that usually those small problems don’t seem to pay the effort of investing engineering resources to implement a Machine Learning solution.

As a result, it sometimes feels like the tech is here but it’s still not easily accessible for everybody. If we could make Machine Learning as easy as sending an email, all those examples of manual tasks that people do every day could be automated, which means saving a lot of time and money.

That’s the goal of this Zapier integration. Plugging MonkeyLearn AI into the apps you use every day.

What is Zapier?

Zapier is a platform that allows you to connect all your apps to work together. You can build “zaps” that are just workflows that automate a process, eg: send me a Slack message whenever someone mentions my user handle on Twitter. You can combine multiple apps, usually one triggers an event that starts the zap and performs actions on other apps.

Use Cases

Let me give you three examples where MonkeyLearn can help automating business workflows. You’ll see that the common denominator is: let’s automate repetitive human labor.

Customer Service Automation

Every time a customer service team receives a support ticket from their users and customers, it involves a considerable amount of human work.

The first step is usually reading and understanding the ticket’s topic, which then will trigger different actions like triaging (forwarding to the right agent), finding a solution and performing an action.

For companies dealing with thousands of tickets per month, saving precious time on processing each ticket means an edge. MonkeyLearn can help here.

Instead of manually reading each ticket, the first layer of action would be that MonkeyLearn analyzes the ticket subject and body. The result could be a classification according to the topic of the ticket, for example, on an e-commerce site, it would be very helpful to classify each ticket into a discrete set of buckets like billing, shipping, missing item, etc.

Or even have other classification criteria based on the particular dynamics of the business, is it a low, mid or high priority issue?

At the end of the day, having this automated process on the first layer of ticket processing can save time, reduce errors, better prioritize or even trigger auto responses in simple situations.

Outbound Sales Email Automation

On big sales teams, outbound campaigns (i.e. sending huge amounts of emails to potential customers) is a common practice. But what happens if you actually receive responses to those emails? You receive a ton of responses which may be impossible to process manually.

That means, like in the previous use case, manually reading over thousands of email responses = a lot of manual human work. Wouldn’t be great if sales representatives could spend less time reading, discarding and forwarding responses and focus on more strategical and value added tasks?

MonkeyLearn can help here. You can plug a MonkeyLearn classifier that processes each incoming email response. The classifier can automatically classify the responses into categories like:

  • Interested
  • Not Interested
  • Unsubscribe
  • Auto Responder
  • Wrong Person
  • Email Bounce

That means an important time saving for sales representatives on prioritizing and processing sales leads in their day to day activities.

By having this automatic pre-preprocessing sales teams can automate follow-up actions like:

  • Interested: give high priority and respond right away!
  • Not interested: just answer with a canned response.
  • Unsubscribe: just remove from the lead prospecting list.
  • Auto Responder: create a reminder to contact later.
  • Email bounce: remove from lead prospecting list.

NPS Open Ended Feedback Analysis

For big companies with thousands of active users, customer feedback is vital to keep improving the product or service quality. NPS is a great method to get this feedback, with tools like Delighted, Promoter.io or Satismeter, it’s even easier.

But when users give valuable open-ended feedback, processing thousands of text responses every month can be time-consuming.

MonkeyLearn can help. You can plug a MonkeyLearn classifier that processes each open-ended response. The classifier can automatically classify the response as categories like:

  • Usability
  • Need time to try
  • Features
  • Pricing
  • Customer Service
  • Other

Or any particular category that makes sense in your business. Then you can automate follow-up actions like:

  • Usability: forward to UX/UI.
  • Features: forward to Product Manager.
  • Pricing: forward to Business Dev.
  • Need time to try: should you delay the time to send NPS?

The Integration

The great potential of integrating with Zapier is that now you can plug MonkeyLearn AI into the tools that you use every day.

In order to get started, just search for the MonkeyLearn app within Zapier and connect your MonkeyLearn account with your API token.

You can visit our Zapier Integration page and check out some Zap ideas.

We can’t wait to see what cool zaps will be created by users. We believe that the possibility to add Natural Language Processing into business workflows has a tremendous potential.

Hope you like it and don’t hesitate to send us suggestions. Stay tuned for cool applications that we’ll be publishing!

By Raúl Garreta|June 29th, 2017|News|0 Comments

(机器学习)小试牛刀 利用Zapier和MonkeyLearn的更多相关文章

  1. 机器学习实战------利用logistics回归预测病马死亡率

    大家好久不见,实战部分一直托更,很不好意思.本文实验数据与代码来自机器学习实战这本书,倾删. 一:前期代码准备 1.1数据预处理 还是一样,设置两个数组,前两个作为特征值,后一个作为标签.当然这是简单 ...

  2. ML01 机器学习后利用混淆矩阵Confusion matrix 进行结果分析

      目标: 快速理解什么是混淆矩阵, 混淆矩阵是用来干嘛的. 首先理解什么是confusion matrix 看定义,在机器学习领域,混淆矩阵(confusion matrix),又称为可能性表格或是 ...

  3. 机器学习之利用KNN近邻算法预测数据

    前半部分是简介, 后半部分是案例 KNN近邻算法: 简单说就是采用测量不同特征值之间的距离方法进行分类(k-Nearest Neighbor,KNN) 优点: 精度高.对异常值不敏感.无数据输入假定  ...

  4. 小试牛刀--利用豆瓣API爬取豆瓣电影top250

    最近得赶进度爬点东西,对于豆瓣,它为开发者提供了API,目前是v2版本,目前key不对个人开放,但是可以正常通过其提供的API获取数据.豆瓣V2版API权限分3类:公开.高级.商务,我们用开放基本数据 ...

  5. 机器学习:利用K-均值聚类算法对未标注数据分组——笔记

    聚类: 聚类是一种无监督的学习,它将相似的对象归到同一个簇中.有点像全自动分类.聚类方法几乎可以应用于所有对象,簇内的对象越相似,聚类的效果越好.聚类分析试图将相似对象归入同一簇,将不相似对象归到不同 ...

  6. 【机器学习】利用 Python 进行数据分析的环境配置 Windows(Jupyter,Matplotlib,Pandas)

    环境配置 安装 python 博主使用的版本是 3.10.6 在 Windows 系统上使用 Virtualenv 搭建虚拟环境 安装 Virtualenv 打开 cmd 输入并执行 pip inst ...

  7. 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)

    ##机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)---#####注:机器学习资料[篇目一](https://github.co ...

  8. TensorFlow机器学习实战指南之第二章

    一.计算图中的操作 在这个例子中,我们将结合前面所学的知识,传入一个列表到计算图中的操作,并打印返回值: 声明张量和占位符.这里,创建一个numpy数组,传入计算图操作: import tensorf ...

  9. 在科技圈不懂“机器学习”?那你就out了

    当联网的终端设备越来越多时,产生的信息数据也将呈指数式增长,大型.复杂.增长快速的数据收集已经无处不在.而机器学习能够扩增这些数据的价值,并基于这些趋势提出更广泛的应用情境. 那么,被人们津津乐道的机 ...

随机推荐

  1. 基于netty框架的socket长连接负载均衡解决方案

    socket通讯的单机瓶颈 物联网的项目socket使用方式有两种: 短连接的socket请求 维持socket长连接的请求 对于socket短链接来说就好比是http请求,请求服务器,服务器返回数据 ...

  2. 1月21日 Reference Data Type 数据类型,算法基础说明,二分搜索算法。(课程内容)

    Reference Datat Types 引用参考数据类型 -> 组合数据类型 Array, Hash和程序员自定义的复合资料类型 组合数据的修改: 组合数据类型的变量,不是直接存值,而是存一 ...

  3. codeforces 571a//Lengthening Sticks// Codeforces Round #317

    题意:三角形3条边,最多共添加ll长,问组成的合法三角形个数. 本来想用暴搜,觉得会超时就搜题解了.不过保证我解释得更清晰. 先计算ll长分配给3条边有几种分法?由于不分也是合法的,因此最后实际分出去 ...

  4. php--------删除一个路径下的所有文件夹和文件

    php遍历一个文件夹内的所有文件和文件夹,并删除所有文件夹和子文件夹下的所有文件的代码,通过递归方式实现达到清空一个目录的效果,代码简单实用. 也适合在thinkphp中清理缓存,在thinkphp中 ...

  5. php--------获取当前时间、时间戳

    首先需要知道的是在php中获取时间方法是date(),在php中获取时间戳方法有time().strtotime().下面分别说明. date() 格式为:date($format, $timesta ...

  6. Python解析Wav文件并绘制波形的方法

    资源下载 #本文PDF版下载 Python解析Wav文件并绘制波形的方法 #本文代码下载 Wav波形绘图代码 #本文实例音频文件night.wav下载 音频文件下载 (石进-夜的钢琴曲) 前言 在现在 ...

  7. httpclient妙用一 httpclient作为客户端调用soap webservice(转)

    前面有一篇使用HttpClient调用带参数的post接口方法,这里找到一篇使用HttpClient调用Soap协议接口的方式. 原文地址:httpclient妙用一 httpclient作为客户端调 ...

  8. oracle11g中SQL优化(SQL TUNING)新特性之Adaptive Cursor Sharing (ACS)

    1.   ACS简介 Oracle Database 11g提供了Adaptive Cursor Sharing (ACS)功能,以克服以往不该共享的游标被共享的可能性.ACS使用两个新指标:sens ...

  9. jenkins插件--Cobertura,JaCoCo,Emma-----(二)

    代码覆盖API插件 Jenkins中有许多代码覆盖插件:Cobertura,JaCoCo,Emma等等.这些插件的问题在于它们每个都自己实现了所有代码覆盖功能.因此,您可以获得不同的功能集,UI,CL ...

  10. 如何最大限度提高.NET的性能

    优化 .NET的性能 1)避免使用ArrayList.     因为任何对象添加到ArrayList都要封箱为System.Object类型,从ArrayList取出数据时,要拆箱回实际的类型.建议使 ...