Integrations
Integration Wrk Actions connect your Wrkflow to third-party applications through Wrk Connectors — the fastest and most reliable way to move data between systems when an API is available.
What it is
Each integration maps to a specific operation in an external app (create a Slack message, update a HubSpot contact, retrieve a Google Sheet row). Wrk handles authentication through connected accounts so Wrk Actions run without signing in again.
Good for
- Syncing data between SaaS tools (CRM, project management, messaging, storage)
- Triggering actions in external systems based on Wrkflow logic
- Reading or writing records in apps with stable, documented APIs
- High-volume automation where speed and maintainability matter
What it does
- Calls app-specific APIs with pre-built Wrk Actions for 270+ integrations
- Supports OAuth2, API key, and other auth methods through Connectors
- Returns structured outputs you pass to downstream Wrk Actions via the Data library
- Covers common operations (create, retrieve, update, delete) plus app-specific actions
Go deeper
Tutorials
Reference
- Integrations reference — browse all integrations A–Z
- Asana application overview — example of deeper setup guides for select apps
How-to
Related concepts
- RPA vs API — prefer Integrations when an API exists
- Core concepts — Connector and connected account