Open
Conversation
…nsumes - Move top-level consumes to per-operation (updateCard, createCard, archiveCard) - Set top-level consumes:[] to prevent PA test tab text/plain rejection - Add setheader policyTemplate to override Content-Type for archiveCard DELETE - All 13 operations tested and passing in PA environment
846ebbf to
b8128d2
Compare
Contributor
|
Hi @aaronmah, Thank you for submitting the connector. However, our Independent publisher connector certification process has been changed. Please follow the instructions from the below links and submit connector package. https://learn.microsoft.com/en-us/connectors/custom-connectors/certification-submission https://learn.microsoft.com/en-us/connectors/custom-connectors/certification-submission-ip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
apiDefinition.swagger.json, has been validated by runningpaconn validatecommand.apiProperties.jsonhas a valid brand color (#da3b01) and I am not submitting a connector icon (independent publisher connector).Guru ΓÇö Independent Publisher Connector
Overview
Guru is a knowledge management platform that helps teams capture, organize, and share verified information. This connector enables Power Automate users to search, create, update, and verify knowledge cards, browse collections and folders, and manage tag categories ΓÇö bringing team knowledge into automated workflows.
Publisher
Aaron Mah
Authentication
Basic Auth (email + API token). Users generate an API token from Guru → Manage → Apps & Integrations → API Access. Full setup instructions are in the Readme.
Operations (13 total)
Test Results
Known Issue: archiveCard ΓÇö PA Test Tab 415
The
archiveCardoperation shows red in the PA test tab only. This is a PA platform limitation: the test tab sends aContent-Type: application/jsonheader on DELETE requests, and Guru's API rejects this with HTTP 415. The operation works correctly via direct API (204), APIM gateway (204), and in actual flows. This does not affect end users.Test Tab ΓÇö All Operations
Screenshot: PA custom connector test tab showing 10 green checkmarks across all testable operations
Scenario Flows
Scenario 1: New Card Published → Teams Notification
Trigger → Search Cards → Get Card → Post to Teams. All 4 steps green.
Scenario 2: Create Card from Knowledge Suggestion
Trigger → List Collections → Create Card → Post to Teams. All 4 steps green.
Scenario 3: Weekly Verification Digest → Teams
Trigger → Search Unverified Cards → Post to Teams. All 3 steps green.