Documentation

messageservice.sender.list

Scope: catalog Permissions to execute: for all

messageservice.sender.list - returns list of SMS-providers, registered by the app.

Example

		BX24.callMethod(
			'messageservice.sender.list',
			{},
			function(result)
			{
				if(result.error())
					alert("Error: " + result.error());
				else
					alert("Success: " + result.data().join(', '));
			}
		);

© «Bitrix24», 2001-2024
Up