{"id":17215434,"url":"https://github.com/pixtron/toggl-webhook","last_synced_at":"2026-05-04T02:37:34.063Z","repository":{"id":40503174,"uuid":"507580434","full_name":"pixtron/toggl-webhook","owner":"pixtron","description":"node.js wrapper for toggl webhook api v1","archived":false,"fork":false,"pushed_at":"2022-06-27T15:39:00.000Z","size":221,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T22:31:08.632Z","etag":null,"topics":["api","node","toggl","webhook"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/toggl-webhook","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixtron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-26T13:22:07.000Z","updated_at":"2025-04-22T13:51:54.000Z","dependencies_parsed_at":"2022-09-20T06:00:23.315Z","dependency_job_id":null,"html_url":"https://github.com/pixtron/toggl-webhook","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pixtron/toggl-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixtron%2Ftoggl-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixtron%2Ftoggl-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixtron%2Ftoggl-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixtron%2Ftoggl-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixtron","download_url":"https://codeload.github.com/pixtron/toggl-webhook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixtron%2Ftoggl-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","node","toggl","webhook"],"created_at":"2024-10-15T03:24:24.522Z","updated_at":"2026-05-04T02:37:34.042Z","avatar_url":"https://github.com/pixtron.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toggl-webhook\n\nThis module provides a wrapper for the [toggl track webhook api](https://developers.track.toggl.com/docs/webhooks_start).\n\n\n## Install\n\n```\nnpm install --save toggl-webhook\n```\n\n*Warning*: This package is native [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and does not provide a CommonJS export. If your project uses CommonJS, you'll have to [convert to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) or use the dynamic import() function. Please don't open issues for questions regarding CommonJS / ESM.\n\n\n## Usage\n\n```ts\nimport { TogglWebhookClient } from 'toggl-webhook';\n\nconst client = new TogglWebhookClient({\n  apiToken: 'XXX',\n  userAgent: 'bob@example.com'\n});\n\nconst subscription = await client.createSubscription({\n  workspace_id: 10000,\n  url_callback: 'https://example.com/hook',\n  event_filters: [{entity: 'project', action: 'create'}],\n  description: 'unique subscription description',\n  secret: 'shhhh',\n  enabled: true\n});\n```\n\n## API docs\n\nSee the [API docs](https://pixtron.github.io/toggl-webhook/).\n\n## Recieve and validate webhook events with express\n\n[toggl-webhook-express](https://www.npmjs.com/package/toggl-webhook-express) provides a middleware to validate incoming toggl webhook requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixtron%2Ftoggl-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixtron%2Ftoggl-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixtron%2Ftoggl-webhook/lists"}