PHPackages                             pascallieverse/laravel-bitrix24-notification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. pascallieverse/laravel-bitrix24-notification

ActivePackage[Mail &amp; Notifications](/categories/mail)

pascallieverse/laravel-bitrix24-notification
============================================

Package for Laravel notifications to Bitrix24

1.6(1y ago)41.9k↓40%MITPHPPHP ^8.0.1

Since Nov 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pascallieverse/laravel-bitrix24-notification)[ Packagist](https://packagist.org/packages/pascallieverse/laravel-bitrix24-notification)[ RSS](/packages/pascallieverse-laravel-bitrix24-notification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

Laravel Bitrix24 notifications
==============================

[](#laravel-bitrix24-notifications)

This package makes it easy to send notifications using the Bitrix Bot Platform with Laravel.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require "pascallieverse/laravel-bitrix24-notification"
```

And finally publish the config file:

```
php artisan vendor:publish --provider="PascalLieverse\Bitrix24\Bitrix24ServiceProvider"
```

Setting up your Bitrix24 bot
----------------------------

[](#setting-up-your-bitrix24-bot)

1. Inside bitrix24 navigate to: Extensions -&gt; Applications -&gt; Developer resources -&gt; Add a chat bot -&gt; Notify employees in the chat.
2. Fill in the required fields to create the bot. The bot type should be "Chat bot, immediate response".
3. Copy the "Webhook to call REST API" url and place this value inside your env file as BITRIX\_WEBHOOK\_URL.
4. Copy the "Bot CLIENT\_ID" and place this value inside your env as BITRIX\_BOT\_CLIENT\_ID.

Usage
-----

[](#usage)

Now you can create a simple notification as follows:

```
