Forum Discussion
Open Salesforce for Incoming PSTN Calls in Browser
Was checking how the feature of opening incoming PSTN Calls in Browser works with Microsoft Dynamics 365 (see the two short videos under Open Dynamics 365 in Browser for incoming PSTN Calls in Microsoft Teams)
And was wondering how should the process look like for Salesforce?
Have you been through the same process before? If yes, how did you make it work?
- Hi,
Can you check the feature under the Calling Policies if that would suffice your requirements. In the Teams Admin Center > Under Voice > Calling Policies > Global Policy > Last Option to Open a URL when incoming calls are received.
With Regards,
Satish U- dmartin123Copper Contributor
RealTime_M365 What is the URL that is needed in order to search by phone number, i can't find anything anywhere on this. I have tried the following:
https://xxx.sandbox.lightning.force.com/lightning/o/SearchApp.app?search=1234567890
https://xxx.sandbox.lightning.force.com/lightning/globalSearch?searchString=1234567890
https://xxx.sandbox.lightning.force.com/lightning/globalSearch?searchString=123-456-7890none of them work...Thoughts?
- 1000enkoCopper ContributorI tried too to open salesforce URL with "open apps in browser for incoming pstn calls", it seems Salesforce with lightning are using base64 URL.
You need to find a way to convert the URL request. I was wondering if with power automate if this is a possibility.
- goncaloperesCopper Contributor
Forgot to update, but asked the question on Reddit, and got this reply
> I can’t seem to find any documentation for Salesforce integration except for this short video where if you pause it on the URL they paste into the TAC, the syntax is:
https://<customdomain>.lightning.force.com/lightning/o/SearchApp.app?search={phone}
> I don’t use Salesforce, or have any familiarity with its products so I don’t know if that will work for you. Setup seems minimal though if you wanted to test it.
- 1000enkoCopper Contributor
goncaloperes I saw it too but salesforce url looks like this (https://tenant.lightning.salesforce.com/base64)
I guess the base64 is the phone request
SearchApp.app?search={phone}
and Salesforce support said they are not concerned with this... Users have to manage this themselves.
I'm still looking for a solution.