Bitrix24
Integrate with Bitrix24 — Russia's leading CRM and business management platform
bi
Bitrix24 is the leading CRM and business management platform in Russia and the CIS, offering tools for customer relationship management, project management, communications, HR, and document management. Bitrix24 provides a comprehensive REST API for automating business processes.
With the Bitrix24 integration in AACFlow, you can:
- Create and manage leads: Automatically add leads from forms, calls, and external sources
- Track deals: Monitor deal stages, values, and progress through the sales pipeline
- Manage contacts: Create, update, and search contacts and companies in the CRM
- Handle tasks: Create and assign tasks, track deadlines, and manage project workflows
- Process invoices: Generate and manage invoices and estimates
- Automate workflows: Trigger business processes and send notifications based on CRM events
This integration enables comprehensive CRM and business process automation within the Bitrix24 ecosystem.
Usage Instructions
Integrate Bitrix24 into the workflow. Can manage leads, deals, contacts, and tasks. Requires Bitrix24 webhook URL or OAuth credentials.
Tools
bitrix24_create_lead
Create a new lead in Bitrix24 CRM
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Lead title |
name | string | No | Contact first name |
lastName | string | No | Contact last name |
phone | string | No | Phone number |
email | string | No | Email address |
sourceId | string | No | Lead source ID |
webhook | string | Yes | Bitrix24 webhook URL |
Output
| Parameter | Type | Description |
|---|---|---|
result | number | Created lead ID |
bitrix24_get_deal
Retrieve deal details from Bitrix24
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
dealId | number | Yes | Deal ID |
webhook | string | Yes | Bitrix24 webhook URL |
Output
| Parameter | Type | Description |
|---|---|---|
id | number | Deal ID |
title | string | Deal title |
stageId | string | Current stage |
opportunity | string | Deal amount |
contactId | number | Associated contact ID |
companyId | number | Associated company ID |
bitrix24_add_contact
Add a contact to Bitrix24 CRM
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Contact first name |
lastName | string | No | Contact last name |
phone | string | No | Phone number |
email | string | No | Email address |
companyName | string | No | Company name |
webhook | string | Yes | Bitrix24 webhook URL |
Output
| Parameter | Type | Description |
|---|---|---|
result | number | Created contact ID |

