Power BI Connector for Pipedrive

Build 25.0.9540

AddAudioFile

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 AddAudioFile are Id and Filelocation. If FileLocation is not provided, both the Content which is an input stream of the file and FileName with extension should be provided.

To execute this procedure, enter:

    EXEC AddAudioFile Id = '123436', FileLocation = 'C:\Users\Downloads\file_example_MP3_1MG.mp3'

Input

Name Type Description
Id String Id of call logs.
FileLocation String File to upload.
FileName String File name that is uploaded.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540