sim-setup 1.0.5-preview.60.1 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +60 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16060,6 +16060,66 @@ var init_integrations = __esm(() => {
|
|
|
16060
16060
|
integrationType: "databases",
|
|
16061
16061
|
tags: ["microsoft-365", "data-warehouse", "cloud"]
|
|
16062
16062
|
},
|
|
16063
|
+
{
|
|
16064
|
+
type: "microsoft_dynamics_365",
|
|
16065
|
+
slug: "microsoft-dynamics-365-crm",
|
|
16066
|
+
name: "Microsoft Dynamics 365 CRM",
|
|
16067
|
+
description: "Manage customers, sales pipelines, and support cases in Dynamics 365 CRM",
|
|
16068
|
+
longDescription: "Manage standard Microsoft Dynamics 365 CRM records through the Dataverse Web API. List, search, create, retrieve, and update accounts, contacts, leads, opportunities, and cases; assign records to users or teams; qualify leads; close opportunities; and resolve cases. Connect a separate Microsoft credential for each environment from this Dynamics integration page or from its workflow block; existing generic Dataverse credentials remain unchanged and are not automatically rebound. This version supports public-cloud Dynamics environments; national clouds require separate OAuth authorities. Dataverse Search must be enabled for search, and lifecycle actions require the corresponding Dynamics 365 app, security role, and record privileges.",
|
|
16069
|
+
bgColor: "#FFFFFF",
|
|
16070
|
+
iconName: "MicrosoftDataverseIcon",
|
|
16071
|
+
docsUrl: "https://docs.sim.ai/integrations/microsoft_dynamics_365",
|
|
16072
|
+
operations: [
|
|
16073
|
+
{
|
|
16074
|
+
name: "List Records",
|
|
16075
|
+
description: "Query supported standard Microsoft Dynamics 365 CRM records. Supports OData filtering, column selection, ordering, and one bounded page at a time."
|
|
16076
|
+
},
|
|
16077
|
+
{
|
|
16078
|
+
name: "Get Record",
|
|
16079
|
+
description: "Retrieve one supported standard Microsoft Dynamics 365 CRM record by its ID. Supports $select and $expand OData query options."
|
|
16080
|
+
},
|
|
16081
|
+
{
|
|
16082
|
+
name: "Create Record",
|
|
16083
|
+
description: "Create a new supported standard Microsoft Dynamics 365 CRM record using Dataverse logical column names."
|
|
16084
|
+
},
|
|
16085
|
+
{
|
|
16086
|
+
name: "Update Record",
|
|
16087
|
+
description: "Update an existing supported standard Microsoft Dynamics 365 CRM record. Only send the columns you want to change."
|
|
16088
|
+
},
|
|
16089
|
+
{
|
|
16090
|
+
name: "Search Records",
|
|
16091
|
+
description: "Perform a full-text relevance search across Microsoft Dataverse tables. Requires Dataverse Search to be enabled on the environment. Supports simple and Lucene query syntax."
|
|
16092
|
+
},
|
|
16093
|
+
{
|
|
16094
|
+
name: "List Owners",
|
|
16095
|
+
description: "Query supported standard Microsoft Dynamics 365 CRM records. Supports OData filtering, column selection, ordering, and one bounded page at a time."
|
|
16096
|
+
},
|
|
16097
|
+
{
|
|
16098
|
+
name: "Assign Record",
|
|
16099
|
+
description: "Update an existing supported standard Microsoft Dynamics 365 CRM record. Only send the columns you want to change."
|
|
16100
|
+
},
|
|
16101
|
+
{
|
|
16102
|
+
name: "Qualify Lead",
|
|
16103
|
+
description: "Qualify a Dynamics 365 Sales lead and optionally create linked account, contact, and opportunity records."
|
|
16104
|
+
},
|
|
16105
|
+
{
|
|
16106
|
+
name: "Close Opportunity",
|
|
16107
|
+
description: "Close a Dynamics 365 Sales opportunity as won or lost."
|
|
16108
|
+
},
|
|
16109
|
+
{
|
|
16110
|
+
name: "Close Case",
|
|
16111
|
+
description: "Resolve and close a Dynamics 365 Customer Service case."
|
|
16112
|
+
}
|
|
16113
|
+
],
|
|
16114
|
+
operationCount: 10,
|
|
16115
|
+
triggers: [],
|
|
16116
|
+
triggerCount: 0,
|
|
16117
|
+
authType: "oauth",
|
|
16118
|
+
oauthServiceId: "microsoft-dataverse",
|
|
16119
|
+
category: "tools",
|
|
16120
|
+
integrationType: "sales",
|
|
16121
|
+
tags: ["microsoft-365", "sales-engagement", "customer-support", "cloud"]
|
|
16122
|
+
},
|
|
16063
16123
|
{
|
|
16064
16124
|
type: "microsoft_excel_v2",
|
|
16065
16125
|
slug: "microsoft-excel",
|