Skip to content

Commit

Permalink
misc: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jul 3, 2024
1 parent 776822d commit f7626d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/documentation/platform/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Webhooks can be used to trigger changes to your integrations when secrets are mo

To create a webhook for a particular project, go to `Project Settings > Webhooks`.

When creating a webhook, you can specify an environment and folder path (using glob patterns) to trigger only specific integrations.
Infisical supports two webhook types - General and Slack. If you need to integrate with Slack, use the Slack type with an [Incoming Webhook](https://api.slack.com/messaging/webhooks). When creating a webhook, you can specify an environment and folder path to trigger only specific integrations.

![webhook-create](../../images/webhook-create.png)

## Secret Key Verification

Expand All @@ -27,7 +29,7 @@ If the signature in the header matches the signature that you generated, then yo
{
"event": "secret.modified",
"project": {
"workspaceId":"the workspace id",
"workspaceId": "the workspace id",
"environment": "project environment",
"secretPath": "project folder path"
},
Expand Down
Binary file added docs/images/webhook-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7626d0

Please sign in to comment.