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:
crmWho 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:
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. |
Copied
Previous