GET /team-bot-users

Scope required: (Manage Team)

Get list of bot users by seaching for name, phone, email and so on.

Servers

Query parameters

Name Type Required Description
page Integer No

Page number, between 1 and 1000

is_opt_in_email String No

Search for subscriber is opted in email, available value 'yes', 'no'

is_bot_interacted_in_last_24h String No

Search for subscribers have bot interacted within last 24 hours, available value 'yes', 'no'

limit Integer No

Number of items in the response, between 1 and 100

name String No

Search for subscriber name

email String No

Search for subscriber email

is_last_message_in_last_24h String 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_opt_in_sms String No

Search for subscriber is opted in SMS, available value 'yes', 'no'

phone String No

Search for subscriber phone

is_channel String No

Search for subscriber is from channel, available value 'facebook', 'instagram', 'whatsapp_cloud', 'whatsapp', 'google', 'telegram', 'tiktok', 'line', 'viber', 'vk', 'wechat', 'web', 'apichat'

is_interacted_in_last_24h String No

Search for subscriber is interacted within last 24 hours, available value 'yes', 'no'

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.