What are deep links?
Deep links are direct URLs that bypass standard navigation to take users straight to a specific location within the SafetyCulture web app or mobile app using uniform resource identifiers (URIs). These are essential for simplifying complex workflows, as they remove the need for team members to manually navigate through the platform.
For example, you can share a link that opens a pre-filled inspection or direct users to a file for quick reference. This reduces "time-to-action" and ensures your team has the exact context they need the moment they open the app, preventing navigation errors and improving overall data accuracy.

Depending on the deep links you're creating and sharing with your team, users will need access to the relevant entities for them to open deep links successfully.
SafetyCulture deep links
Use the deep link formats in the tables and replace each placeholder (like<template_id>) with the correct ID.
Web app
Use case | Deep link format | Examples |
|---|---|---|
Start an inspection |
|
|
Edit an inspection |
|
|
Edit an inspection from a question |
|
|
Edit an inspection from a page |
|
|
View an inspection report |
|
|
Start a course |
|
|
Open an asset profile |
|
|
View a file |
|
|
Mobile app
Use case | Deep link format | Examples |
|---|---|---|
Start an inspection |
|
|
Start and pre-fill an inspection |
Depending on the response you want to pre-fill, you may need to encode it for the deep link to work. For example, spaces should be replaced with "%20", so "Surry Hills" would be encoded as "Surry%20Hills". You canrefer to the URL encoding listfor guidance. |
|
Edit an inspection |
|
|
Edit an inspection from a question |
|
|
Start a course |
|
|
Open an asset profile |
|
|
View a file |
|
|
Users part of multiple organizations will be prompted to select from which organization they want to open the deep link.
Create a deep link
Find the action you need in the table.
If the item already exists in the SafetyCulture web app, you can usually copy the ID from the address bar.
If the placeholder uses something you can’t view from the address bar, get it from the source that provides it (for example, an API response or your internal system).
Replace the placeholders in the deep link format.
Test the deep link.
Web app deep links: Paste into a browser.
Mobile app deep links: Open the link on the latest mobile app.
