API Status Get API Key
TYPE

Channel

Channel entity

Fields 27

id : ChannelId!

The ID of the channel

allowedActions : [ChannelAction!]!

The allowed actions for the current user

scopes : [String]!

Scopes requested for a given channel - empty array if we don't have them tracked

avatar : String!

The avatar URL of the channel

createdAt : DateTime!

The creation date of the channel

descriptor : String!

Formatted name of the channel service and type: e.g. 'Twitter Profile' or 'Facebook Page'

displayName : String

The display name of the channel - nullable (reason?)

isDisconnected : Boolean!

Indicates if the channel is properly connected to Buffer

isLocked : Boolean!

Indicates if the channel is locked - Locked channels can't be used for posting. A channel can be locked when the organization downgrades and reduces the channel quantity of their plan.

isNew : Boolean!

Indicates if the channel was recently created (in less than 10 seconds). This is used to determine the redirect modal after channel authorization

postingSchedule : [ScheduleV2!]!

Provides the posting slots for each day of the week

isQueuePaused : Boolean!

Indicates is the queue is paused for the channel. A paused queue means schedules posts won't be published.

showTrendingTopicSuggestions : Boolean!

Indicates if trending topic suggestions should be shown in the composer. When false, users can still access trends via the trending icon button. Defaults to true for backward compatibility.

metadata : ChannelMetadata

Metadata or settings depending on the service type - such as the server URL for Mastodon or Location data for Facebook/GPB

name : String!

The name of the channel - the handle name, username, etc.

organizationId : OrganizationId!

The organization ID of the channel

products : [Product!]

Products that support a given channel

service : Service!

Represents the social network

serviceId : String!

Represents the external ID of the channel on social network API

timezone : String!

The timezone of the channel - Default if not set is Europe/London

type : ChannelType!

The type of the channel - Page, Profile, Business, Group, Account, etc.

updatedAt : DateTime!

The last time the channel was updated

hasActiveMemberDevice : Boolean!

Whether at least one member of the orginization who have access to this channel also has a user device registered for push notifications

postingGoal : PostingGoal

The posting goal for the channel

linkShortening : ChannelLinkShortening!

Link Shortening settings for the channel

weeklyPostingLimit : WeeklyPostingLimit
Deprecated

Weekly posting limit for the channel

Deprecation reason: This field is not used anymore