Embedding into Salesforce

To embed a DataSiv application into Salesforce, please follow the following instructions. We'll be using the Account object as an example, with an accountId query string parameter.

  1. Find the production URL of the application you care about, e.g.: https://datasiv.io/production/YOUR_URL?iframe=1&accountId=
  2. In the application, pass in the variables as query string parameters. You're then able to reference them as
{{url.accountId}}
  1. Create a new VisualForce Page and paste in the following apex code.

Make sure to check the Available for Lightning Experience, Experience Builder sites, and the mobile app checkbox.


  1. Add that VisualForce Page to the Saleforce Lightning page layout that you care about.

  2. You should be good to go!