Overview of Dynamics 365 Sales Connector
mainThe Dynamics 365 Sales connector uses the Microsoft Dynamics 365 v9.2 API. It supports OAuth2 authentication, managed syncs, a Unified API, data invalidation, and a Passthrough API. It does not support real-time events.
Supported Objects
Common Objects
These objects support both Full and Incremental sync strategies, as well as soft deletes:
AccountContactLeadOpportunityUser
Standard Objects
When specifying standard entities to sync, use their logical name (e.g., mailbox). Syncs are Full or Incremental, but soft deletes are not supported.
Custom Objects
Custom objects must be defined in the Power Apps interface with the default publisher. When specifying a custom entity, omit the publisher prefix and use the singular noun.
Example: If the logical name is c80e_customobject, specify customobject as the object name. Syncs are Full or Incremental, but soft deletes are not supported.