Skip to content

Commit

Permalink
Merge pull request #176 from ritza-co/correct-spelling-webhooks
Browse files Browse the repository at this point in the history
correct spelling error
  • Loading branch information
sixhobbits authored Oct 24, 2023
2 parents 8185a76 + 3e9f77a commit d3cff3f
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ For example, when a Device42 auto-discovery job finds a new device, when details

Configuring Device42 to send a webhook is a simple two-step process:

1. Define one or more **Webhook Endpoints:** the HTTP URLs Device42 should send your webhooks to via _Tools -> Webhooks -> Endpoints -> Add Webhook Endpoint_ ![](/assets/images/WEB-806_1.png)
2. Define a **Webhook Action:** the Device42 action(s) that will trigger your webhook, and the endpoints they should go to via _Tools -> Webhooks -> Actions -> Add Webhook Actions_ ![](/assets/images/WEB-806_2.png)
1. Define one or more **Webhook Endpoints:** the HTTP URLs Device42 should send your webhooks to via **Tools -> Webhooks -> Endpoints -> Add Webhook Endpoint**.

![](/assets/images/WEB-806_1.png)

2. Define a **Webhook Action:** the Device42 action(s) that will trigger your webhook, and the endpoints they should go to via **Tools -> Webhooks -> Actions -> Add Webhook Actions**.

![](/assets/images/WEB-806_2.png)

## Webhook Options

Expand All @@ -25,7 +30,7 @@ Configuring Device42 to send a webhook is a simple two-step process:
- **Available Categories:** Specify the CI categories you'd like to trigger the webhook on
- **Process Add Events:** Trigger a webhook if a new CI is added to a _Chosen Categories_
- **Process Delete Events:** Trigger a webhook if a CI in any of _Chosen Categories_ is deleted
- **Process Chaange Events:** Trigger a webhook if a CI in any of _Chosen Categories_ is Changed
- **Process Change Events:** Trigger a webhook if a CI in any of _Chosen Categories_ is Changed
- **Process View Events:** Trigger a webhook if a "View event" is logged on a CI in _Chosen Categories_
- **Process Login Events:** Trigger a webhook if a "Login event" is recorded on a CI in _Chosen Categories_
- **Destination:** Choose the defined endpoint(s) to receive triggered webhook events
Expand Down

0 comments on commit d3cff3f

Please sign in to comment.