POST
/
v5
/
app
/
feed_content_items

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
experience_id
string
required

The ID of the experience, which will look like exp_*************

user_id
string

The ID of the user, which will look like user_*************

external_id
string
required

The ID of the external object that this maps to, like a feed post

parent_external_id
string

The ID of the parent external object that this maps to, like a feed post

rest_path
string

The relative path the user should be redirected to in the app

event_type
string
required

The type of event that this feed post is associated with.

metadata
object
required

A metadata object that can accept any properties. All metadata must include a 'title' property that is a String value.

file_attachments
object[]

The file attachments of the feed content item. This can be videos, images, or files.

gifs
object[]

Any gifs attached to the feed content item.

Response

201 - application/json
feed_content_item_id
string
required

The ID of the feed content item, which will look like fci_*************