cigchat_team_bot_users
Search and retrieve bot users by name, phone, email, channel, opt-in status, or recent interaction to manage your team's subscriber list.
Instructions
Get list of bot users by seaching for name, phone, email and so on. [GET /team-bot-users] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search for subscriber name | |
| page | No | Page number, between 1 and 1000 | |
| No | Search for subscriber email | ||
| limit | No | Number of items in the response, between 1 and 100 | |
| phone | No | Search for subscriber phone | |
| is_channel | No | Search for subscriber is from channel, available value 'facebook', 'instagram', 'whatsapp_cloud', 'whatsapp', 'google', 'telegram', 'tiktok', 'line', 'viber', 'vk', 'wechat', 'web', 'apichat' | |
| is_opt_in_sms | No | Search for subscriber is opted in SMS, available value 'yes', 'no' | |
| is_opt_in_email | No | Search for subscriber is opted in email, available value 'yes', 'no' | |
| is_interacted_in_last_24h | No | Search for subscriber is interacted within last 24 hours, available value 'yes', 'no' | |
| is_last_message_in_last_24h | No | Search for subscribers have last message within last 24 hours, including message sent from bot user, agent and bot, available value 'yes', 'no' | |
| is_bot_interacted_in_last_24h | No | Search for subscribers have bot interacted within last 24 hours, available value 'yes', 'no' |