Hi guys!. I have a quick question regarding the next steps for our upcoming node at Kommo. Can we, as a company that is planning to get the node verified, expect that after the publication and moderation of our package with the node, you will add our record with the client ID and client secret into Credential overwrites on your side? So that users who don’t have a self-hosted n8n instance (use the cloud version) will be able to connect to our public integration. Link to the article about Credential overwrites: https://docs.n8n.io/embed/configuration/#credential-overwrites Example of our record:
{
"kommoOAuth2Api": {
"clientId": "public_integration_client_id",
"clientSecret": "public_integration_client_secret"
}
}
Thanks in advance for clarifying.