Proposal - HTML Document Querying (Independent Publisher)
When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector, a smooth certification experience, and your users are happy :)
If this is your first time submitting to GitHub and you need some help, please sign up for this session.
- [x] I attest that the connector doesn't exist on the Power Platform today. I've verified by checking the pull requests in GitHub and by searching for the connector on the platform or in the documentation.
- [ ] I attest that the connector works and I verified by deploying and testing all the operations.
- [ ] I attest that I have added detailed descriptions for all operations and parameters in the swagger file.
- [ ] I attest that I have added response schemas to my actions, unless the response schema is dynamic.
- [x] I validated the swagger file,
apiDefinition.swagger.json, by runningpaconn validatecommand. - [x] If this is a certified connector, I confirm that
apiProperties.jsonhas a valid brand color and doesn't use an invalid brand color,#007ee5or#ffffff. If this is an independent publisher connector, I confirm that I am not submitting a connector icon.
If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process:
- [x] I have named this PR after the pattern of "Connector Name (Independent Publisher)" ex: HubSpot Marketing (Independent Publisher)
- [ ] Within this PR markdown file, I have pasted screenshots that show: 3 unique operations (actions/triggers) working within a Flow. This can be in one flow or part of multiple flows. For each one of those flows, I have pasted in screenshots of the Flow succeeding.
- [ ] Within this PR markdown file, I have pasted in a screenshot from the Test operations section within the Custom Connector UI.
- [ ] If the connector uses OAuth, I have provided detailed steps on how to create an app in the readme.md.
Hi Remy, Please be aware of the limited namespaces allowed by Microsoft: https://learn.microsoft.com/en-us/connectors/custom-connectors/write-code#supported-namespaces
Hi Troy, I had that list interpreted as "these namespaces are imported globally". My code works as custom connector, including the required additional namespaces. So the list seems not be be exclusive... Do you know if the custom connector will be rejected because of this? Thanks for your support :)
Hi Remy, Previous connectors that have been submitted were rejected. However, with Build next week, you may have discovered an unannounced feature. @vmanoharas Can we get confirmation from the connector team?
Hello @remyblok, As @troystaylor mentioned namespaces are supported only mentioned in the url by him. Kindly update your script, it will reject during verification/deployment.
Hello @remyblok, As @troystaylor mentioned the namespaces are supported only mentioned in the url by him. Kindly update your script, it will reject during verification/deployment.
Hello @remyblok, any update on my previous comment? kindly update.
Hello @remyblok,
Only namespaces allowed mentioned in the url . Kindly update your script file and submit for review.