Hi Everyone,
My company provides a SaaS application used by sales teams. We provide integrations which allow our customers to connect their sales CRMs to our tool. The integration provides two-way sync of their CRM accounts, contacts, leads, opportunities etc. from/to our product's internal CRM. They're just data integrations -- there's no need to build a custom UI in their CRM. Authentication with our customer's CRM is via OAuth2.
Now, we would like to add an integration for MS Dynamics Sales. But I'm finding it difficult to understand what we need to accomplish this. Typically (Hubspot, Pipedrive, Salesforce, etc) there's a way to create an /app/ for the platform, which simply represents the connection, defines OAuth scopes, etc. Is that true with MS Dynamics Sales as well? I see documentation on /Power Apps/, but these seem to be for building customer UIs within the MS Dynamics Sales platform, instead of just providing a data connection.
Our use-case is simple: We just need a REST API with which we can interact with a customer's MS Dynamics Sales CRM.
Can anyone point me in the right direction?