Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taskade/integrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: taskade/integrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/full-api-capabilities
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 21 files changed
  • 1 contributor

Commits on Jul 1, 2026

  1. feat: Full public-API capabilities — 5 instant triggers + 13 actions …

    …(Zapier 1.2.0), n8n trigger node (0.2.0)
    
    TRIGGERS (public webhook API, live since v6.188): new_comment, task_assigned,
    new_project, project_assigned, project_joined — one factory over
    POST /api/v2/subscribeWebhook|unsubscribeWebhook with exact server packet
    shapes. Legacy task_due untouched.
    
    ACTIONS: AI-agent lifecycle (create/generate/update, add knowledge, publish),
    project ops (complete/restore, copy, share link), task extras (set date,
    assign, note, custom field), and Trigger Taskade Automation (POST to a flow's
    inbound webhook URL — Taskade's documented integration pattern).
    
    n8n: TaskadeTrigger node — the package's first trigger, 6 events via the
    public subscription lifecycle; robust delete() clears local hook state even
    when the server hook is already gone.
    
    Pre-PR review applied 8 fixes: implicit-now date guard, share-link viewUrl
    mapping, custom-field label path (data.displayName), trigger delete
    resilience, automation-webhook failure surfacing, Infinity coercion guard,
    assignee empty-string filter, conditional-field pre-flight errors.
    johnxie committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    78678b2 View commit details
    Browse the repository at this point in the history
Loading