function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GAURAV SETHGAURAV SETH 

How to create Deep Link from Salesforce to External Third Party

Hi All,

I have a requirement where I need to create a deep link from Salesforce to external third party(iAuditor). The requirement is to open a template directly by click of button from Salesforce. They have provided such URI to use.
https://app.safetyculture.com/inspection/new?templateId=<template_id>

How can I set this up in my Salesforce org?
VinayVinay (Salesforce Developers) 
Hi Gaurav,

Do you have any authentication for above third party URL, if yes you would need to build in API integrations.

If URL is accessble publicly you can have simple button in salesforce to redirect and display template directly.

Thanks,