Dynamics 365 Sales
Overview
Category: crm
Supaglue uses the Microsoft Dynamics 365 v9.2 API.
Feature | Available |
---|---|
Authentication (oauth2 ) | Yes |
Managed syncs | Yes |
Sync strategies | (listed below) |
Unified API | Yes |
Data invalidation | Yes |
Real-time events | No |
Passthrough API | Yes |
Supported common objects:
Object | Soft delete supported | Sync strategy |
---|---|---|
Account | Yes | Full or Incremental |
Contact | Yes | Full or Incremental |
Lead | Yes | Full or Incremental |
Opportunity | Yes | Full or Incremental |
User | Yes | Full or Incremental |
Supported standard objects:
Use the logical name (i.e. mailbox
) when specifying standard entities to sync.
Syncs are Full or Incremental, and soft deletes are not supported.
Supported custom objects:
The custom object must be defined in the new Power Apps interface with the default publisher. When specifying a custom entity you'd like to sync, omit the prefix added by the Power Apps default publisher and use the singular noun. For instance, if your custom entity's table's logical name is c80e_customobject
, you would specify customobject
as the object name.
Syncs are Full or Incremental, and soft deletes are not supported.
Provider setup
To connect to your customers' Microsoft Dynamics 365 Sales instances, you'll need to update the redirect URL to point to Supaglue, enable API permissions, and fetch the API access credentials in your Azure account.
Add Redirect URL to your Azure app
Supaglue provides a redirect URL to send information to your app. To add the redirect URL to your HubSpot app:
Login to your Azure console: https://portal.azure.com/
Navigate to Active Directory and find your application under "App registrations" from the left menu, in the "All applications" tab.
Choose "Authentication" from the left menu, then under "Redirect URIs", click "Add URI" and paste Supaglue's redirect URL:
https://api.supaglue.io/oauth/callback
Click Save to update your changes.
Enable API permissions
Go to API permissions from the left menu.
Click "Add a permission" and select Dynamics 365.
Under permissions, check the box for
user_impersonation
.
Fetch Azure App credentials
Copy the Consumer Key, Consumer Secret, and paste them into the Microsoft Dynamics 365 Sales configuration form in the management portal.
Copy the "Client ID" and "Client secret" values into the Supaglue Management Portal.