RE: Is there a Trigger when a new person is created by the Outlook Plugin?
Hi Phillip!
Triggers only run in the context between then web clients and trigger handlers.
Espen is correct, you have to use webhooks in this case. Webhooks will work no matter where the change comes from, i.e. web client, sales client, mobile app, 3rd party application.
There is good news here too! In SuperOffice 9.2, avaiable now in online, you can now create webhooks (of type CrmScript) that specify the includeId (instead of the TargetUrl) and when the subscribed event is raised that script will be executed.
Sorry, we haven't had time to document it yet, but will get on that right away!
Best regards