New API | Oauth and extra params

Hello. I am testing windmill for syncing changes between a WooCommerce shop and an ERP. I can't find this ERP in the list of resource types, so to handle oauth, request/refresh token, etc.. do I just submit a PR with endpoins and scopes added to
oauth_connect.json
? Also the ERP is using
grant_type: client_credentials
with an extra mandatory field
tenant_id
. Not sure how to go about setting this up, hoping for some guidance.
Was this page helpful?