Typical use-cases and scenarios for REST API in CRM and tutorials
- How to create leads, deals, and other CRM objects
- How to replace an outdated phone number for an existing client; how to update product information and other examples
- How to find clients by phone; how to get all activities of a client and other examples of working with lists of entities
- How to use Bitrix24 tools for Sales Intelligence
- How to add your tab to the deal card; how to add your buttons to the lead card and other examples of CRM widgets
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
How can you quickly link a form on your website to the CRM? How can you automatically create deals with product items? How can you pass information for Sales Intelligence to Bitrix when creating a lead from your source?
In this section, you will find ready-made examples for solving typical tasks related to CRM.
How to create leads, deals, and other CRM objects
- Add a Lead via Web Form
- Add Lead with Files via Web Form
- Add a CRM Activity to a New Lead or Deal Depending on the CRM Mode
- How to Send an E-mail to a Client on Behalf of an Employee
- Add Duplicate Lead
- Add Contact via Web Form
- Add a Contact with Details via Web Form
- Adding a Company via Web Form
- Add a Company with Details via Web Form
- Add a Deal and Company with Requisites
- Add Calendar Event for Client Management
- How to Add a Template and Create a Document Based on It
- How to Create a Custom Field in a Smart Process
- How to Configure Rounding for a Custom Field of Type "Number"
How to replace an outdated phone number for an existing client; how to update product information and other examples
- How to Change or Delete Phone Numbers and Emails
- How to Create Your Lead Editing Form
- How to Create Your Contact Editing Form
- How to Create Your Company Edit Form
- How to Create an Edit Deal Form
How to find clients by phone; how to get all activities of a client and other examples of working with lists of entities
- How to Find Duplicates in CRM by Phone and Email
- How to Retrieve a List of Tasks from Deals
- How to Retrieve a List of Stages with Semantics for CRM Entities
- How to Retrieve a Sales Funnel for a Specific Direction with Semantics for Each Stage of the Deal
How to use Bitrix24 tools for Sales Intelligence
- How to Transfer Information to Sales Intelligence
- How to Use Sales Intelligence When Creating a Lead
- How to Use Sales Intelligence When Creating a Deal and Contact
How to add your tab to the deal card; how to add your buttons to the lead card and other examples of CRM widgets
Previous