oxid-support / hubli
Converts a SugarCRM contacts report to well formatted HubSpot contact lists.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
README
A OXID Support application to easily convert the SugarCRM contacts report to well formed and formatted contact lists per language, which can be imported to HubSpot.
This application is used in the release and security communication processes.
Installation
- Execute command
composer create-project oxid-support/hubli
. - Set document root to
public
directory. - Make sure directories
export
,import
andpublic/download
are writeable by the application.