Add Contact to Deal crm.deal.contact.add

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.

We are still updating this page

Some data may be missing here — we will complete it soon.

Scope: crm

Who can execute the method: any user

The method crm.deal.contact.add adds a contact to the specified deal.

Parameter

Description

id

Identifier of the deal.

fields

An object with the following fields:

  • CONTACT_ID - identifier of the contact (required field)
  • SORT - sorting index
  • IS_PRIMARY - primary contact flag

Note

To find out the required format for the fields, execute the method crm.deal.contact.fields and check the format of the incoming values for these fields.