Help Center / FAQ /
FAQ: Technical
Technical questions about integrations, supported platforms, and developer tools.
Is there an API?
Yes. There's a REST API you can use to read and write data in your workspace, including projects, tasks, invoices, contacts, and more. You'll need to generate an API key from your workspace settings. For full documentation, see API overview.
Can I connect to Zapier?
Yes. You can connect your workspace to Zapier using webhooks. This lets you trigger actions in other apps when something happens (e.g., a new task is created or an invoice is paid), or push data into your workspace from external tools. See Webhooks for setup instructions.
Does Plutio support SSO?
Yes. Single sign-on (SSO) is available for teams that need centralized authentication. You can configure it under Settings > Fundamentals. For setup instructions and supported providers, see SSO.
What browsers are supported?
The latest versions of Chrome, Firefox, Safari, and Edge are fully supported. For the best experience, use an up-to-date Chromium-based browser. Older browsers (like Internet Explorer) aren't supported.
Is there a mobile app?
Yes. There are native apps for both iOS and Android. You can manage tasks, conversations, time tracking, and more from your phone. Download from the App Store or Google Play. See Mobile for more.
How do webhooks work?
Webhooks send a real-time HTTP request to a URL you specify whenever a specific event occurs in your workspace. For example, you can receive a notification when an invoice is paid, a task is completed, or a contract is signed. You configure webhooks under Settings > Fundamentals. See Webhooks for details on available events and payload format.