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
Field | Type | Description |
---|---|---|
id | string | The unique identifier for the newsfeed which is given by Intercom. |
type | string | The type of object. |
name | string | The name of the newsfeed. This name will never be visible to your users. |
created_at | integer | Timestamp for when the newsfeed was created. |
updated_at | integer | Timestamp 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.