Skip to content

Commit 17f5eea

Browse files
author
Qian Wen
committed
updating screenshots for power automate
1 parent f6017a1 commit 17f5eea

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

articles/marketplace/partner-center-portal/commercial-marketplace-lead-management-instructions-https.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,24 @@ If your customer relationship management (CRM) system isn't explicitly supported
2222

2323
1. Sign in, and select **My flows** in the menu.
2424

25-
1. Select **+ Automated--from blank**.
25+
![Sign in My flows](./media/commercial-marketplace-lead-management-instructions-https/my-flows-automated.png)
2626

27-
![My flows + Automated--from blank](./media/commercial-marketplace-lead-management-instructions-https/my-flows-automated.png)
27+
1. Under **+ New**, select **+ Instant—from blank**.
2828

29-
1. In the **Build an automated flow** window, select **Skip**.
29+
![My flows + Automated--from blank](./media/commercial-marketplace-lead-management-instructions-https/https-myflows-create-fromblank.png)
3030

31-
![Build an automated flow window Skip button](./media/commercial-marketplace-lead-management-instructions-https/build-automated-flow.png)
31+
1. Name your flow, and then under **Choose how to trigger this flow**, select **When a HTTP request is received**.
3232

33-
1. In the **Search connectors and triggers** field, enter **request** to find the request connector.
34-
1. Under **Triggers**, select **When a HTTP request is received**.
33+
![Build an automated flow window Skip button](./media/commercial-marketplace-lead-management-instructions-https/https-myflows-pick-request-trigger.png)
3534

36-
![Triggers menu](./media/commercial-marketplace-lead-management-instructions-https/request-connector.png)
35+
1. Click the flow step to expand it.
3736

38-
1. In the **When a HTTP request is received** window, copy and paste the following JSON schema into the **Request Body JSON Schema** text box. This schema is used by Microsoft to contain your lead data.
37+
![Expand the flow step](./media/commercial-marketplace-lead-management-instructions-https/expand-flow-step.png)
3938

40-
![Request Body JSON Schema text box](./media/commercial-marketplace-lead-management-instructions-https/https-request-received.png)
39+
1. Use one of the following methods to configure the **Request Body JSON Schema**:
40+
41+
- Copy the JSON schema into the **Request Body JSON Schema** text box.
42+
- Select **Use sample payload to generate schema**. In the **Enter or paste a sample JSON payload** text box, paste in the JSON example. Select **Done** to create the schema.
4143

4244
**JSON schema**
4345

@@ -98,6 +100,26 @@ If your customer relationship management (CRM) system isn't explicitly supported
98100
}
99101
```
100102

103+
**JSON example**
104+
105+
```json
106+
{
107+
"UserDetails": {
108+
"FirstName": "Some",
109+
"LastName": "One",
110+
"Email": "[email protected]",
111+
"Phone": "16175555555",
112+
"Country": "USA",
113+
"Company": "Contoso",
114+
"Title": "Esquire"
115+
},
116+
"LeadSource": "AzureMarketplace",
117+
"ActionCode": "INS",
118+
"OfferTitle": "Test Microsoft",
119+
"Description": "Test run through Power Automate"
120+
}
121+
```
122+
101123
>[!NOTE]
102124
>At this point in the configuration, you can select to either connect to a CRM system or configure an email notification. Follow the remaining instructions based on your choice.
103125

Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)