Integrations

Connect PlugIQ to the tools your team already uses.

PlugIQ plugs directly into your existing productivity suite — bringing approvals into the environments where your team already works, rather than forcing them to switch contexts.

Available Now

Live integrations

These integrations are fully supported across all paid plans today.

Google Workspace

Google Workspace

Active

Trigger approvals from Google Forms, receive notifications in Gmail, manage approvers via Google Directory, and store outputs in Drive.

Gmail
Approval notifications and action links delivered directly to inbox
Google Forms
Submit requests via Google Forms to trigger approval workflows
Google Drive
Attach Drive documents to requests; auto-store approved outputs
Google Sheets
Log workflow activity and approvals to connected Sheets
Google Directory
Sync your org chart and user directory for approver management
Google Calendar
Schedule reviews and send calendar invites from workflow steps
Microsoft 365

Microsoft 365

Active

Send approval requests via Outlook, surface workflows in Teams, sync users from Azure AD, and attach SharePoint documents to any request.

Outlook / Exchange
Approval notifications and one-click approve/reject directly in email
Microsoft Teams
Receive approval requests and take action without leaving Teams
SharePoint
Attach SharePoint documents and auto-file approved records
OneDrive
Link OneDrive files to workflow requests seamlessly
Azure Active Directory
Sync users, groups, and org structure from Azure AD
Power Automate
Trigger PlugIQ workflows from existing Power Automate flows
On the Roadmap

Coming soon

These integrations are in active development. Want to move one up the list? Let us know.

SAP
Oracle ERP
Salesforce
HubSpot
Slack
Microsoft Teams (native bot)
SeamlessHR
Workday
BambooHR

Want to vote for an integration or suggest one we haven't listed?  Tell us here →

API Access

Build your own integration with our REST API.

PlugIQ exposes a fully documented REST API so your engineering team can build any integration not yet available natively. Trigger workflows programmatically, push data in via webhooks, pull audit logs, and manage users — all from your own systems.

  • RESTful API with JSON responses
  • OAuth 2.0 authentication
  • Inbound and outbound webhooks
  • Rate-limited with clear error codes
  • Sandbox environment for testing
  • Full API reference documentation
View API docs →
# Trigger a workflow via API
POST /api/v1/workflows/trigger
Authorization: Bearer <token>
Content-Type: application/json
{
"workflow_id": "wf_invoice_approval",
"submitted_by": "user@company.com",
"data": {
"vendor": "Acme Ltd",
"amount": 2500000,
"currency": "NGN"
}
}
# Response: 201 Created
{"instance_id": "inst_a7f3c9",
"status": "pending"}

Can't find your tool? Talk to our team.

Whether it's a niche ERP, a local HRMS, or a custom internal system — we'll work with you to figure out the best way to connect it.

Contact us →