Dailybot integration (Communication, Productivity). Imported from open-connector.
https://api.dailybot.com/v1/me/
/v1/organization/
/v1/users/
| Param | Type | Required | Description |
|---|---|---|---|
| is_active | boolean | optional | Filter users by active status. |
| role | string | optional | Filter users by role. |
| limit | integer | optional | Number of results to return. |
| offset | integer | optional | Pagination offset for the result set. |
/v1/users/{user_uuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| user_uuid | string | required | The Dailybot user UUID. |
/v1/teams/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of results to return. |
| offset | integer | optional | Pagination offset for the result set. |
/v1/teams/{team_id}/
| Param | Type | Required | Description |
|---|---|---|---|
| team_id | string | required | The Dailybot team identifier. |
/v1/teams/{team_id}/members/
| Param | Type | Required | Description |
|---|---|---|---|
| team_id | string | required | The Dailybot team identifier. |
/v1/messaging/send-message/
| Param | Type | Required | Description |
|---|---|---|---|
| target_type | string | required | The recipient type. |
| target_uuid | string | required | The recipient UUID for the message. |
| message | string | required | The message text to send. |
| platform | string | optional | The chat platform to use for delivery. |
/v1/messaging/send-email/
| Param | Type | Required | Description |
|---|---|---|---|
| user_uuid | string | required | The Dailybot user UUID. |
| subject | string | required | The email subject line. |
| body | string | required | The email body, as plain text or HTML. |
/v1/messaging/open-conversation/
| Param | Type | Required | Description |
|---|---|---|---|
| user_uuid | string | required | The Dailybot user UUID. |
| initial_message | string | optional | The optional first message to send with the conversation. |