develop-b24-node

Develop Bitrix24 backend applications with Node.js, Express, and the Bitrix24 JS SDK.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill develop-b24-node
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop-b24-node
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/develop-b24-node
Command: npx skills add https://github.com/rustams/inbound --skill develop-b24-node

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @bitrix24/b24jssdk, express, jsonwebtoken, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the development of backend applications for Bitrix24 using Node.js, enabling seamless integration with Bitrix24 data and functionalities.

Core Features & Use Cases

  • API Endpoint Creation: Build custom API endpoints for your Bitrix24 application.
  • Bitrix24 Data Management: Interact with Bitrix24 entities like deals, contacts, and tasks.
  • Authentication Handling: Implement secure authentication flows using JWT and OAuth 2.0.
  • Use Case: Develop a webhook that automatically creates a new task in Bitrix24 whenever a new lead is added via your website's contact form.

Quick Start

Use the develop-b24-node skill to create a new GET API endpoint at /api/users that requires token verification.

Frequently Asked Questions about develop-b24-node

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom Node.js API endpoint for Bitrix24?

To create a custom Node.js API endpoint for Bitrix24, use this Skill to generate Express.js server-side routes that interact with Bitrix24 entities and manage data securely. It provides the required Express framework setup and Bitrix24 JS SDK integration.

Can I use Express and JWT for Bitrix24 authentication flows?

Yes, you can implement secure Bitrix24 authentication flows using Express and jsonwebtoken. This Skill facilitates OAuth 2.0 integration and token verification to ensure secure communication between your Node.js backend and Bitrix24.

What is the best way to manage Bitrix24 data with Node.js?

The best way to manage Bitrix24 data with Node.js is by using the @bitrix24/b24jssdk dependency. This Skill enables your Express backend to interact directly with Bitrix24 entities like deals, contacts, and tasks.

How do I set up a Bitrix24 webhook using Node.js?

Setting up a Bitrix24 webhook using Node.js involves defining an Express API endpoint to receive incoming payloads. This Skill helps you process the webhook data and use the Bitrix24 JS SDK to trigger actions like creating tasks or managing contacts.

Do I need the @bitrix24/b24jssdk package for server-side Bitrix24 integration?

Yes, the @bitrix24/b24jssdk package is required for server-side Bitrix24 integration. This Skill relies on it alongside Express and jsonwebtoken to handle API requests, data management, and secure authentication flows.

What is required to build a Bitrix24 backend application with Node.js?

Building a Bitrix24 backend application with Node.js requires Express.js for API routing, the @bitrix24/b24jssdk for data interaction, and jsonwebtoken for secure authentication. This Skill streamlines the setup and development process.