Creates a new stream trigger for data processing and routing. A stream trigger connects a data source to a target, enabling real-time data flow between components.
Usage Notes:
Documentation Index
Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT token for authentication. Required for all API operations to verify identity and access permissions.
Unique name identifier for the trigger. Used to construct the trigger's topic and subject.
"my-stream-trigger"
Must be 'stream' for this endpoint. Determines the trigger's behavior and available properties.
stream "stream"
Logical grouping the trigger belongs to. Used for organizing and filtering triggers.
"my-collection"
Human-readable description explaining the trigger's purpose and function.
"Stream data processing trigger"