Getting Started

Omneo Invites is a powerful invite management system that enables your customers to send, manage and accept invites.

The invitation user flow

Accepting an Invite

Once the invite accept link is clicked, the user follows the main Registration flow. Registration →

Declining an Invite

A customer may choose to decline an invite. To decline an invite, simply make a request to the following endpoint:

GET https://invites.com/invites/{inviteId}/decline

A simple page will be shown indicating the customer has succesfully declined the invite.

Opt-out of invites

A customer may choose to opt-out of all invites indefinitely. To opt-out of all invites, simply make a request to the following endpoint:

GET https://invites.com/invites/{inviteId}/optout

A simple page will be shown indicating the customer has succesfully opted-out of invites.

All invites in the system with the invetees email will be marked as DECLINED.

An admin must re-subscribe the customer if necessary using the Admin Dashboard.

Single Page App

For users with access to the invites feature (defined by their status and invite definitions), Omneo Invites has a drop-in single page app. This widget provides an accessible interface for a user to invite friends, as well as to view and manage previous invites. Single Page App →

API Reference

Invites includes an accessible API for access and management of invitations, the black list, invite definitions and overrides. API Reference →