Hello,Has anyone had experience with getting NXT audit logs from FE and RE into a security logging siem? Any recommendations on data change auditing?
@Robert ParmeleYou can consider Audit Trail: https://app.blackbaud.com/marketplace/applications/e2cf3109-f81e-4904-b90e-dc2135d95982
or build your own using SKY API Webhook
@Alex Wong thank you! Will look into this.
@Alex Wong any pointers on which get commands? Tables/Fields?
@Robert Parmeleit's not exactly a API endpoint to get data, you register a webhook such that everytime an event happen (i.e. constituent created), you can have the webhook “call” a webapp (i.e. Power Automate flow that is trigger by HTTP request) that record the event's data.