{"id":51018601,"url":"https://github.com/taskade/integrations","last_synced_at":"2026-06-21T14:01:17.835Z","repository":{"id":363650129,"uuid":"528742548","full_name":"taskade/integrations","owner":"taskade","description":"Taskade Integration Kit — the public source-of-truth for Taskade actions \u0026 triggers across Zapier, n8n, Activepieces, and any automation platform. Built on the Taskade public API.","archived":false,"fork":false,"pushed_at":"2026-06-21T09:11:08.000Z","size":396,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-06-21T10:22:04.035Z","etag":null,"topics":["actions","activepieces","ai-agents","ai-app-builder","api","api-integration","automation","genesis","integrations","make","n8n","no-code","openapi","pipedream","rest-api","taskade","triggers","vibe-coding","workflow-automation","zapier"],"latest_commit_sha":null,"homepage":"https://docs.taskade.com","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/taskade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-25T07:31:11.000Z","updated_at":"2026-06-21T09:12:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/taskade/integrations","commit_stats":null,"previous_names":["taskade/integrations"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/taskade/integrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Fintegrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Fintegrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Fintegrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Fintegrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskade","download_url":"https://codeload.github.com/taskade/integrations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Fintegrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34610832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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":["actions","activepieces","ai-agents","ai-app-builder","api","api-integration","automation","genesis","integrations","make","n8n","no-code","openapi","pipedream","rest-api","taskade","triggers","vibe-coding","workflow-automation","zapier"],"created_at":"2026-06-21T14:01:17.061Z","updated_at":"2026-06-21T14:01:17.830Z","avatar_url":"https://github.com/taskade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskade Integrations\n\nThe public source-of-truth for Taskade actions \u0026 triggers across automation platforms — starting with the official [Zapier integration](https://zapier.com/apps/taskade/integrations), built entirely on the [Taskade public API](https://docs.taskade.com/).\n\nBuilding a Taskade integration for another platform (n8n, Activepieces, Make, Pipedream, or your own)? Everything here runs against the documented public API — copy freely. Live OpenAPI specs:\n\n- v1 REST API: `https://www.taskade.com/api/v1` — [spec](https://www.taskade.com/api/documentation/v1/json)\n- v2 Action API: `https://www.taskade.com/api/v2` — [spec](https://www.taskade.com/api/documentation/v2/json)\n\n## Packages\n\n- [`packages/n8n-nodes-taskade`](packages/n8n-nodes-taskade) — official n8n community node for Taskade, built in this repo\n\n## Zapier app capabilities\n\n| Type | Key | What it does |\n|---|---|---|\n| Trigger | `task_due` | Fires when a task is due (instant/webhook) |\n| Action | `create_task` | Create a task — with due date, assignee; content \u003e 2000 chars auto-chunks into sibling tasks |\n| Action | `complete_task` | Mark a task complete, or reopen it |\n| Action | `update_task` | Update a task's content |\n| Action | `delete_task` | Delete a task |\n| Action | `move_task` | Reorder/reparent a task within a project |\n| Action | `create_project` | Create a project from Markdown |\n| Action | `create_project_from_template` | Create a project from a template |\n| Action | `run_agent` | Prompt a Taskade AI agent, get its response (v2 `promptAgent`) |\n| Action | `custom_api_call` | Authenticated request to any Taskade API endpoint |\n| Search | `find_task` | Find a task in a project by text |\n| Search | `find_project` | Find a project by name |\n\nHidden dropdown helpers (not user-facing): `get_all_spaces`, `get_all_projects`, `get_all_blocks`, `get_all_assignable_members`, `get_all_tasks`, `get_all_project_templates`.\n\nAuth: OAuth2 (`www.taskade.com/oauth2/*`). The API also supports [Personal Access Tokens](https://www.taskade.com/settings/api) (`Authorization: Bearer tskdp_…`) for other platforms.\n\n\u003e Note: the `task_due` trigger currently uses Taskade-internal webhook routes. A public webhook-subscription API (`POST /api/v2/subscribeWebhook`) is in progress — once live, event triggers become portable to any platform.\n\n## Development\n\nPrerequisites: Node ≥ 18, Yarn, [Zapier CLI](https://docs.zapier.com/platform/build-cli/overview#quick-setup-guide).\n\n```bash\nyarn install\nyarn build        # tsc -\u003e lib/\nyarn test         # builds, then validates the app against Zapier's official schema\n```\n\nThe test suite validates the full app definition with `zapier-platform-schema`'s `validateAppDefinition` — the same check `zapier validate` runs — so schema regressions fail in CI before they reach a deploy.\n\n### Release\n\n1. Bump `version` in `package.json`\n2. `yarn build \u0026\u0026 zapier build \u0026\u0026 zapier push`\n\nDeploying to the live Zapier app is a deliberate, manual step — never automatic on merge.\n\n### Logs\n\n```bash\nzapier logs\nzapier logs --type=console\nzapier logs --type=http --detailed\n```\n\n## Roadmap\n\n- Platform-agnostic operation manifest + per-platform codegen — the existing [n8n node](packages/n8n-nodes-taskade) and future targets (Activepieces, Make, Pipedream) rendered from one source\n- Portable event triggers once the public webhook-subscription API ships\n\nSee the [Zapier Integration Guide](https://help.taskade.com/en/articles/8958540-zapier-integration) for end-user docs.\n\n## Related repos\n\n- [Taskade Docs](https://github.com/taskade/docs) — source for [docs.taskade.com](https://docs.taskade.com)\n- [Taskade MCP](https://github.com/taskade/mcp) — official MCP server ([`@taskade/mcp-server`](https://www.npmjs.com/package/@taskade/mcp-server) on npm)\n- [Taskade](https://github.com/taskade/taskade) — platform home, including the Genesis AI app builder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskade%2Fintegrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskade%2Fintegrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskade%2Fintegrations/lists"}