Timely
timelyTimely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights
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ónTool to create a new webhook for the specified account. use after specifying the target url and event subscriptions. call only once per configuration.
TIMELY_CREATE_WEBHOOKAcciónTool 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
urlanyObligatoriouriThe HTTPS endpoint that will receive webhook payloads.
secretstringOptional secret token used to sign and verify webhook payloads.
subscriptionsstring[]ObligatorioList of event types to subscribe to for receiving notifications.
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
Retrieve an accountTIMELY_RETRIEVE_ACCOUNTAcciónTool 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"
TIMELY_RETRIEVE_ACCOUNTAcciónTool 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
idintegerObligatorioIdentifier of the account to retrieve
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