Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 858 Bytes

ChannelObject.md

File metadata and controls

26 lines (13 loc) · 858 Bytes

Pipedrive.ChannelObject

Properties

Name Type Description Notes
name String The name of the channel
provider_channel_id String The channel ID
avatar_url String The URL for an icon that represents your channel [optional]
template_support Boolean If true, enables templates logic on UI. Requires getTemplates endpoint implemented. Find out more here. [optional] [default to false]
provider_type String It controls the icons (like the icon next to the conversation) [optional] [default to 'other']

Enum: ProviderTypeEnum

  • facebook (value: "facebook")

  • whatsapp (value: "whatsapp")

  • other (value: "other")