Respond.io
is a platform designed for managing and automating customer messages and communications across various channels. This service enables businesses to centralize and manage messages from different messaging applications, such as WhatsApp, Facebook Messenger, Viber, Telegram, LINE, and others, in one place.
Informations about settings for developers and API documentation for Respond.io found here.
List Users allows you to list users in your workspace. Users with pending invitations are not included in the response.
Configuration
Respond.io - Connection
Token
Uses to authorize and authenticate connections. More information about where to find the token can be found here.
Respond.io - List Contacts Settings
Error behavior
The available values are:
-
Fail and return response: The connector fails at the specified line but generates output with error details.
-
Fail without response: The connector fails - the error will be displayed only in the log.
-
Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.
Input & Output Schema
Input
This connector does not require a schema.
Output
Respond.io - List Users Response (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | HTTP status code of the response |
Message | String | Yes | Message detailing the response status or errors |
Items | Respond.io - List Users Item v1.0.0 |
Yes | Complex schema |
Status Code
- 200 Success
- 400 Bad request
- 500 Server error
Respond.io - List Users Item (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | Integer | No | Unique identifier |
FirstName | String | Yes | First name |
LastName | String | Yes | Last name |
String | Yes | Email address | |
Role | String | Yes | Role of the user |
Team | Respond.io - List Users Team v1.0.0 |
Yes | Complex schema |
Restrictions | Respond.io - List Users Restriction v1.0.0 |
Yes | List of user restrictions |
Respond.io - List Users Team (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | Integer | Yes | Unique identifier of the team |
Name | String | Yes | Name of the team |
Respond.io - List Users Restriction (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Value | String | No | Constants representing the user restrictions at the workspace-level (e.g. restrict_data_export , restrict_contact_deletion , restrict_space_setting , show_team_contacts , show_only_mine , restrict_space_integration , restrict_shortcuts ) |
Release notes
3.0.0
- First release