Newsfeed Assignment

Assigns a news item to a newsfeed.

newsfeed_id
integer

The unique identifier for the newsfeed which is given by Intercom. Publish dates cannot be in the future, to schedule news items use the dedicated feature in app (see this article).

published_at
integer <timestamp>

Publish date of the news item on the newsfeed, use this field if you want to set a publish date in the past (e.g. when importing existing news items). On write, this field will be ignored if the news item state is "draft".

{ "newsfeed_id": 198313, "published_at": 1674917488 }