Company News

Integrating sanctions.io with your CRM system (Part 2)

Your CRM system is the single source of truth for all your customer and business partner data and hence it is a great place for integrating your Sanctions screening process right there.

Thorsten J Gorny
,
January 13, 2022

Define your Screening Process & Workflow

Screening processes and workflows differ naturally between different organizations but we will use a very basic example for a simple and straightforward process:

  1. Perform a sanctions screening based on the Full Name of our business partner right when the information is entered or updated in Pipedrive AND also regularly once a month for all existing records.
  2. If there is a match:
  3. Record the search query and the results from the sanctions.io API in an Audit Trail spreadsheet (Google Sheet)
  4. Update the Sanctions flag in Pipedrive to “Blocked”.
  5. Send an Email notification to a predefined user or user group
  6. The compliance team can ‘whitelist’ the business partner by changing the Sanctions flag in Pipedrive to “Whitelisted” - this will exclude the record from future screenings

Tech Stack

For our example, we will use:

  • Pipedrive as our CRM system
  • Google Sheets for our Audit Trail spreadsheet
  • Integromat as our low-code ‘engine’
  • Our sanctions.io API

Preparations

Setting up Pipedrive

In order that we can use Pipedrive also as our case management tool for Sanctions screenings we need to add a custom field “Sanctions flag” that will allow us to flag a person or organization as ‘blocked’ or ‘whitelisted’. This field needs to be created for both, the person and also for the organization object.

Settings in Pipedrive

Setting up an Audit Trail spreadsheet in GSheet

For Audit and transparency reasons you want to record all your Sanctions matches including the search query and respective results. We are using GSheet for this and have set up the following structure:

Column Headers in GSheet: Timestamp, Pipedrive ID of respective person or organization, Search Query, Result Names, Result Alternative Names, Result Addresses

Create your “Scenarios” in Integromat

Integromat is an awesome low-code automation and workflow tool which we will use for this example. But you can also use similar tools such as Zapier or even more advanced enterprise tools such as Appian.

In total we will need four different Scenarios:

  • Sanctions check whenever a Person is added or updated
  • Sanctions check whenever an Organization is created or updated
  • Regular Sanctions check once a month for all Person records
  • Regular Sanctions check once a month for all Organization records

a) Sanctions Check whenever a Person is added or updated in Pipedrive

This scenario will perform an API call to our sanctions.io API each time a new person has been created or any person has been updated.

By including also all updates we make sure that we also cover transaction screenings - but this can be different in your process. Since we use Pipedrive as our single source of truth we also record any transaction in our Pipedrive system and hence this will automatically trigger a new Sanctions screening as well.

Scenario in Integromat

As you can see above our Integromat Scenario only contains seven process steps:

  • The process is triggered by any new or updated Person record
  • It will perform an API call to our sanctions.io API for all records that are not flagged as “blocked” or “whitelisted”. (This example only uses a simple Name search without any fuzzy algorithm or additional information. Finding the optimal search approach depends on your ‘risk appetite’, the number of false positives and resources to investigate, and risk exposure in your specific market.)
  • Formatting the API results into JSON bundles that we can work with in the next steps
  • If there is a match it will update the Sanctions Flag field in Pipedrive with “Blocked”
  • It then will iterate through all matches and record these in our Audit Trail GSheet
  • At the same time it will send an email notification to a pre-defined contact that it has been detected a Sanctions match

b) Sanctions Check whenever a new Organization is added or updated

This scenario looks exactly the same as in a) except we changed the trigger to fire whenever a new Organization is added or updated and also changed the fields to be updated in Pipedrive to the Organization fields. The rest of the process is exactly the same.

c) Regular Sanctions checks once a month for all Persons and Organizations

In order to optimize our process and reduce the risk of doing business or interacting with any sanctioned party, we also perform regular checks (once a month) for all Persons and Organizations in our CRM system - independent of any transactions.

In Integromat we basically copied the two scenarios above and just changed the trigger to time based (first of any month) and integrated an Iterator step in order to go through all records and perform the process one by one.

Scenario in Integromat

Resources

Photo by Photo by Scott Graham on Unsplash

New Sanctions Screening Guide
Download our FREE Sanctions Screening Guide and learn how to set up an effective sanctions screening process in your organization.
Thorsten J Gorny
Thorsten is Co-founder & CEO of sanctions.io. He has worked for more than 15 years in the tech industry with focus on bringing ideas to life, and building great teams and products. At sanctions.io he is mainly responsible for Business Development, Growth and Strategy.
Enjoyed this read?

Subscribe to our Newsletter right now and never miss again any new Articles, Guides and more useful content for your AML and Sanctions compilance.

Success! Your email has been successfully registered for our newsletter.
Oops! Something went wrong while submitting the form.