Vollständige Advoware-EspoCRM Integration implementiert
- Advoware API Proxy für alle HTTP-Methoden (GET/POST/PUT/DELETE) - EspoCRM Webhook-Receiver für Beteiligte CRUD-Operationen - Redis-basierte Deduplikation für Webhook-Events - Event-driven Synchronisations-Handler (Placeholder) - Detaillierte README.md mit Setup und Verwendungsanleitung - Fehlerbehebungen für Context-Attribute und Redis-Verbindungen
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"postinstall": "motia install",
|
||||
"dev": "motia dev",
|
||||
"start": "motia start --host 0.0.0.0",
|
||||
"start": ". python_modules/bin/activate && motia start --host 0.0.0.0",
|
||||
"generate-types": "motia generate-types",
|
||||
"build": "motia build",
|
||||
"clean": "rm -rf dist node_modules python_modules .motia .mermaid"
|
||||
|
||||
Reference in New Issue
Block a user