Stream configuration options
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | A descriptive name for the Stream. |
destination_id | uuid | Yes | The ID of the Destination where data will be delivered. |
dataset_id | uuid | Yes | The ID of the Dataset this Stream reads from. |
mappings | array | Yes | An array of field mappings that transform source fields to target fields at the Destination. |
is_enabled | boolean | No | Whether the Stream is actively delivering. Defaults to enabled. |