Skip to Content
🚀 Novigem 1.9 is live. Read Changelog

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

IntegrationStatus
SlackComing soon
Microsoft TeamsComing soon
DiscordComing 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.

InputValue
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

Last updated on