# Make Phone Call

Make a phone call to a specific number.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MMLweVCblF_eLavU-dq%2F-MMLxqdmoOXKcjmelWku%2FIOS_AND_W10_Winmobile.PNG?alt=media\&token=d7507fa2-c1dc-4cb6-85bf-1f347929463d)

### Parameters

* **Number** *\<string> -* The phone number that the user wants to call.
* **Name** *\<string> -* The name of the contact that the user wants to call.
* **Ask Confirmation** *\<numeric> -* Defines if the user wants to have a window of confirmation when he clicks to make the call.
* **Wait For End Of Call** *\<numeric> -* Defines if code should wait for the end of the call before continuing execution.

{% hint style="warning" %}
On Windows10 and iOS clients the parameters **Ask Confirmation** and **Wait For End Of Call** are not available. So confirmation is always asked to the user and code execution will not wait for the end of the call.
{% endhint %}
