Skip to content

Commit 971dd43

Browse files
authored
Merge pull request #31 from microsoft/dev
merge from powerplatform
2 parents aa1aa78 + 63ef7fa commit 971dd43

File tree

8 files changed

+1504
-201
lines changed

8 files changed

+1504
-201
lines changed

certified-connectors/Insiders Cloud/apiProperties.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"iconBrandColor": "#EF811D",
66
"publisher": "Insiders Technologies GmbH",
77
"stackOwner": "Insiders Technologies GmbH",
8-
"scriptOperations": [ ],
9-
"policyTemplateInstances": [ ]
8+
"policyTemplateInstances": []
109
}
1110
}

certified-connectors/MoreApp Forms/apiDefinition.swagger.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,15 @@
9494
"properties": {
9595
"data": {
9696
"type": "object",
97-
"properties": {},
98-
"description": "Form data"
97+
"x-ms-dynamic-schema": {
98+
"operationId": "GetFormVersion",
99+
"value-path": "schema",
100+
"parameters": {
101+
"formId": {
102+
"parameter": "formId"
103+
}
104+
}
105+
}
99106
},
100107
"meta": {
101108
"type": "object",
@@ -228,6 +235,19 @@
228235
"operationId": "NewSubmission",
229236
"x-ms-trigger": "single",
230237
"parameters": [
238+
{
239+
"name": "formId",
240+
"description": "Form",
241+
"in": "header",
242+
"required": false,
243+
"type": "string",
244+
"x-ms-summary": "Form",
245+
"x-ms-dynamic-values": {
246+
"operationId": "ListForms",
247+
"value-path": "id",
248+
"value-title": "meta/name"
249+
}
250+
},
231251
{
232252
"name": "body",
233253
"in": "body",
@@ -337,6 +357,19 @@
337357
"operationId": "TaskFulfilled",
338358
"x-ms-trigger": "single",
339359
"parameters": [
360+
{
361+
"name": "formId",
362+
"description": "Form",
363+
"in": "header",
364+
"required": false,
365+
"type": "string",
366+
"x-ms-summary": "Form",
367+
"x-ms-dynamic-values": {
368+
"operationId": "ListForms",
369+
"value-path": "id",
370+
"value-title": "meta/name"
371+
}
372+
},
340373
{
341374
"name": "body",
342375
"in": "body",
@@ -564,7 +597,7 @@
564597
}
565598
}
566599
},
567-
"summary": "Download File",
600+
"summary": "Download file",
568601
"description": "Downloads a file.",
569602
"operationId": "DownloadFile",
570603
"parameters": [
@@ -589,7 +622,7 @@
589622
}
590623
}
591624
},
592-
"summary": "Download Report",
625+
"summary": "Download report",
593626
"operationId": "DownloadReport",
594627
"parameters": [
595628
{
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Seismic for Copilot for Sales Connector
2+
3+
**Seismic for Copilot for Sales Connector** enhances the existing capabilities in Copilot for Sales by bringing data from Seismic into the Copilot experience. It improves the sales team's workflow by seamlessly integrating relevant content from Seismic directly into their Copilot for Sales workflow, helping organizations streamline and optimize their sales process.
4+
5+
## Publisher: Seismic
6+
7+
## Prerequisites
8+
- You must have a **Premium** or **Business** user account in the Seismic tenant.
9+
- The **Seismic Sales Copilot** application must be installed and configured in the Seismic tenant. To install, see https://exchange.seismic.com/apps/seismic/microsoft-copilot-for-sales/
10+
- A **Copilot for Sales** license must be purchased from Microsoft, and the Copilot for Sales apps must be installed and set up in Outlook.
11+
12+
## Background
13+
Learn more: [Microsoft Copilot for Sales Introduction](https://learn.microsoft.com/en-us/Viva/sales/introduction)
14+
15+
**Microsoft Copilot for Sales** is a seller experience application that uses Microsoft 365 and Microsoft Teams to automatically capture data from any CRM system. This eliminates manual data entry and gives sellers more time to focus on selling.
16+
17+
Out of the box, Seismic for Copilot for Sales connects to customer relationship management (CRM) systems such as Salesforce Sales Cloud and Dynamics 365 Sales.
18+
19+
However, sales processes extend beyond CRM. Sales teams often rely on specialized applications for account planning, prospecting, revenue intelligence, quoting, eSignature, and more. Customers and makers of sales applications can now bring data and insights from any of their applications into the Copilot for Sales experience.
20+
21+
**Seismic for Copilot for Sales** integrates with Copilot for Sales to provide recommendations based on contextual information from the seller's workflow in Outlook.
22+
23+
## Supported Operations
24+
25+
Currently, Seismic for Copilot for Sales Connector extends the following capabilities of Copilot for Sales (more capabilities coming soon - [Learn more here](https://seismic.com/blog/seismic-and-microsoft-copilot-for-sales-integration/)):
26+
27+
### Opportunity Summary
28+
[Enrich CRM record summaries with insights](https://learn.microsoft.com/en-us/microsoft-sales-copilot/extend-record-summary)
29+
30+
### Record Details
31+
[Enrich CRM record details with insights](https://learn.microsoft.com/en-us/microsoft-sales-copilot/extend-record-details)
32+
33+
## Obtaining Credentials
34+
Seismic for Copilot for Sales Connector uses OAuth 2.0 for authentication.
35+
Use your Seismic tenant credentials to create connection.
36+
37+
## Known Issues and Limitations
38+
No known issues or limitations.
39+
40+
## Deployment Instructions
41+
Please follow the instructions in [Create a custom connector from an OpenAPI definition](https://learn.microsoft.com/en-us/connectors/custom-connectors/define-openapi-definition).

0 commit comments

Comments
 (0)