mqscript_phone_call
Initiate phone calls programmatically through mobile automation scripts to enable automated communication workflows on mobile devices.
Instructions
Make a phone call
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phoneNumber | Yes | Phone number to call |
Input Schema (JSON Schema)
{
"properties": {
"phoneNumber": {
"description": "Phone number to call",
"type": "string"
}
},
"required": [
"phoneNumber"
],
"type": "object"
}