BO 1.23 controlling, cron: sync customers

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-07-27 07:44:37 +02:00
parent ffbfe4c877
commit 3c02685ed6
26 changed files with 464 additions and 5 deletions
@@ -0,0 +1,6 @@
from ..mautic import MauticHelper
def sync_customers():
helper = MauticHelper()
helper.sync()