Ingestion
Configure content ingestion.
Content Filtering
When ingesting content from feeds, you may want to limit the types of content and files which are allowed.
By specifying the content types
and/or fileTypes
properties, you can configure the content filtering for the ingestion stage of the workflow.
In this example, the workflow allows only AUDIO
file types, such as MP3 or M4A.
Mutation:
Variables:
Response:
Add To Collections
When ingesting content, you can add content to collections, so that the content is easier to filter on later.
Add one or more collections to the collections
array in the ingestion
stage, and as content is ingested, it will be automatically added to those collections.
Mutation:
Variables:
Response:
Last updated