[
{
"_id": "exampleId1",
"workspaceId": "exampleWorkspaceId1",
"name": "SMS Flow #1",
"direction": "bidirectional",
"description": "Example #1",
"agent": "exampleAgentId1",
"settings": {},
"prompt": "Short prompt for AI",
"isActive": true,
"autopilot": false,
"messageChannel": "SMS",
"createdAt": "2025-01-02T10:15:00Z",
"updatedAt": "2025-01-02T10:30:00Z"
},
{
"_id": "exampleId2",
"workspaceId": "exampleWorkspaceId2",
"name": "Email Nurture Flow",
"direction": "outbound",
"description": "Send follow-up emails to leads",
"agent": "exampleAgentId2",
"settings": {},
"prompt": "You are an email follow-up AI.",
"isActive": false,
"autopilot": false,
"messageChannel": "Email",
"createdAt": "2025-01-03T11:00:00Z",
"updatedAt": "2025-01-03T11:15:00Z"
}
]