Dynamics 365
Discover more about the Dynamics 365 connector and how to use it on the Digibee Integration Platform.
The Dynamics 365 connector enables integrations with Microsoft Dynamics 365. It allows you to query, create, update, or delete data stored in Dataverse, the database used by Dynamics 365.
Parameters
Configure the connector using the parameters below. Fields that support Double Braces expressions are marked in the Supports DB column.
Alias
Name (alias) for this connector’s output, allowing you to reference it later in the flow using Double Braces expressions. Learn more.
String
✅
dynamics-1
Fail on Error
If enabled, interrupts the pipeline execution when an error occurs. If disabled, execution continues, but the "success" property will be set to false.
Boolean
❌
N/A
BaseURL
URL of the Dynamics 365 instance.
String
✅
https://org10ac0015.crm2.dynamics.com
Dynamics Azure Account
Account that contains Azure AD credentials for Dynamics 365. Supported type: Azure Key.
Account
❌
N/A
API Version
Version of the Dynamics 365 Web API to use.
String
✅
9.2
HTTP Method
HTTP method for the Dynamics 365 request. Supported method: GET.
Select
❌
GET
Entity Name
Entity to interact with in Dynamics 365 (for example, account or contact). Depending on the method and entity, additional configuration fields may appear. Displayed only after successful authentication.
Select
❌
N/A
Request timeout (seconds)
Maximum timeout for HTTP requests to the Dynamics 365 API.
Integer
❌
30
Documentation
Optional field to describe the connector configuration and any relevant business rules.
String
❌
N/A
Parameters additional information
GET requests
GET requestsWhen performing GET requests, the connector supports two query modes:
OData: Enables straightforward data retrieval using URL-based queries.
FetchXML: Allows advanced data retrieval through an XML-based query language similar to SQL.
These query modes are unavailable when the Entity ID parameter is provided.
Last updated
Was this helpful?