Stream Kit Docs
API ReferenceCore

Collection created

Core trigger: core:core:collection:collection-created

Collection created

Trigger IDcore:core:collection:collection-created
PluginCore
CategoryCollection

Variables

Copy variables into handler fields using {variableName} syntax.

{collectionName}{lifetime}
NameTypeDescription
{collectionName}
string

Name of the collection that changed.

Example: scores

{lifetime}
object

Collection lifetime (`session` or `persistent`).

Example: session

Conditions

ConditionDescription
Collection nameRestrict to a specific collection name. Leave empty to match any collection.
Collection lifetimeRestrict to collections with a specific lifetime (session or persistent).

On this page