Tableau Connector for Pipedrive

Build 26.0.9655

AddAudioFile

Adds an audio recording to the call log.

Stored Procedure-Specific Information

Executing this procedure requires setting the values for Id and FileLocation. If FileLocation is not provided, both Content, which is an input stream of the file, and FileName with the extension should be provided. For example:
    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 26.0.9655