Overview

Sales is hard. Empower your sales team by giving them an automatic recording experience.

The Siro app accepts deep links to start and stop recordings and then redirects you back to your app. This lets you create an experience for sales reps that starts and ends recordings nearly automatically.

Good đź‘Ť

Sales rep doesn’t need to change their current behavior, but suddenly all of their conversations are recorded for them. The experience feels magical.

Bad đź‘Ž

Make your sales reps tap an extra button to start and stop recordings. This is a tedious experience that feels like more work. Worst of all, reps will sometimes forget to record and lose critical conversation intelligence.

RPReplay_Final1692305591.MP4

Link Behavior


Building Links

Note that all URL parameters in the link need to be URL encoded (e.g. the / character becomes %2f.

▶️ Start Recording

const startWithoutRedirect = `https://app.siro.ai/link/?link=https%3A%2F%2Fapp.siro.ai%2Frecord%3Fstart%3Dtrue&apn=com.siro.rep&ibi=com.Siro&ius=siro&isi=1546176487&ofl=https%3A%2F%2Fsiro.ai`

const startWithRedirect = `https://app.siro.ai/link/?link=https%3A%2F%2Fapp.siro.ai%2Frecord%3Fstart%3Dtrue%26redirectUrl%3D${encodedRedirectURL}&apn=com.siro.rep&ibi=com.Siro&ius=siro&isi=1546176487&ofl=https%3A%2F%2Fsiro.ai`