Create Channel
Create a news monitoring channel. Supports either RSS feeds, or child channels nesting via children, or Query. Use `content__generate_monitoring_query` first to create optimized Query if you wish to use that method (you may use boolean operators (AND, OR) and quoted phrases). For RSS, provide a valid feed URL. For parent provide children ids. For standalone_plain, just provide a name.
Parameters
- Required
type
string (parent, standalone_plain, standalone_rss, standalone_query)
Channel type - a required indication of this tool - not persisted in DB. (parent: has children ids, standalone_plain: only a container, standalone_rss: must provide rss url, standalone_query: self-explanatory)
Allowed values: parent, standalone_plain, standalone_rss, standalone_query
- Required
name
string
Channel name (e.g., 'Tesla EV News', 'Competitor Analysis')
monitoring_query
object
Monitoring query configuration
Nested fields
query
string
Search query with boolean operators (AND, OR) and quoted phrases
sourcelang
string
Language codes array (e.g., ['eng', 'deu']). Optional.
sourcecountry
string
Country codes array (e.g., ['US', 'UK']). Optional.
rss
string
RSS feed URL (optional)
children
array
Child channel IDs to link
Array items
[item]
string