Timely

Learn how to use Timely with Composio

Overview

Enum

TIMELY

Description

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

Authentication Details

client_id
stringRequired
client_secret
stringRequired
base_url
stringRequired
oauth_redirect_uri
string
scopes
string
access_token
string
account_id
stringRequired

Actions

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

Action Parameters

secret
string
subscriptions
arrayRequired
url
Required

Action Response

data
object
error
string
successful
boolean
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"

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean