The Omneo Invites plugin powers referral and invite-based acquisition flows. It tracks invite sends, monitors profile creation from invites, and issues incentives to both the referrer and the new member.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- An existing member generates an invite link (via Profile Portal or your front-end implementation)
- The invite link contains a unique
invite_idparameter - When a new member registers using the invite link, the invite is recorded and associated with the referrer’s profile
- Reactions can fire to issue rewards or benefits to both parties
Integration overview
The Invites plugin is a separately deployed Omneo extension. Your implementation team will configure and deploy it for your tenant. You will need to provide:- A Meta/Facebook Sendgrid template for invite emails (if using built-in email delivery)
- The Omneo API token scopes:
read-benefit-definitions,read-reward-definitions,read-tier-definitions,create-profiles,read-profiles,update-profiles,read-identities
Front-end integration
The plugin exposes a Shapes-compatible JavaScript interface. On your join/registration page, check for theinvite_id URL parameter and pass it to the registration flow:
invite_id so Omneo can associate it with the referrer.
Profile Portal
Profile Portal has a built-in invites/referrals component. If you are using Profile Portal, the invite send and join flows are handled automatically — no custom front-end code required. Configure the invite settings in Profile Portal’s custom fields section.Content needed: full API endpoint reference for the Invites plugin, invite status lifecycle, reward configuration for referrer vs referee, and webhook events fired by the plugin.