In app integrations for Novigem
Access these settings via Novigem Admin > Settings > Integrations.
External messaging integrations are on the roadmap. Badge notifications currently go out via Chatter. See Notifications.
Planned integrations
| Integration | Status |
|---|---|
| Slack | Coming soon |
| Microsoft Teams | Coming soon |
| Discord | Coming soon |
Feeding records in from a Flow
Novigem ships Apex triggers for Opportunity, Lead, Task, and Event. For any other registered object, a record-triggered Flow calls the invocable action Evaluate Record with Novigem, in the Novigem category, and the engine takes it from there.
| Input | Value |
|---|---|
| Record | {!$Record} |
| Prior Record | {!$Record__Prior} |
Map Prior Record even on a create-only Flow. Without it, every update is treated as a create and “field changed” conditions never match.
Do not build this Flow on Opportunity, Lead, Task, or Event. Those already have packaged triggers, and a Flow would evaluate every save a second time.
Full walkthrough: Gamify a new object.
Next steps
- Notifications: Chatter notifications available now
- General Settings: register and enable tracked objects
- Scheduled Jobs: background automation and resets