🎯 Purpose
Get active subscribers by channels for a given date considering user access rights.
📥 Input fields
users_emails: List[str]request_user_email: strdate: str
🧩 Workflow steps
- SSO →
REQUEST_ACCESS_FOR_USERS - Manager →
GET_CHANNELS_FOR_USERS - Directory →
GET_CHANNELS_ACTIVE_SUBSCRIBERS
📤 Result
Directory service response with active subscribers statistics by channel.
📄 Code
apps/workflows/collections/active_subscribers.py