Skip to content

Commit a6d4053

Browse files
authored
Edits per feedback
1 parent e17420b commit a6d4053

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/connectors/connectors-native-webhook.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Create event-based tasks and workflows in Azure Logic Apps
3-
description: Trigger, pause, and resume automated tasks, processes, and workflows based on events that happen at an endpoint by using Azure Logic Apps
2+
title: Wait and respond to events - Azure Logic Apps
3+
description: Automate workflows that trigger, pause, and resume based on events at a service endpoint by using Azure Logic Apps
44
services: logic-apps
55
ms.service: logic-apps
66
ms.suite: integration
77
author: ecfan
88
ms.author: estfan
99
ms.reviewer: klam, LADocs
1010
ms.topic: conceptual
11-
ms.date: 10/07/2019
11+
ms.date: 10/10/2019
1212
tags: connectors
1313
---
1414

15-
# Automate event-based tasks and workflows by using HTTP webhooks in Azure Logic Apps
15+
# Create and run automated event-based workflows by using HTTP webhooks in Azure Logic Apps
1616

1717
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the built-in HTTP Webhook connector, you can automate workflows that wait and run based on specific events that happen at an HTTP or HTTPS endpoint by building logic apps. For example, you can create a logic app that monitors a service endpoint by waiting for a specific event before triggering the workflow and running the specified actions, rather than regularly checking or *polling* that endpoint.
1818

@@ -35,7 +35,8 @@ For example, the Office 365 Outlook connector's [**Send approval email**](connec
3535

3636
> [!NOTE]
3737
> Logic Apps enforces Transport Layer Security (TLS) 1.2 when
38-
> receiving the call back to the HTTP webhook trigger or action.
38+
> receiving the call back to the HTTP webhook trigger or action.
39+
> If you see SSL handshake errors, make sure that you use TLS 1.2.
3940
4041
For more information, see these topics:
4142

0 commit comments

Comments
 (0)