API ReferenceBuilding AppsInstalling IntercomAPI & Webhook ReferenceCanvas Kit Reference
DocsApp StoreCommunityBlogYour Apps

The Newsfeed model

Object Models

A news item can be assigned to multiple newsfeeds, use the newsfeed_assignments array on the news item model to assign a news item to a newsfeed through the newsfeed assignment model.

Newsfeed

FieldTypeDescription
idstringThe unique identifier for the newsfeed which is given by Intercom.
typestringThe type of object.
namestringThe name of the newsfeed. This name will never be visible to your users.
created_atintegerTimestamp for when the newsfeed was created.
updated_atintegerTimestamp for when the newsfeed was last updated.

📘

How do I assign a news item to the news center newsfeed?

The newsfeed list returned by the list API will always include a news center newsfeed. Use its newsfeed_id to assign the news item to the news center.