Invite
On the PAKT SDK, a user creating an event or project can send invites to one or more other users who may fit the criteria of said event or project.
Send invite
The receiver is required, as well as the collectionId. The receiver is the ID of the user to whom the invite is being sent.
Accept invite
When the user accepts the invite, notifications are internally sent to both the sender of the invite and the recipient.
Decline invite
When a user declines the invite, notifications are internally sent to both the sender of the invite and the recipient.
Get all invites
Get Invites, based on a filtered search. Filter by the sender
, receiver
and/or the collectionId
Get an invite
Last updated