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 | Description |
| Name | String | The name of the channel. |
| ProviderChannelId | String | The channel ID. |
| AvatarUrl | String | The URL for an icon that represents your channel. |
| TemplateSupport | Boolean | If true, enables templates logic on UI. |
| ProviderType | String | 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. |