Guru Connector
Quickly build integrations connecting your B2B SaaS to Guru.
About the Guru Connector
Manage cards, collections, and folders in the Guru knowledge management platform.
Actions
| Action Name | Action Description |
|---|---|
| Raw Request | Send raw HTTP request to Guru API |
| Who Am I | Get information about the current authenticated user |
| Search Cards | Search for cards and content in Guru |
| Get Card | Retrieve a specific card with extended information including teams and collaborators |
| Create Card | Create a new card in Guru |
| Update Card | Update an existing card in Guru |
| Delete Card | Delete a card from Guru |
| Verify Card | Mark a card as verified |
| Unverify Card | Remove verification from a card |
| List Card Verifiers | List the verifiers for a card |
| Get Card Folders | Get the folders that contain a specific card |
| List Collections | Retrieve a list of all collections accessible to the user |
| Get Collection | Retrieve details of a specific collection by ID |
| List Collection Group Access | Get details of all groups with access to a collection |
| List Folders | Retrieve a list of all folders |
| Get Folder | Retrieve details of a specific folder by ID |
| Create Folder | Create a new folder in a collection |
| Update Folder | Update an existing folder |
| Delete Folder | Delete a folder from Guru |
| Search Folders | Search for folders by title or description |
| Get Folder Items | Retrieve all items (cards and subfolders) in a specific folder |
| Get Team Analytics | Retrieve analytics data for the team |
| List Team Members | Retrieve a list of all team members |
| List User Groups | Returns all groups on the team |
| Add User Group Member | Add a user group member |
| Delete User Group Member | Remove a user from a user group |
| Create Webhook Subscription | Create a new webhook subscription to receive real-time Guru events |
| List Webhook Subscriptions | Retrieve all webhook subscriptions for the current user |
| Get Webhook Subscription | Retrieve details of a specific webhook subscription |
| Update Webhook Subscription | Update an existing webhook subscription settings |
| Delete Webhook Subscription | Delete a webhook subscription to stop receiving events |
| Delete All Webhook Subscriptions | Delete all webhook subscriptions for the current user (use with caution) |
| Test Webhook | Send a test event to a webhook subscription to verify it's working |
Triggers
| Trigger Name | Trigger Description |
|---|---|
| Webhook Events | Manages Guru webhook subscriptions for your instance. On instance deploy, this trigger creates a webhook subscription in Guru (or reuses an existing one with matching URL and events). On instance deletion, it removes the subscription. The trigger validates incoming webhook requests and handles all webhook lifecycle management automatically. |