Skip to content

Commit

Permalink
Update using-webhook-notifications-to-trigger-processes.md (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
saggineumann authored Jan 14, 2025
1 parent b147967 commit 28d4fb9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ You can verify the authenticity of these requests through any of the following w
* The request’s Authorization header matches the value you provided when subscribing to notifications.
* The request’s X-Hub-Signature header contains the HMAC SHA256 signature of the request body (signed with the given secret value provided when subscribing).

:::tip
Path is form-urlencoded, that is, spaces are encoded as `+` and `+` is encoded as `%2b`. Use the appropriate function to decode in order to avoid confusion between the two characters.
:::


A resulting webhook notification request resembles the following:

```
Expand Down

0 comments on commit 28d4fb9

Please sign in to comment.