What should stay in Edworking?
Tasks, deadlines, docs, meeting notes, files, approvals, and decision follow-up should stay in Edworking so every connected signal has an owner and next step.
Sync calendars and development work, automate processes with Zapier or Pabbly, build custom workflows with the GraphQL API, or import projects from your current platform.
Each type behaves differently. Native connections stay live, automations run per event, the API is yours to build on, and imports move data once.
Continuous connections built directly into Edworking.
Google Calendar, GitHub
See native integrationsWorkflows that run through an automation platform on each event.
Zapier, Pabbly Connect
See triggers and actionsRead, create and update workspace data programmatically.
GraphQL
See the API previewOne-time migration from your current project tool.
Asana, ClickUp, Jira, Monday, Notion, Trello
See import coverageYou connect these once in your profile settings. They stay live without an automation platform in between.
Connect one or more Google accounts, choose which of their calendars appear inside Edworking, and turn on the Edworking Tasks calendar so deadlines show up alongside your meetings.
| Behavior | Supported |
|---|---|
| View your selected Google calendars inside Edworking | Yes |
| Include Edworking task deadlines in your calendar view | Yes |
| Edit a Google Calendar event from inside Edworking | Not documented |
| Update an Edworking task by editing a Google Calendar event | Not documented |
Two rows are still being confirmed with engineering. Until they are published, plan around the two behaviors marked Yes.
Editing events across the two systems is not documented. Treat the connection as calendar visibility, not event management.
Install the Edworking GitHub App on the repositories you choose, then pull issues into a default space and keep pull-request status visible next to the task it belongs to.
What you can configure
Work is linked through an Edworking task ID. Commit-level linking and GitHub notification delivery are not part of the documented installation.
Both platforms connect Edworking to their own app catalogs, but their Edworking coverage is not the same. Zapier can start a workflow from Edworking. Pabbly currently only writes into it.
Zapier can both start a workflow from Edworking and write into it. Three triggers and three actions are published in the official Edworking listing.
| Operation | Type | Notes |
|---|---|---|
| New Message | Trigger | Fires on a new message in a task, space or private chat |
| Get Projects | Trigger | Returns the list of spaces and projects on your account |
| Get Tasks | Trigger | Returns the tasks on your account |
| New Task | Action | Needs a space, title, description and project state |
| New Message | Action | Needs message content and a chat destination |
| New File | Action | Uploads a file from a URL to a space or task |
Get Projects and Get Tasks return lists rather than single new records, and your Zapier plan limits how often a workflow runs.
Pabbly Connect can write into Edworking with four actions. It publishes no Edworking triggers, so a Pabbly workflow has to start somewhere else.
| Operation | Type | Notes |
|---|---|---|
| Create Task | Action | Creates a task in an Edworking space |
| Create Project | Action | Creates a new space or project |
| Create New Message | Action | Posts a message into a chat |
| Get Private ID | Action | Returns a private chat ID for use later in the workflow |
No Edworking triggers are available, so Edworking cannot start a Pabbly workflow.
Each one opens the partner page where the trigger and action are published.
If the native connections and automation platforms do not cover your workflow, build it yourself. Here is enough detail to decide whether a deeper evaluation is worth your time.
Object groups you can reach
curl https://gateway.edworking.com/ \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{"query": "{ getTasks(project: \"<PROJECT_ID>\") { id title deadline } }"}'mutation {
setTask(project: "<PROJECT_ID>", title: "Draft the launch brief") {
id
title
deadline
}
}The complete schema, every argument and a query playground live in the API reference. This page only covers what you need to scope the work.
The import assistant is already in your workspace. Pick a source, drop in the export, and Edworking creates a copy of your projects. Nothing keeps syncing afterwards, so plan it as a cutover.
Asana
ClickUp
Jira
Monday
Notion
Trello
| Source | Accepted export | What comes across | Not imported |
|---|---|---|---|
| Asana | CSV or XLSX | Tasks, subtasks, projects, status, due dates, tags and assignees | Custom fields, rules, forms, portfolios, dependencies and comment history |
| ClickUp | CSV | Tasks, hierarchy, status, priorities, estimates, lists, tags and selected attachments | Automations, custom fields, dashboards, goals and dependency links |
| Jira | CSV | Issues, subtasks, status, priority, estimates, epics and comments | Workflow rules, screens and schemes, sprints, custom field configuration and issue links |
| Monday | XLSX or CSV | Tasks, boards, statuses, priorities, dates and owners | Automations, integrations, formula and mirror columns, dashboards and board views |
| Notion | Export ZIP | Tasks and docs, depending on which export type you choose | Relations and rollups, synced blocks, formulas, page permissions and embedded databases |
| Trello | CSV | Cards, boards, lists, labels, members and due dates | Power-Ups, automations, checklists, card comments and attachments |
The assistant shows the export steps for the source you pick. Attachments only travel with ClickUp exports, unmatched assignees arrive unassigned, and your data in the original tool is never touched. Import into an empty space so a second run cannot merge into existing work.
Use Edworking integrations when an outside app still matters, but keep ownership, decisions, files, and follow-up in the workspace where the team actually executes.
Tasks, deadlines, docs, meeting notes, files, approvals, and decision follow-up should stay in Edworking so every connected signal has an owner and next step.
Connect calendar, repository, form, CRM, support, finance, or automation tools when they create events that need team action, review, or documentation.
Consolidate when teammates copy the same update across chat, docs, tasks, files, and meetings just to keep context visible.
Start by connecting the tools that must remain, then replace duplicate chat, meeting, task, and file handoff tools once the daily workflow is visible in one place.
Start on the free plan, connect Google Calendar and GitHub, and move up to Business when you need the API or an automation platform.
Discover guides, tools, and insights to help you succeed
A native integration is built into Edworking and stays connected, so Google Calendar and GitHub keep reflecting changes after setup. An automation runs on Zapier or Pabbly Connect and fires once per event, so you pay that platform and it sits between the two apps. An import is a one-time file transfer from a tool such as Asana or Jira, and nothing keeps syncing once it finishes.
Google Calendar and GitHub are available on all plans. The GraphQL API, Zapier and Pabbly Connect require the Business plan. The import assistant is available on every plan, including the free one.
It works in both directions for visibility. You can see your selected Google calendars inside Edworking, and Edworking task deadlines can appear in your calendar view. Editing an event in one system and having that edit apply in the other is not documented, so do not plan around it.
You install the Edworking GitHub App on the repositories you choose. From there you can create Edworking tasks from GitHub issues, pick the default space those issues land in, keep pull-request status visible on the linked task, and link work automatically using an Edworking task ID. You can reconfigure or disconnect the installation at any time.
No. Zapier publishes three triggers, New Message, Get Projects and Get Tasks, plus three actions, New Task, New Message and New File. Pabbly Connect publishes four actions, Create Task, Create Project, Create New Message and Get Private ID, and no triggers. That means a Pabbly workflow cannot start from something happening in Edworking.
The GraphQL API is a single endpoint at https://gateway.edworking.com/ authenticated with a Bearer token. It covers spaces and projects, tasks, project states, users, files, folders, messages, notifications and time entries. Rate limits are not published and webhooks are not available, so event-driven workflows should go through Zapier.
Asana, ClickUp, Jira, Monday, Notion and Trello. The import assistant in your workspace shows the export steps for the source you pick, then walks you through uploading the file, reviewing what it found and confirming the import. Tasks, hierarchy, status, dates and assignee names move across. Automations, custom field configuration and most attachments do not.
Yes. You can run the import yourself from the assistant in your workspace, and if you would rather not, our team will run it with you at no cost and confirm the result before you retire the old tool.