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:
- Go to Group settings → Integrations → Webhooks.
- Click Add webhook.
- Enter the target URL.
- Choose which events to subscribe to:
task.created/task.updated/task.completedmessage.sentmember.joined/member.leftevent.created(calendar)
- 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):
- Create a webhook integration in TASKTOGO as above.
- In Zapier/Make, create a new "Catch Hook" trigger and paste the URL.
- 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.