Newsfeed

A newsfeed is a collection of news items, targeted to a specific audience.

Newsfeeds currently cannot be edited through the API, please refer to this article to set up your newsfeeds in Intercom.

id
string

The unique identifier for the newsfeed which is given by Intercom.

type
string

The type of object.

Value: "newsfeed"
name
string

The name of the newsfeed. This name will never be visible to your users.

created_at
integer <timestamp>

Timestamp for when the newsfeed was created.

updated_at
integer <timestamp>

Timestamp for when the newsfeed was last updated.

{ "id": "12312", "type": "newsfeed", "name": "My Newsfeed", "created_at": 1674917488, "updated_at": 1674917488 }