SmartEmailing Administration¶
Integration Configuration¶
- Go to Administration -> Integrations.
- Select SmartEmailing.
- Fill in:
- Enabled: Checked.
- Username: SmartEmailing username (email).
- Password: API key.
- Save.
Custom Fields Synchronization¶
If you use Custom Fields in SmartEmailing and want them in the CRM:
- In the integration configuration, click the Load Custom Fields button.
- The system downloads field definitions from SmartEmailing.
- It automatically creates new fields in the Contact entity (with prefix
smartEmailingCustomField...) and adds them to the detail layout. - A "Rebuild" in administration is required for changes to take effect in the database.
Scheduled Tasks (Cron)¶
A job SESynchronize runs to download lists and statuses (SE -> CRM).
- Class:
Espo\Modules\SmartEmailing\Classes\Jobs\SESynchronize - Frequency: Recommended to run e.g., every hour or once a day.
- Function:
- Downloads all contact lists.
- Downloads members for each list.
- Updates relationships in CRM (
ContactItementity).