Skip to content

Commit cd342b5

Browse files
committed
HTTP connector
1 parent d262c78 commit cd342b5

File tree

6 files changed

+56
-0
lines changed

6 files changed

+56
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Workflow HTTP connector
3+
description: This article describes how to use HTTP connector in Purview workflows
4+
author: nayenama
5+
ms.author: nayenama
6+
ms.service: purview
7+
ms.subservice: purview-workflows
8+
ms.topic: how-to #Required; leave this attribute/value as-is.
9+
ms.date: 09/30/2022
10+
ms.custom: template-how-to #Required; leave this attribute/value as-is.
11+
---
12+
13+
# Workflows HTTP connector
14+
15+
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
16+
17+
You can use [workflows](concept-workflow.md) to automate some business processes through Microsoft Purview. HTTP connector allows Purview workflows to integrate with external applications. HTTP connectors use Representational State Transfer (REST) architecture, which allows Purview workflows to interact directly with third party applications by using web requests.
18+
19+
HTTP connector is available in all workflow templates.
20+
21+
>[!NOTE]
22+
> To create or edit a workflow, you need the [workflow admin role](catalog-permissions.md) in Microsoft Purview. You can also contact the workflow admin in your collection, or reach out to your collection administrator, for permissions.
23+
24+
1. To add a HTTP connector, click on the '+' icon in the template where you want to add and select HTTP connector.
25+
26+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-connector.png" alt-text="Screenshot to add HTTP connector.":::
27+
28+
1. Once you select HTTP connector, you will see the following parameters.
29+
1. Host - Request URL you want to call when this connector is executed.
30+
1. Method - Select one of the following methods. GET, PUT, PATCH, POST and DELETE. These correspond to create, read, update and delete operations.
31+
1. Path - Optionally you can enter request URL Path. You can use dynamic content for this parameter.
32+
1. Headers - Optionally, you can enter HTTP headers. HTTP headers let the client and the server pass additional information with an HTTP request or response
33+
1. Queries - Optionally, you can pass queries.
34+
1. Body - Optionally, you can pass HTTP body while invoking the URL
35+
1. Authentication - HTTP connector is integrated with Purview credentials. Depending on the URL you may invoke the endpoint with None i.e., no authentication or you can use credentials to create a basic authentication. To learn more about credentials see here [Purview Credentials](manage-credentials.md)
36+
37+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-properties.png" alt-text="Screenshot to add HTTP connector properties.":::
38+
39+
1. By default, secure settings are turned on for HTTP connectors. To turn OFF secure inputs and outputs click on '...' to go to setting
40+
41+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-settings.png" alt-text="Screenshot to add HTTP connector settings.":::
42+
43+
1. You will be now presented with the settings for HTTP connector and you can turn secure inputs and outputs OFF.
44+
45+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-secure.png" alt-text="Screenshot to add HTTP connector secure input and outputs.":::
46+
47+
## Next steps
48+
49+
For more information about workflows, see these articles:
50+
51+
- [Workflows in Microsoft Purview](concept-workflow.md)
52+
- [Approval workflow for business terms](how-to-workflow-business-terms-approval.md)
53+
- [Manage workflow requests and approvals](how-to-workflow-manage-requests-approvals.md)
54+
233 KB
Loading
224 KB
Loading
211 KB
Loading
188 KB
Loading

articles/purview/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ items:
375375
href: how-to-workflow-manage-requests-approvals.md
376376
- name: Manage workflow runs
377377
href: how-to-workflow-manage-runs.md
378+
- name: Workflow HTTP connector
379+
href: how-to-use-workflow-http-connector.md
378380
- name: Manage Kafka notifications - .NET
379381
href: manage-kafka-dotnet.md
380382
- name: Disaster recovery

0 commit comments

Comments
 (0)