How it works
- A prospect arrives at the corporate invite portal via a unique partner link
- Optionally, they enter a passcode to access the self-invite page
- They enter their email address and submit
- Optionally, their email domain is validated against a whitelist
- An invite link is sent to their email address
- They follow the link to complete their Omneo profile registration
- Tags and statuses configured for the partner are applied to their new profile
Configuration
Corporate Invite partners are configured as JSON in CX Manager under Settings → Plugins → Corporate Invites.Partner configuration structure
Key configuration fields
| Field | Description |
|---|---|
partner-handle | URL-friendly slug used in the invite link |
name | Display name shown to the end user |
whitelist | Array of allowed email domains. Set to false to allow all domains |
passcode.enabled | Show a passcode entry page before the invite form |
secure.passcode | The actual passcode value (stored server-side only) |
invite_definition_id | Omneo invite definition to use for this partner |
meta.tags | Tags applied to profiles created through this portal |
meta.statuses | Statuses applied to profiles created through this portal |