NAiOS IconNAiOS Logo
Volver al catálogo

Dailybot

dailybot

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

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • user_uuidstringObligatorio

    The UUID of the user to retrieve information for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Workflow by NameDAILYBOT_FIND_WORKFLOWAcción

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.

Parámetros de entrada

  • workflow_namestringObligatorio

    Name of the workflow to find

Parámetros de salida

  • dataobject

    Workflow data if found

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All UsersDAILYBOT_GET_USERSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Workflows ListDAILYBOT_GET_WORKFLOWSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • per_pageinteger

    Number of items per page

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Give Kudos to UsersDAILYBOT_GIVE_KUDOSAcción

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.

Parámetros de entrada

  • contentstringObligatorio

    The text content of the kudos message

  • receiversstring[]Obligatorio

    List of user UUIDs who will receive the kudos

  • by_dailybotboolean

    Whether to give kudos on behalf of DailyBot instead of the API key owner

  • is_anonymousboolean

    Whether to give the kudos anonymously

  • company_valuestring

    Optional company value to associate with the kudos

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send MessageDAILYBOT_SEND_MESSAGEAcción

This 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

  • messagestringObligatorio

    The content of the message to send. Supports markdown formatting.

  • image_urlstring

    URL 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_tokenstring

    Reserved 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not