JDBC Driver for Pipedrive

Build 23.0.8839

AddChannel

Adds a new messaging channel, only admins are able to register new channels.

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 AddFile are FileLocation . For example:

EXECUTE AddChannel Name = 'Test', ProviderChannelId = '123'

Input

Name Type Required Description
Name String True The name of the channel.
ProviderChannelId String True The channel ID.
AvatarUrl String False The URL for an icon that represents your channel.
TemplateSupport Boolean False If true, enables templates logic on UI.
ProviderType String False It controls the icons (like the icon next to the conversation).

Result Set Columns

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839