Dockerized app to deduplicate entries in EspoCRM.
Developed in support to the Ukraine crisis 2022.
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.
Add EspoCRM API keys and URL in credentials/.env
.
Deploy with Azure Logic Apps as per instructions.