+1
Answered

Can I make a "call" button that autofills the phone app with a number?

thillsman 11 years ago updated by icahill (Administrator) 11 years ago 3
Is there an action that will allow me to pass a phone number on to the phone app? I've seen it in multiple apps, but couldn't find anything in the documentation.
Yes.

If you call an action that contains the load tag you can do this. What you will want to do is "load" like this:


<action>
<load url=”tel://816-555-5555”/>
</action>
you must add a target to a web tag to your load tag as well.
You rock. Thanks!