Ready-made modules
Three platforms with a module already written - you don't have to build the integration from scratch. Only the Bitrix24 app is ours: the other two are made by third-party developers, and installation questions are handled on their side.
A composer package: send SMS from a Laravel app. Written and maintained by a third-party author.
Package on GitHubOur app in the Bitrix24 marketplace: messages go to customers straight from the portal, from your own SIM cards.
Open in the marketplaceThe WebDebug SMS notification module for a 1C-Bitrix site. The module is not ours and works with more than us: SemySMS is one provider on its list.
Open in the marketplaceYour own code
Everything the modules do is available directly and from any language: sending is a plain HTTP request, and the service reports incoming messages and statuses on its own.
Send and receive messages from your own code: eight methods, their parameters and ready examples in PHP.
API referenceWhen an SMS arrives on the phone, the service notifies your URL, another phone or Telegram about it.
How to set it upWhat happened to a sent message the service reports to your URL itself - no need to poll it in a loop.
How to set it up