MergePersons
Adds an audio recording to the call log.
Stored Procedure Specific Information
Pipedrive allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. The required columns in MergePersons are Id and MergeWithId.
For example:
EXECUTE MergePersons Id = 1, MergeWithId = 2
Input
| Name | Type | Description |
| Id | Integer | ID of a person. |
| MergeWithId | Integer | The ID of the Person that will not be overwritten This Person data will be prioritized in case of conflict with the other Person. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure. |