Timely

Learn how to use Timely with Composio

Overview

SLUG

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
full
stringDefaults to https://api.timelyapp.comRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
string
bearer_token
string
subdomain
stringRequired

Tools

SLUG: TIMELY_CREATE_WEBHOOK

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
objectRequired
error
string
successful
booleanRequired

SLUG: TIMELY_RETRIEVE_ACCOUNT

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
objectRequired
error
string
successful
booleanRequired