loader

For this tutorial in video form, click here

In this video, we’re going to solve a problem that might seem a little tough. Our example client is getting a whole bunch of spam leads in their CRM.

Here, our client is getting several daily leads in Russian that are evidently fake. So how do we solve this?

Fixing The Problem

So what’s the fix? We’ll create a workflow rule that will detect spam leads. We’ll need some code too and because recognising spam messages is difficult to achieve with Deluge script, we’ll create a separate API endpoint that will decide if a lead is spam and delete it.

The code is pretty complex so we’re not covering it in this post. Instead have a watch of the tutorial video.