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
Actions
DAILYBOT_FIND_USER
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
Action Response
DAILYBOT_FIND_WORKFLOW
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
Action Response
DAILYBOT_GET_USERS
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
DAILYBOT_GET_WORKFLOWS
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
Action Response
DAILYBOT_GIVE_KUDOS
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
Action Response
DAILYBOT_SEND_MESSAGE
This tool allows sending a message through dailybot to either specific users or channels/rooms. the message can include markdown formatting.
Action Parameters
Action Response