Skip to content

Instantly share code, notes, and snippets.

function createProjectSpecialists(project_name){
var templateID = xxxx;
request({'url': 'https://www.toggl.com/api/v9/workspaces/xxx/projects', //URL to hit
'method': 'POST',
'headers': {
'Content-Type': 'application/json',
'Accept': 'application/json'
},
'auth': {