Goal: Create a call action that calls the specified telephone number.
To achieve this the following code can be used:
{
"type": "call",
"params": {
"number": "1234567890"
}
}

The call action opens the call dialog of the device with the specified number already dialled.