Help

Re: Dial a Phone Number in field with Ring Central

Solved
Jump to Solution
629 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Karen_King
4 - Data Explorer
4 - Data Explorer

I am looking to create a button that will dial a number in a separate field with Ring Central.

The URL I have for a standard dial is “rcmobile://call?number=+16194039535” however I’m not sure how to specify that instead of the number I want it to dial the number that is shown in the {Phone Number} field.

I’ve tried various combinations at this point. Any suggestions?

1 Solution

Accepted Solutions
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

In the “URL formula” section, just concatenate(&) the first part of your URL string with the contents of your {Phone Number} field, like this:

'rcmobile://call?number=+' & {Phone Number}

See Solution in Thread

2 Replies 2
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

In the “URL formula” section, just concatenate(&) the first part of your URL string with the contents of your {Phone Number} field, like this:

'rcmobile://call?number=+' & {Phone Number}

Perfect. Thank you for your help!