Admin

Integrations

Connect TASKTOGO to Google Calendar, Slack, webhooks, and other services.

Integrations — connect TASKTOGO to other tools

TASKTOGO can connect to your existing tools via webhooks and the integrations framework.

Available integrations

Webhooks (outbound)

Send real-time event notifications to any URL when something happens in TASKTOGO.

Set up a webhook:

  1. Go to Group settings → Integrations → Webhooks.
  2. Click Add webhook.
  3. Enter the target URL.
  4. Choose which events to subscribe to:
    • task.created / task.updated / task.completed
    • message.sent
    • member.joined / member.left
    • event.created (calendar)
  5. Click Save.

TASKTOGO sends an HTTP POST to your URL with a JSON payload for each event. Failed deliveries are retried up to 3 times with exponential backoff.

Calendar sync (iCal)

Export your group calendar as a read-only iCal feed that syncs with Google Calendar, Apple Calendar, and Outlook. See Calendar events.

Zapier / Make

Use our webhook support to connect TASKTOGO to 5,000+ apps through Zapier or Make (formerly Integromat):

  1. Create a webhook integration in TASKTOGO as above.
  2. In Zapier/Make, create a new "Catch Hook" trigger and paste the URL.
  3. Build your automation.

Coming soon

We're working on native integrations with:

  • Slack — post TASKTOGO notifications to Slack channels.
  • Microsoft Teams — same.
  • GitHub — link tasks to pull requests and branches.
  • Jira — bidirectional task sync.
  • Google Workspace / Microsoft 365 — single sign-on and calendar bidirectional sync.

Vote for integrations on our public roadmap.

API access

The TASKTOGO API allows programmatic access to all features. API documentation is coming soon. Contact api@tasktogo.com for early access.

Was this helpful?