Linking Deals to Contacts: Overview of Methods
Using the group of methods crm.deal.contact.*, you can establish or remove the connection between contacts and a deal. Use the methods crm.deal.contact.* for working with a single contact, and the methods crm.deal.contact.items.* for managing a group of contacts.
Quick navigation: all methods
Benefits of Linking Deals to Contacts
- The deal detail form displays information about related contacts: name, phone number, e-mail, and position.
- You can call or send an e-mail directly from the deal detail form without navigating to the contact detail form.
- Communication with the client: e-mails, calls, and chats from open lines will be stored in both the contact detail form and the deal detail form. Communications are not attached to closed deals.
- CoPilot in CRM processes client calls from the deal detail form: it transcribes recordings, summarizes conversations, and fills in fields in the CRM activity.
- When generating documents from a template, you can use symbolic codes that automatically insert data from related contacts into the document.
User Documentation
Overview of Methods
Scope:
crmWho can execute the methods: depending on the method
|
Method |
Description |
|
Adds a contact to a deal |
|
|
Adds multiple contacts to a deal |
|
|
Returns the fields for the deal-contact link |
|
|
Retrieves a set of contacts linked to a deal |
|
|
Removes a contact from the specified deal |
|
|
Deletes a set of contacts linked to the specified deal |
Copied