Skip to main content
The landing page is where users will be taken to when clicking on an invitation link. This is typically your signup page, but it can also be an intermediary page enriched with content to help encourage the invitee to complete the process. You can specify a different landing page URL for each environment. When a user clicks an invitation link, they’ll be sent to this URL with an added invitationId query parameter. For example, if your URL is: https://dev.example.com/join The invitation link will look like this: https://dev.example.com/join?invitationId=878847f5-6aea-4762-ab66-09aced334f6f Use the invitationId (a UUID) to fetch the invite details through the API. Your landing page should use this data to automatically connect the invitee to the right team, group, or organization for a seamless experience.