Delete Handling — clean up NC when entities deleted in GHL #3
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
When a contact, appointment, or opportunity is deleted in GHL/FG Funnels, the corresponding NC entity (vCard, calendar event, Deck card) is NOT removed or archived.
Requirements
off, do nothingWebhook events to handle
ContactDelete(already in handleGhlEvent but ContactSyncService::handleWebhook just swallows it)AppointmentDelete(CalendarSyncService has delete logic but untested)OpportunityDelete(DeckSyncService has delete logic but untested)Acceptance