Dailybot
dailybotDailyBot simplifies team collaboration and tasks with chat-based standups, reminders, polls, and integrations, streamlining workflow automation in popular messaging platforms
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Find User by UUIDDAILYBOT_FIND_USERAcciónThis 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.
DAILYBOT_FIND_USERAcciónThis 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.
Parámetros de entrada
user_uuidstringObligatorioThe UUID of the user to retrieve information for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Workflow by NameDAILYBOT_FIND_WORKFLOWAcciónThis 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.
DAILYBOT_FIND_WORKFLOWAcciónThis 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.
Parámetros de entrada
workflow_namestringObligatorioName of the workflow to find
Parámetros de salida
dataobjectWorkflow data if found
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All UsersDAILYBOT_GET_USERSAcciónThis 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.
DAILYBOT_GET_USERSAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workflows ListDAILYBOT_GET_WORKFLOWSAcciónThis 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.
DAILYBOT_GET_WORKFLOWSAcciónThis 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.
Parámetros de entrada
pageintegerPage number for pagination
per_pageintegerNumber of items per page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Give Kudos to UsersDAILYBOT_GIVE_KUDOSAcciónThis 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.
DAILYBOT_GIVE_KUDOSAcciónThis 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.
Parámetros de entrada
contentstringObligatorioThe text content of the kudos message
receiversstring[]ObligatorioList of user UUIDs who will receive the kudos
by_dailybotbooleanWhether to give kudos on behalf of DailyBot instead of the API key owner
is_anonymousbooleanWhether to give the kudos anonymously
company_valuestringOptional company value to associate with the kudos
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send MessageDAILYBOT_SEND_MESSAGEAcciónThis tool allows sending a message through dailybot to either specific users or channels/rooms. the message can include markdown formatting.
DAILYBOT_SEND_MESSAGEAcciónThis tool allows sending a message through dailybot to either specific users or channels/rooms. the message can include markdown formatting.
Parámetros de entrada
buttonsobject[]List of interactive buttons to add to the message
messagestringObligatorioThe content of the message to send. Supports markdown formatting.
image_urlstringURL of an image to include in the message
target_teamsstring[]List of team UUIDs whose members will receive the message
target_usersstring[]List of user UUIDs who will receive the message
exchange_tokenstringReserved for public commands that need to interact on behalf of other users
target_channelsobject[]List of channel targets to send the message to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not