Skip to content

Conversation

@SagarCIS
Copy link

@SagarCIS SagarCIS commented Dec 17, 2025


When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make sure 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.

  • I attest that the connector doesn't already exist on the Power Platform today. I have verified by checking the pull requests in GitHub and searching for the connector on the platform and 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.
  • I validated the swagger file, apiDefinition.swagger.json, by running the paconn validate command.
  • As this is a certified connector, I confirm that apiProperties.json has a valid brand color and doesn't use an invalid brand color (#007ee5 or #ffffff).

If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process (Not applicable for this certified connector):

  • I have named this PR following the pattern "Connector Name (Independent Publisher)".
  • Within this PR markdown file, I have pasted screenshots that show 3 unique operations (actions/triggers) working within a Flow, with screenshots of the flows succeeding.
  • Within this PR markdown file, I have pasted 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.

SagarCIS and others added 5 commits June 16, 2025 18:36
Updated the description and links for the BoomApp Connect Connector.
Revise Readme for BoomApp Connect Connector
Function updates including push voice replies and Get inbound (add later)
@SagarCIS SagarCIS requested a review from a team as a code owner December 17, 2025 09:40
@SagarCIS
Copy link
Author

@microsoft-github-policy-service agree

@vmanoharas
Copy link
Contributor

Hi @SagarCIS,

Please fix the swagger validation errors.

2025-12-23T13:19:46.9524700Z ##[error]The parameter cannot define a schema as it is not in the 'body'. ValuePath: /paths/1trigger1v11get-inbound/get/parameters/4/schema
2025-12-23T13:19:46.9545041Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/0
2025-12-23T13:19:46.9546950Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/1
2025-12-23T13:19:46.9548292Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/2
2025-12-23T13:19:46.9549377Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/3
2025-12-23T13:19:46.9550436Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/4
2025-12-23T13:19:46.9551575Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/5
2025-12-23T13:19:46.9552826Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/6
2025-12-23T13:19:46.9553929Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_responses/get/parameters/7
2025-12-23T13:19:46.9555055Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v1
1get-inbound/get/parameters/1
2025-12-23T13:19:46.9556871Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v11get-inbound/get/parameters/2
2025-12-23T13:19:46.9558196Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v1
1get-inbound/get/parameters/3
2025-12-23T13:19:46.9560028Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v11get-inbound/get/parameters/4
2025-12-23T13:19:46.9561123Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v1
1get-inbound/get/parameters/5
2025-12-23T13:19:46.9562254Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v11get-inbound/get/parameters/6
2025-12-23T13:19:46.9563351Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v1
1get_all_new_drs/get/parameters/0
2025-12-23T13:19:46.9564415Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v11get_all_new_drs/get/parameters/1
2025-12-23T13:19:46.9566333Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v1
1get_all_new_drs/get/parameters/2
2025-12-23T13:19:46.9567980Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1trigger1v11get_all_new_drs/get/parameters/3
2025-12-23T13:19:46.9569502Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_all_new_drs/get/parameters/0
2025-12-23T13:19:46.9570938Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_all_new_drs/get/parameters/1
2025-12-23T13:19:46.9572180Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_all_new_drs/get/parameters/2
2025-12-23T13:19:46.9573741Z ##[error]The 'x-ms-summary' property is required. ValuePath: /paths/1v11get_all_new_drs/get/parameters/3
2025-12-23T13:19:46.9575447Z ##[error]The 'default' response should not have schema definition. Schemas should be defined on expected responses only. ValuePath: /paths/1v11get_responses/get/responses/default
2025-12-23T13:19:46.9578096Z ##[error]The 'default' response should not have schema definition. Schemas should be defined on expected responses only. ValuePath: /paths/1v11MaskTwoWay/post/responses/default
2025-12-23T13:19:46.9579904Z ##[error]The 'default' response should not have schema definition. Schemas should be defined on expected responses only. ValuePath: /paths/1trigger1v1
1get-inbound/get/responses/default
2025-12-23T13:19:46.9585442Z ##[error]The 'x-ms-connector-metadata' property is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants