Skip to content

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.

idstring

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

Example:"12312"
typestring

The type of object.

Value:"newsfeed"
Example:"newsfeed"
namestring

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

Example:"My Newsfeed"
created_atinteger, (timestamp)

Timestamp for when the newsfeed was created.

Example:1674917488
updated_atinteger, (timestamp)

Timestamp for when the newsfeed was last updated.

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