Path: blob/master/Clockify/Clockify_Add_a_new_client.ipynb
2973 views
Kernel: Python 3
Clockify - Add a new client
Tags: #clockify #client #create #api #rest #documentation
Author: Florent Ravenel
Last update: 2023-05-16 (Created: 2023-05-16)
Description: This notebook will show how to add a new client using Clockify API from a specific workspace.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key
: Get your API keyworkspace_id
: ID of the workspaceclient_data
: Data of the client to be added
In [ ]:
Model
Create new client
This function will create a new client using Clockify API.
In [ ]:
Output
Display result
In [ ]: