Konnectify
Shortcut + Konnectify

Shortcut Integration with Konnectify

Create, list, update, delete, and monitor Shortcut product development work across epics, stories, files, iterations, projects, documents, and objectives with automated Konnectify workflows.

Epics Stories Files Iterations Documents Objectives Projects Repositories 16 Triggers 49 Actions
ON THIS PAGE

What is Shortcut?

Shortcut is a project management and product development platform built for software teams to plan, track, and collaborate on work through stories, epics, iterations, objectives, documents, files, and projects. It helps product, engineering, and operations teams keep delivery work connected from idea to release.

By integrating Shortcut with Konnectify, you can automate routine product operations, sync work items with other tools, create comments and checklist items, monitor updates, and build multi-step workflows without writing custom integration code.

New to Shortcut?

Create a Shortcut account to manage stories, epics, product planning, and team delivery workflows.

Visit Shortcut →

New to Konnectify?

Sign up for Konnectify to connect Shortcut with your CRM, support desk, databases, chat apps, and internal tools.

Sign up for Konnectify →

What you can automate

• Create and update Shortcut stories from external requests
• Monitor new or updated epics, objectives, and iterations
• Add comments and checklist items to stories and epics
• Upload, retrieve, list, and delete Shortcut files
• Sync projects, documents, and custom fields with other systems
• Retrieve member, repository, and work item details for reporting

API & Authentication

API Key authentication

The Shortcut connector uses an API token to authenticate requests. In Konnectify, enter your Shortcut API Token in the connection screen. The token is stored securely and used to authorize Shortcut API operations for your workflows.

The required credential field is API Token. You can typically create or manage API tokens from your Shortcut account settings.

Supported API capabilities

• Epics: create, list, get, update, delete, and comment
• Stories: create, list, get, update, delete, comments, and checklists
• Files: list, upload, get, and delete
• Iterations: create, list, get, update, and delete
• Documents and objectives: create, list, get, update, and delete where available
• Projects, custom fields, repositories, and members
Important: Shortcut API access, available endpoints, rate limits, and specific object permissions may depend on your Shortcut workspace plan, role, and API token permissions. If a workflow fails with a permissions or rate-limit response, review your Shortcut plan and token access.

Official API reference: Shortcut REST API documentation.

How to Connect Shortcut to Konnectify

Prerequisites

  • An active Shortcut workspace.
  • A Shortcut API token with access to the objects you want to automate.
  • A Konnectify account with permission to create or edit workflows.
  • Sample Shortcut records for testing triggers and actions.
1

Add Shortcut to a Workflow

  1. Open Konnectify and create a new workflow.
  2. Choose Shortcut as the trigger app or action app.
  3. Select the Shortcut event you want to automate.
2

Authorize via API Key authentication

  1. Click Connect or select an existing Shortcut connection.
  2. Paste your Shortcut API token into the API Token field.
  3. Save the connection to make it available in your workflow.
3

Configure the Trigger or Action

  1. Map required fields such as story ID, epic ID, project ID, comment ID, file data, or request body fields.
  2. Use dynamic fields from earlier steps to populate Shortcut records.
Tip: For update actions with dynamic request bodies, only map the fields you want to change. Required fields can vary depending on the Shortcut object and workspace configuration.
4

Test the Workflow

  1. Run a test to confirm Konnectify can retrieve or write Shortcut data.
  2. Review the output payload and verify mapped fields.
  3. Adjust filters, conditions, or field mappings if needed.
5

Activate the Workflow

  1. Turn on the workflow after a successful test.
  2. Monitor workflow runs from Konnectify to confirm ongoing Shortcut automation.

Triggers 16

Shortcut includes 16 polling triggers. Konnectify checks Shortcut on a schedule and emits matching records created or updated between the workflow cursor window.

Epics 2 triggers
New Epic

Polls Shortcut epics and emits records created between since and till.

New Or Updated Epic

Polls Shortcut epics and emits records updated between since and till.

Documents 2 triggers
New Documents

Polls Shortcut documents and emits records created between since and till.

Updated Documents

Polls Shortcut documents and emits records updated between since and till.

Files 2 triggers
New Files

Polls Shortcut files and emits records created between since and till.

New Or Updated Files

Polls Shortcut files and emits records updated between since and till.

Iterations 2 triggers
New Iterations

Polls Shortcut iterations and emits records created between since and till.

New Or Updated Iteration

Polls Shortcut iterations and emits records updated between since and till.

Projects 2 triggers
New Projects

Polls Shortcut projects and emits records created between since and till.

New Or Updated Projects

Polls Shortcut projects and emits records updated between since and till.

Stories 2 triggers
New Story

Polls Shortcut stories and emits records created between since and till.

New Or Updated Story

Polls Shortcut stories and emits records updated between since and till.

Repositories 2 triggers
New Repositories BETA

Polls Shortcut repositories and emits records created between since and till.

New Or Updated Repositories BETA

Polls Shortcut repositories and emits records updated between since and till.

Objectives 2 triggers
New Objective

Polls Shortcut objectives and emits records created between since and till.

New Or Updated Objectives

Polls Shortcut objectives and emits records updated between since and till.

Actions 49

Use Shortcut actions to create, retrieve, update, delete, upload, and list product development records in your workflows.

Epics9 actions
create epic

Creates a new epic in Shortcut.

list epics

Lists epics from Shortcut using pagination internally. No page/page token required from user.

get epic

Fetches a single epic from Shortcut.

update epic

Updates an epic in Shortcut using a dynamic request body.

delete epic

Deletes an epic in Shortcut.

create epic comment

Creates a new comment on an epic in Shortcut.

update epic comment

Updates an existing comment on an epic in Shortcut.

get epic comment

Fetches a specific comment from an epic in Shortcut.

delete epic comment

Deletes a specific comment from an epic in Shortcut.

Stories15 actions
create story

Creates a new story in Shortcut with a dynamic request body.

list stories

Lists stories from Shortcut and returns records, datafound, and cursor.

get story

Fetches a single story from Shortcut.

update story

Updates a story in Shortcut using a dynamic request body.

delete story

Deletes a story in Shortcut.

list story checklist items

Lists checklist items for a given story and returns records, datafound, and cursor.

create story checklist item

Adds a new checklist item to a story.

get story checklist item

Fetches one checklist item from a story.

update story checklist item

Updates a checklist item in a story.

delete story checklist item

Deletes a checklist item from a story.

list story comments

Lists comments for a given story and returns records, datafound, and cursor.

create story comment

Creates a new comment on a story in Shortcut.

get story comment

Fetches a specific comment from a story in Shortcut.

update story comment

Updates an existing comment on a story in Shortcut.

delete story comment

Deletes a specific comment from a story in Shortcut.

Files4 actions
list files

Lists files from Shortcut and returns records, datafound, and cursor.

upload file

Uploads a file to Shortcut using multipart/form-data from base64 input.

get file

Fetches a single file from Shortcut.

delete file

Deletes a file in Shortcut.

Iterations5 actions
list iterations

Lists iterations from Shortcut and returns records, datafound, and cursor.

create iteration

Creates a new iteration in Shortcut.

get iteration

Fetches a single iteration from Shortcut.

update iteration

Updates an iteration in Shortcut using a dynamic request body.

delete iteration

Deletes an iteration in Shortcut.

Documents3 actions
create document

Creates a new document in Shortcut.

list documents

Lists documents from Shortcut and returns records, datafound, and cursor.

get document

Fetches a single document from Shortcut.

Objectives5 actions
create objective

Creates a new objective in Shortcut.

list objectives

Lists objectives from Shortcut and returns records, datafound, and cursor.

get objective

Fetches a single objective from Shortcut.

update objective

Updates an objective in Shortcut using a dynamic request body.

delete objective

Deletes an objective in Shortcut.

Projects & Members6 actions
create project

Creates a new project in Shortcut.

list projects

Lists projects from Shortcut and returns records, datafound, and cursor.

get project

Fetches a single project from Shortcut.

update project

Updates a project in Shortcut using a dynamic request body.

delete project

Deletes a project in Shortcut.

get member

Fetches a single member from Shortcut.

Custom Fields2 actions
list custom fields

Lists custom fields from Shortcut and returns records, datafound, and cursor.

get custom field

Fetches a single custom field from Shortcut.

Popular Automations

Here are common ways teams use Shortcut with Konnectify to streamline product and engineering operations.

Notify teams when a new story is created

Trigger downstream notifications, tickets, or reporting when new Shortcut stories are added.

New Story get story create story comment

Keep epic updates documented

When an epic changes, fetch its latest details and add a standardized comment for audit or handoff notes.

New Or Updated Epic get epic create epic comment

Prepare checklist items for new work

Automatically add onboarding, QA, or release checklist items when a qualifying story is created.

New Story create story checklist item create story comment

Track planning updates across objectives and iterations

Monitor strategic planning objects and retrieve related Shortcut data for dashboards, alerts, or reports.

New Or Updated Objectives list iterations get objective

FAQ

How does Shortcut authentication work in Konnectify?
Shortcut uses API Key authentication in this connector. Enter your Shortcut API token when creating the connection in Konnectify, and Konnectify uses that token to authorize workflow requests.
Which Shortcut plans are supported?
Any Shortcut workspace that allows API token access can be connected. Specific endpoints or object permissions may depend on your Shortcut plan, workspace configuration, and member role.
How do Shortcut triggers work?
All Shortcut triggers in this connector are polling triggers. Konnectify checks Shortcut at scheduled intervals and emits records created or updated between the previous and current cursor window.
How can I prevent duplicate Shortcut records?
This Shortcut connector does not include dedicated upsert actions. To avoid duplicates, use list or get actions to check for an existing story, epic, project, objective, or other record before running a create action.
How are Shortcut API rate limits handled?
If Shortcut returns a rate-limit response, reduce workflow frequency, limit unnecessary list calls, and review workflow run volume. Konnectify workflow logs can help identify the step receiving rate-limit errors.
Can I connect multiple Shortcut accounts or workspaces?
Yes. Create separate Shortcut connections in Konnectify using different API tokens. Name each connection clearly so workflow builders can choose the correct workspace or account.
Can I automate Shortcut story checklists and comments?
Yes. This integration includes actions to list, create, get, update, and delete story checklist items, as well as actions to list, create, get, update, and delete story comments. Epic comment actions are also supported.

Ready to automate your Shortcut workflows?

Connect Shortcut to Konnectify and automate product, engineering, and project management workflows in minutes.

Get started free →

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article