Dailybot

Learn how to use Dailybot with Composio

Overview

Enum

DAILYBOT

Description

DailyBot simplifies team collaboration and tasks with chat-based standups, reminders, polls, and integrations, streamlining workflow automation in popular messaging platforms

Authentication Details

api_key
stringRequired

Actions

This tool allows you to find and retrieve information about a specific user in dailybot. it uses the provided user uuid to lookup the user and returns detailed information including the user’s uuid, full name, image, username, occupation, birth date, chat platform data, and organization details.

Action Parameters

user_uuid
stringRequired

Action Response

data
object
error
successful
boolean

This tool allows users to find a specific workflow within dailybot by providing the workflow name. it returns detailed information including the workflow id, workflow name, workflow status, workflow type, created at, and updated at. it is especially useful to locate a workflow before running or modifying it.

Action Parameters

workflow_name
stringRequired

Action Response

data
object
error
successful
boolean

This tool retrieves a list of all users within the organization from dailybot. it doesn’t require any input parameters other than authentication. the returned json contains user details including uuid, active status, full name, and organizational data.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves a list of all workflows that the authenticated user has access to in dailybot. it can be executed independently with only the authentication required, and it supports optional pagination parameters (page, per page) to refine the response.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 10

Action Response

data
object
error
successful
boolean

This tool allows giving kudos to one or multiple users in dailybot. kudos can be given either on behalf of dailybot or the api key owner.

Action Parameters

by_dailybot
boolean
company_value
string
content
stringRequired
is_anonymous
boolean
receivers
arrayRequired

Action Response

data
object
error
successful
boolean

This tool allows sending a message through dailybot to either specific users or channels/rooms. the message can include markdown formatting.

Action Parameters

buttons
array
exchange_token
string
image_url
string
message
stringRequired
target_channels
array
target_teams
array
target_users
array

Action Response

data
object
error
successful
boolean