cURL
curl --request POST \ --url https://api.sumvin.com/v0/user/strategies/ \ --header 'Content-Type: application/json' \ --data ' { "strategy_id": "<string>", "connector_id": "<string>", "configuration": {}, "event_filter": {} } '
{ "_links": {}, "user_strategy": { "id": "<string>", "strategy": { "id": "<string>", "name": "<string>", "description": "<string>", "type": "<string>", "cron": "<string>", "base_prompt": "<string>", "created_at": 123, "event_topic": "<string>", "workflow_route": "<string>" }, "connector": { "id": "<string>", "name": "<string>", "description": "<string>", "icon_url": "<string>", "auth_type": "<string>" }, "is_active": true, "configuration": {}, "created_at": 123, "event_filter": {} } }
Tenant org ID for multi-tenant auth
External ID of strategy to enable
Specific connector to use for this strategy
User-specific configuration
Per-topic filter applied by event router; shape varies per topic
Strategy enabled successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes