NAiOS IconNAiOS Logo
Volver al catálogo

Timely

timely

Timely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
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 (2)

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.

Create WebhookTIMELY_CREATE_WEBHOOKAcción

Tool to create a new webhook for the specified account. use after specifying the target url and event subscriptions. call only once per configuration.

Parámetros de entrada

  • urlanyObligatoriouri

    The HTTPS endpoint that will receive webhook payloads.

  • secretstring

    Optional secret token used to sign and verify webhook payloads.

  • subscriptionsstring[]Obligatorio

    List of event types to subscribe to for receiving notifications.

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

Retrieve an accountTIMELY_RETRIEVE_ACCOUNTAcción

Tool to retrieve details of a specific account by its id. use when you need to fetch fresh account info after confirming the id. example: "retrieve account details for account id 364"

Parámetros de entrada

  • idintegerObligatorio

    Identifier of the account to retrieve

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