Skip to main content

StaffbasePosting

Staffbase posting

type StaffbasePosting {
accountId: ID!
acknowledgingEnabled: Boolean!
articleId: ID
autoPost: Boolean
channelType: String
commentingEnabled: Boolean!
highlighted: Boolean!
id: ID!
identifier: String
likingEnabled: Boolean!
postUrl: String
postedAt: ISO8601DateTime
publishStartedAt: ISO8601DateTime
scheduledAt: ISO8601DateTime
sendEmailNotifications: Boolean!
sendPushNotifications: Boolean!
serviceId: ID
}

Fields

StaffbasePosting.accountId ● ID! non-null scalar

Unique identifier for the account

StaffbasePosting.acknowledgingEnabled ● Boolean! non-null scalar

Indicates if we should pass acknowledgingEnabled as posting option

StaffbasePosting.articleId ● ID scalar

Unique identifier for the article

StaffbasePosting.autoPost ● Boolean scalar

Indicates if we should make the posting auto post

StaffbasePosting.channelType ● String scalar

Type of channel used for posting

StaffbasePosting.commentingEnabled ● Boolean! non-null scalar

Indicates if we should pass commentingEnabled as posting option

StaffbasePosting.highlighted ● Boolean! non-null scalar

Indicates if we should pass highlighted as posting option

StaffbasePosting.id ● ID! non-null scalar

Unique identifier for the posting

StaffbasePosting.identifier ● String scalar

Identifier for the posting

StaffbasePosting.likingEnabled ● Boolean! non-null scalar

Indicates if we should pass likingEnabled as posting option

StaffbasePosting.postUrl ● String scalar

URL of the posted content

StaffbasePosting.postedAt ● ISO8601DateTime scalar

Timestamp when the post was made

StaffbasePosting.publishStartedAt ● ISO8601DateTime scalar

Timestamp when the publish started

StaffbasePosting.scheduledAt ● ISO8601DateTime scalar

Timestamp when the post is scheduled to be published

StaffbasePosting.sendEmailNotifications ● Boolean! non-null scalar

Indicates if we should pass email as option for staffbase notifications

StaffbasePosting.sendPushNotifications ● Boolean! non-null scalar

Indicates if we should pass push as optiong for staffbase notifications

StaffbasePosting.serviceId ● ID scalar

Unique identifier for the service

Member Of

UpdateStaffbasePostingPayload object