📺 findall.Channel or findall.Findchannel (channelName, options)
Finds a channel across all users under a product. Uses ChannelManager for indexed channel lookup.
1await findall.Channel("Channel1", {2 productName: "HBH-CMS"3});
Response
1{2 success: true,3 data: {4 user: "alice@example.com",5 channel: "Channel1"6 }7}
Notes
- Channel names are normalized
- Stops on first match
- Uses
listall.Channelinternally