- Using SafetyCulture
- Tips and tricks
- Create deep links to SafetyCulture
Create deep links to SafetyCulture
Learn how to create deep links (deeplinks) to the SafetyCulture (formerly iAuditor) web app and the mobile app.
What are deep links?
Deep linking is the practice of directing users deeper into a web page or mobile app through the use of uniform resource identifiers (URI). In the context of SafetyCulture, you can create deep links that take your team members to specific templates, inspections, and even specific inspection pages or questions. This is a great way to accurately direct people to where they need to go, to either start a new inspection or edit an existing one.
What you'll need
Take note
Deep links to templates and inspections will only work for users that have access to said templates and inspections. Learn how to give templates and inspections access to users or groups.
Please note that deep links between the web app and the mobile app are different, so be sure to create the most suitable deep links based on your team's workflows.
Create a web app deep link
https://app.safetyculture.com/inspection/new?templateId=<template_id>
This deep link can direct a user to start an inspection via the web app with a specified template, by supplying the template's unique identifier or "template_id".
You can use the following example as a reference to create your own:
https://app.safetyculture.com/inspection/new?templateId=template_fcbc86fd41a74180921347e4be53bdf2
https://app.safetyculture.com/report/audit/<audit_id>
This deep link can direct a user to view an inspection report via the web app by supplying the inspection's unique identifier or "audit_id".
You can use the following example as a reference to create your own:
https://app.safetyculture.com/report/audit/audit_212a63de0cf4452586cb41204bd91eec
https://app.safetyculture.com/inspection/<audit_id>
This deep link can direct a user to edit an inspection via the web app by supplying the inspection's unique identifier or "audit_id".
You can use the following example as a reference to create your own:
https://app.safetyculture.com/inspection/audit_212a63de0cf4452586cb41204bd91eec
https://app.safetyculture.com/inspection/<audit_id>?item=<item_id>
This deep link can direct a user to edit an inspection starting from a specific question via the web app, by supplying the inspection's unique identifier or "audit_id" and the question's unique identifier or "item_id".
You can use the following example as a reference to create your own:
https://app.safetyculture.com/inspection/audit_dcf0930716874369a66da13ad474bfff?item=8f2f287e-be6e-470c-a2e2-a0fd8ab966ae
https://app.safetyculture.com/inspection/<audit_id>?page=<page_number>
This deep link can direct a user to edit an inspection starting from a specific page via the web app, by supplying the inspection's unique identifier or "audit_id" and the page number.
You can use the following example as a reference to create your own:
https://app.safetyculture.com/inspection/audit_212a63de0cf4452586cb41204bd91eec?page=3
Create a mobile app deep link
iauditor://template/new_audit/<template_id>
This deep link can direct a user to start an inspection via the mobile app with a specified template, by supplying the template's unique identifier or "template_id".
You can use the following example as a reference to create your own:
iauditor://template/new_audit/template_fcbc86fd41a74180921347e4be53bdf2
iauditor://template/new_audit/<template_id>?<item_id>=<response>
This deep link can direct a user to start an inspection via the mobile app with a specified template and prefill a specific question with a custom response, by supplying the template's unique identifier or "template_id" and the question's "item_id".
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 can refer to the URL encoding list for guidance.
You can use the following example as a reference to create your own:
iauditor://template/new_audit/template_fcbc86fd41a74180921347e4be53bdf2?f3245d44-ea77-11e1-aff1-0800200c9a66=72%20Foveaux%20Street%2C%20Surry%20Hills
iauditor://audit/<audit_id>
This deep link can direct a user to edit an inspection via the mobile app by supplying the inspection's unique identifier or "audit_id".
You can use the following example as a reference to create your own:
iauditor://audit/audit_7d228b49406741fab40599a1ed0c87cb
iauditor://audit/<audit_id>/item/<item_id>
This deep link can direct a user to edit an inspection starting from a specific question via the mobile app, by supplying the inspection's unique identifier or "audit_id" and the question's unique identifier or "item_id".
You can use the following example as a reference to create your own:
iauditor://audit/audit_7d228b49406741fab40599a1ed0c87cb/item/65f92f7e-a88b-4388-b7d8-281445a55404
Was this page helpful?
Thank you for letting us know.