Docs/Features/Integrations

    Integrations

    Connect Planino with your favorite tools.

    Available Integrations

    Planino integrates with popular tools:

    • Slack - Get notifications in your channels
    • GitHub - Link commits to tasks
    • Google Calendar - Sync deadlines
    • Zapier - Connect to 1000+ apps

    Setting Up Integrations

    Navigate to Settings > Integrations to connect your apps. Each integration has its own configuration options.

    javascript
    // Webhook example
    const webhook = {
      url: "https://your-app.com/webhook",
      events: ["task.created", "task.completed"],
      secret: "your-webhook-secret"
    };

    Was this page helpful?