RE: Before/After saving relation in trigger (CRMScript)
Hi,
What can be somewhat confusing is understanding exactly how the different triggers work, in CRM they are closely connected to "dialogs" (Contact card, Company card, Sales card, Project card, Appointment dialog etc) . For instance if you complete an appointment from a archive by right clicking, it will not fire any trigger.
In the case of deleting relations this behaves slightly different, it is possible to delete multiple relations simultaneously and only a confirmation message box is triggered.
I would think that webhooks would be the way to go, but it does not look like relations are supported.
Unfortunately I do not have any good solutions for this scenario currently, perhaps some other API gurus can provide some input.