Call the Phone Number BX24.im.phoneTo
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
DEPRECATED
The development of this method has been halted. Please use Messenger.startPhoneCall.
The method BX24.im.phoneTo sends a command to make a call to a phone number.
void BX24.im.phoneTo(String phone)
Parameters
Required parameters are marked with *
|
Name |
Description |
|
phone* |
The phone number to call. International format is recommended (e.g., |
Code Example
How to Use Examples in Documentation
BX24.init(function () {
BX24.im.phoneTo('+14151234567');
});
Response Handling
The method does not return data (void).