Request & response at a glance
CreateRunRequest
{
"intent": "Create a new contact in CRM from the latest inbound email",
"context": "timezone=Europe/Copenhagen (UTC+3); source=inbox; dedupe_by=email",
"userId": "user-123",
"approvalStrategy": "ON_TOOL_CALL",
"selectedCustomerIntegrationIds": ["*"]
}
CreateRunResponse
{
"runId": "5f0b4fce-0b1e-4f4b-9f82-6273c5c4499a",
"status": "QUEUED",
"stepsFinished": [],
"plan": {"planType":"text","plan":"Plan will be available shortly"}
}
RunDto (selected fields)
{
"runId": "...",
"status": "QUEUED|RUNNING|AUTH_REQUIRED|PAUSED|CANCELED|SUCCESS|FAILED",
"stepsFinished": [ { /* step summaries */ } ],
"result": { /* outcome */ },
"createdAt": "2025-08-01T12:00:00Z",
"updatedAt": "2025-08-01T12:05:00Z"
}
Last updated