Skip to content

rodekruis/espocrm-deduplicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

espocrm-deduplicate

Dockerized app to deduplicate entries in EspoCRM.

Developed in support to the Ukraine crisis 2022.

Description

Synopsis: a dockerized python app that checks for duplicated entries in EspoCRM.

Worflow: the app checks if field X in entity A equals field Y in entity B. If so, set a defined boolean field as true. Repeat for all entities A and B. Supports fuzzy matching.

Setup

Add EspoCRM API keys and URL in credentials/.env.

Deploy with Azure Logic Apps as per instructions.