CatalogNative sync, automation, API and imports

Connect Edworking with the Tools your Team Already Uses

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.

  • Google Calendar and GitHub Native connections
  • Zapier and Pabbly No-code automation
  • GraphQL API Build your own
  • Six import sources One-time migration
Free plan to get started. API, Zapier and Pabbly need the Business plan.
Native integrations

Connections Built Directly into Edworking

You connect these once in your profile settings. They stay live without an automation platform in between.

Google Calendar

All plans

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.

Direction
Both ways
What it covers
Calendars, events, task deadlines
Set up in
Profile settings, Integrations
What this connection does
BehaviorSupported
View your selected Google calendars inside EdworkingYes
Include Edworking task deadlines in your calendar viewYes
Edit a Google Calendar event from inside EdworkingNot documented
Update an Edworking task by editing a Google Calendar eventNot 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.

Connect Google CalendarLast verified: August 2026
Google CalendarChoose which calendars appear in Edworking
Connected account
SCSarah ChenSarah Chensarah.chen@gmail.com
Available calendars
2 of 4 calendars shown

GitHub

All plans

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.

Direction
Into Edworking
What it covers
Issues, pull-request status, tasks
Set up in
Profile settings, Integrations

What you can configure

  • Install the Edworking GitHub App on selected repositories
  • Sync pull-request status back to the linked task
  • Link work automatically using an Edworking task ID
  • Create Edworking tasks from GitHub issues
  • Choose the default Edworking space for imported issues
  • Reconfigure or disconnect the installation at any time

Work is linked through an Edworking task ID. Commit-level linking and GitHub notification delivery are not part of the documented installation.

Install the GitHub AppLast verified: August 2026
GitHubEdworking GitHub App installed on 3 repositories
Sync behavior
Default space for imported issues
Automation platforms

Run Workflows Through Zapier or Pabbly Connect

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

Business

Zapier can both start a workflow from Edworking and write into it. Three triggers and three actions are published in the official Edworking listing.

Direction
Both ways
What it covers
Projects, tasks, messages, files
Set up in
Zapier editor
OperationType
New MessageTrigger
Get ProjectsTrigger
Get TasksTrigger
New TaskAction
New MessageAction
New FileAction

Get Projects and Get Tasks return lists rather than single new records, and your Zapier plan limits how often a workflow runs.

Open the Zapier listingLast verified: August 2026

Pabbly Connect

Business

Pabbly Connect can write into Edworking with four actions. It publishes no Edworking triggers, so a Pabbly workflow has to start somewhere else.

Direction
Into Edworking only
What it covers
Projects, tasks, messages
Set up in
Pabbly Connect workflow
OperationType
Create TaskAction
Create ProjectAction
Create New MessageAction
Get Private IDAction

No Edworking triggers are available, so Edworking cannot start a Pabbly workflow.

Open the Pabbly listingLast verified: August 2026
Developer API

One GraphQL Endpoint for Tasks, Files and Messages

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.

Endpoint
https://gateway.edworking.com/
Authentication
Bearer token in the Authorization header
Required plan
Business
Rate limits
Not published
Webhooks
Not available. Use Zapier triggers for event-driven work.
Last verified
August 2026

Object groups you can reach

  • Spaces and projects
  • Tasks and subtasks
  • Project states
  • Users and invitations
  • Files
  • Folders
  • Messages and chats
  • Notifications
  • Time entries
Read a list of tasks
curl https://gateway.edworking.com/ \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{"query": "{ getTasks(project: \"<PROJECT_ID>\") { id title deadline } }"}'
Create or update a task
mutation {
  setTask(project: "<PROJECT_ID>", title: "Draft the launch brief") {
    id
    title
    deadline
  }
}
Read the full API reference

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.

Import and migration

Move your Existing Projects in One Pass

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.

Import
Import assistant

Asana

ClickUp

Jira

Monday

Notion

Trello

SourceAccepted exportWhat comes acrossNot imported
AsanaCSV or XLSXTasks, subtasks, projects, status, due dates, tags and assigneesCustom fields, rules, forms, portfolios, dependencies and comment history
ClickUpCSVTasks, hierarchy, status, priorities, estimates, lists, tags and selected attachmentsAutomations, custom fields, dashboards, goals and dependency links
JiraCSVIssues, subtasks, status, priority, estimates, epics and commentsWorkflow rules, screens and schemes, sprints, custom field configuration and issue links
MondayXLSX or CSVTasks, boards, statuses, priorities, dates and ownersAutomations, integrations, formula and mirror columns, dashboards and board views
NotionExport ZIPTasks and docs, depending on which export type you chooseRelations and rollups, synced blocks, formulas, page permissions and embedded databases
TrelloCSVCards, boards, lists, labels, members and due datesPower-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.

Integration planning

Connect specialist tools without scattering the 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.

01

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.

02

Which apps should be integrated?

Connect calendar, repository, form, CRM, support, finance, or automation tools when they create events that need team action, review, or documentation.

03

When should a team consolidate instead?

Consolidate when teammates copy the same update across chat, docs, tasks, files, and meetings just to keep context visible.

04

How do integrations support tool-sprawl audits?

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.

Best integration candidates

  • Google Calendar events that need prep or follow-up
  • GitHub issues and pull requests that affect project delivery
  • Zapier or Pabbly automations that create repeatable team tasks
  • Specialist systems that remain the source of truth for one workflow

Better to consolidate

  • Chat channels used as task lists
  • Meeting notes that need manual follow-up elsewhere
  • Files passed around without owners or deadlines
  • Project updates copied into several tools for visibility

Connect your Stack, then Keep the Work Together

Start on the free plan, connect Google Calendar and GitHub, and move up to Business when you need the API or an automation platform.

No credit card required. Free guided migration from your current tool.

Explore More Resources

Discover guides, tools, and insights to help you succeed

Frequently Asked Questions

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.

One workspace. Flat team pricing. Start free today.

Get Started Now