In-App Linking

Many of MyTeam's features can be directly linked to, both from within the app as well as externally. Most features that support linking will also have link buttons, with buttons to copy either the internal link or external link, as well as a QR code that can be scanned by members to open the linked item.

To link to features in the app internally, in items like Announcements, the link scheme does not need anything in front of it. Just start with the feature, like forms/view.

To link to features in the app externally, like in a post online that you want your users to be able to open form responses from, the link scheme needs the app's url in front of it. Linking to forms/view would look like myteam://route#to=forms/view.


Forms

The Forms scheme is forms.

forms/complete/{template-id}

forms/view

forms/view#temp={template-id}

forms/view/{submission-id}


Messages

The Messages scheme is messages.

messages/chat/{chat-id}

messages/group/{group-id}

messages#announcement={announcement-id}


Tasks

The Tasks scheme is tasks.

tasks/viewSuite/{suite-id}


Practices & Events

The Practices & Events scheme is practices&events.


Hours

The Hours scheme is hours.


Teams Registry

The Teams Registry scheme is registry.

registry#team={team-id}.


Settings

The Settings scheme is settings.

settings#tab={"app"|"team"}

Last updated