# @bitrix24/b24jssdk

JS SDK for using Bitrix24 REST API in local, production applications or via webhooks

The package ships **ESM**, **CommonJS**, and **UMD** builds. ESM is the recommended entry point (`import { B24Hook } from '@bitrix24/b24jssdk'`); CommonJS is supported too (`const { B24Hook } = require('@bitrix24/b24jssdk')`), and the UMD build is for `<script>` usage in the browser.

Find more details in the [documentation](https://bitrix24.github.io/b24jssdk/)