You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configure lead management using an HTTPS endpoint
13
13
14
-
You can use an HTTPS endpoint to handle Azure Marketplace and AppSource leads. These leads can be written to that can be written to a Customer Relationship Management (CRM) system or sent out as an email notification. This article describes how to configure lead management using the [Microsoft Flow](https://powerapps.microsoft.com/automate-processes/) automation service.
14
+
You can use an HTTPS endpoint to handle Microsoft AppSource and Azure Marketplace leads. These leads can be written to a Customer Relationship Management (CRM) system or sent as an email notification. This article describes how to use the [Microsoft Power Automate](https://powerapps.microsoft.com/automate-processes/) automation service to configure lead management.
15
15
16
-
## Create a flow using Microsoft Flow
16
+
## Create a flow using Microsoft Power Automate
17
17
18
-
1. Open the [Flow](https://flow.microsoft.com/) webpage. Select **Sign in** or select **Sign up free** to create a free Flow account.
18
+
1. Open the [Power Automate](https://flow.microsoft.com/) webpage. Select **Sign in** or select **Sign up free** to create a free Flow account.
19
19
20
-
2. Sign in and select **My flows** on the menu bar.
20
+
1. Sign in and select **My flows** on the menu bar.
1. Under **+ New**, select **+ Instant—from blank**.
25
+
> [!div class="mx-imgBorder"]
26
+
> 
23
27
24
-
3. Select **+ Create from blank**.
28
+
1. Name your flow, and then under **Choose how to trigger this flow**, select **When a HTTP request is received**.
25
29
26
-

30
+
> [!div class="mx-imgBorder"]
31
+
> 
27
32
28
-
4. Select **Create from blank**.
33
+
1. Click the flow step to expand it.
29
34
30
-

35
+
> [!div class="mx-imgBorder"]
36
+
> 
31
37
32
-
5. In the **Search connectors and triggers** field, type "request" to find the Request connector.
33
-
6. Under **Triggers**, select **When a HTTP request is received**.
34
-
35
-

36
-
37
-
7. Use one of the following steps to configure the **Request Body JSON Schema**:
38
+
1. Use one of the following methods to configure the **Request Body JSON Schema**:
38
39
39
40
- Copy the [JSON schema](#json-schema) at the end of this article into the **Request Body JSON Schema** text box.
40
41
- Select **Use sample payload to generate schema**. In the **Enter or paste a sample JSON payload** text box, paste in the [JSON example](#json-example). Select **Done** to create the schema.
@@ -85,6 +86,7 @@ You can use an HTTPS endpoint to handle Azure Marketplace and AppSource leads. T
85
86

86
87
87
88
5. Select **Save** to finish your flow.
89
+
88
90
6. An HTTP POST URL is created in the request. Copy this URL and use it as the HTTPS endpoint.
89
91
90
92

@@ -95,7 +97,7 @@ When you configure the lead management information for your offer, select **HTTP
0 commit comments