Bidirectional Sync — propagate NC changes back to GHL #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently sync is GHL→NC unidirectional (or
bidirectionalin settings but only GHL→NC is implemented).Requirements
Files
lib/Service/*SyncService.phpfiles (need reverse sync methods)lib/Service/GhlApiService.php(createContact, updateContact, etc. already exist)lib/BackgroundJob/SyncJob.php(would orchestrate reverse direction)Acceptance