Meetups, Broadcasts, and Recordings for Developers
- How to Choose a Recording
- Episode 9. Integrating Third-Party E-Signing Services into CRM Timeline Widgets
- Episode 8. Bitrix24 Vibe: Custom Widgets for the Start Page
- Episode 7. Quick Start: Local Application with Token Storage
- Episode 6. Quick Start: Local Application
- Episode 5. Quick Start with an Inbound Webhook
- Episode 4. Offline Events
- Episode 3. Automation Rules and Triggers
- Episode 2. Widgets, Tips, and Tricks
- Episode 1. Bitrix24 Developer's Globe
- Continue learning
Bitrix24 webinars show how developers solve tasks with the REST API: make a first call with a webhook, build local applications, embed widgets, receive offline events, and automate CRM. Below are recordings of the past episodes of the Bitrix24 REST API webinar series, listed from the latest episode to the earliest. Where an episode has a code example, it is built with B24PhpSDK. Announcements are published in the community channels listed on the Support and Community for Developers page.
Choose a tool for developing with an AI agent:
- use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
- use the MCP server to develop a REST API integration in your own project. The agent refers to the official REST documentation
Recordings reflect the API as it worked at the time of the webinar
The approach and the logic of a solution stay relevant, but methods, parameters, and responses may have changed. Check the REST API Reference and What's New before you build.
How to Choose a Recording
|
Task |
Recording |
|
Add your own activity to the CRM timeline |
Episode 9. Integrating Third-Party E-Signing Services into CRM Timeline Widgets |
|
Build a custom widget for the Bitrix24 Vibe start page |
|
|
Keep OAuth tokens in a local application between requests |
Episode 7. Quick Start: Local Application with Token Storage |
|
Build a local application that reads its token from the request |
|
|
Make a first REST call without registering an application |
|
|
Receive changes from Bitrix24 while your service is offline |
|
|
Register your own automation rules and triggers |
|
|
Embed your application into the Bitrix24 interface |
|
|
Get an overview of the Bitrix24 developer ecosystem |
Episode 9. Integrating Third-Party E-Signing Services into CRM Timeline Widgets
Materials:
- PHP example on GitHub — source code of custom timeline activities
- Configurable CRM Activities — methods that create your own timeline activities
Episode 8. Bitrix24 Vibe: Custom Widgets for the Start Page
Materials:
- PHP example on GitHub — source code of Vibe widgets
- Vibe — methods for widgets and interactive elements of Vibe
Episode 7. Quick Start: Local Application with Token Storage
Materials:
- PHP example on GitHub — local application that stores tokens in a file
- Local Applications — types of local applications and how to register them
- Security Recommendations — rules for handling and verifying tokens
Episode 6. Quick Start: Local Application
Materials:
- PHP example on GitHub — local application that takes the token from the request
- Local Applications — types of local applications and how to register them
- Episode 7. Quick Start: Local Application with Token Storage — next step in the same track: keeping tokens between requests
Episode 5. Quick Start with an Inbound Webhook
Materials:
- PHP example on GitHub — webhook demo built with the SDK
- Inbound and Outbound Webhooks — how to create a webhook and what it can access
- Episode 6. Quick Start: Local Application — next step in the same track: a local application instead of a webhook
Episode 4. Offline Events
Speaker:
- Serg Vostrikov, Head of Market and Integrations
Materials:
- Offline Events — how the event queue works
- Events — handler registration and the list of events
Episode 3. Automation Rules and Triggers
Speaker:
- Serg Vostrikov, Head of Market and Integrations
Materials:
- Application Automation Rules — methods that register your own automation rules
- CRM Automation — methods that register your own triggers
Episode 2. Widgets, Tips, and Tricks
Speaker:
- Serg Vostrikov, Head of Market and Integrations
Materials:
- Widget Embedding Mechanism — embedding points and widget registration
Episode 1. Bitrix24 Developer's Globe
Materials:
- Tools for Local Integrations — webhooks and local applications for your own Bitrix24
Continue learning
- What the Bitrix24 REST API Allows — overview of the platform capabilities
- REST API Reference — methods, events, and widgets by section
- SDK for Bitrix24 Development — official libraries for PHP, JavaScript, Python, and Go
- Support and Community for Developers — courses, chats, and technical support
- What's New — changes in the REST API and documentation