This is the LinkedIn import backend for EspoCRM.
API endpoint for imports:
POST /api/contact/import
Supported modules:
EspoCRMContact - Import LinkedIn profiles as contactsEspoCRMCompany - Import LinkedIn companies as accountsExample body:
{
"module": "EspoCRMContact",
"profile": { ... LinkedIn profile JSON ... }
}