EnrichmentWrite
Create Enrichment
create_enrichmentCreate a new enrichment. Types: rule (auto-set field values), alert (send notifications), memory (auto-learn categorization patterns).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces |
name | string | required | Enrichment name |
type | enum: 'rule' | 'alert' | 'memory' | required | Enrichment type |
dataType | enum | required | Data type this applies to |
enabled | boolean | optional | Active status (default true) |
feedIds | string[] | optional | Feed IDs to apply to |
allFeeds | boolean | optional | Apply to all matching feeds |
ruleConfig | object | optional | Rule configuration |
alertConfig | object | optional | Alert configuration |
