Skip to content

Commit a6939b9

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 4574fe0 + d14aa9b commit a6939b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

powerapps-docs/developer/common-data-service/use-webhooks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use webhooks to create external handlers for server events (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "You can send data about events that occur on the server to a web application using webhooks. Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model. webhook senders notify receivers about events by making requests to receiver endpoints with some information about the events." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 09/04/2019
5+
ms.date: 08/29/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -74,8 +74,7 @@ Other data you can expect to find passed to your service is in the table below:
7474

7575
|Key|Value Description|
7676
|---------|---------|
77-
|`x-request-id`|A unique identifier for the request|
78-
|`x-ms-dynamics-organization`|The name of the tenant sending the request|
77+
|`x-ms-dynamics-organization`|The ___domain name of the environment sending the request|
7978
|`x-ms-dynamics-entity-name`|The logical name of the entity passed in the execution context data.|
8079
|`x-ms-dynamics-request-name`|The name of the Event that the webhook step was registered for.|
8180
|`x-ms-correlation-request-id`|Unique identifier for tracking any type of extension. This property is used by the platform for infinite loop prevention. In most cases, this property can be ignored. This value may be used when working with technical support because it can be used to query telemetry to understand what occurred during the entire operation.

0 commit comments

Comments
 (0)