Skip to content

Commit 12068bb

Browse files
committed
Merge branch 'webhooks-documentation' of https://github.com/groundlight/python-sdk into webhooks-documentation
2 parents 920dad3 + a0f6178 commit 12068bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/guide/9-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Groundlight supports alerts via Email, Text Message (SMS), and Webhooks.
3030

3131
By setting up a webhook alert for your Groundlight detector, you can integrate Groundlight's computer vision technology with your existing messaging platform, other tech stack, or even a custom application.
3232

33-
You can either set up an alert using one of our default templates (currently available for Slack, more platforms to come), or build your own.
33+
You can either set up an alert using one of our default templates (currently available for Slack, more platforms to come) or build your own.
3434

3535
#### Custom Templates
3636

@@ -40,7 +40,7 @@ The template will need to be a valid Jinja template which renders to valid JSON
4040
We provide a set of variables which you can use to put information about your detector and alert into your template.
4141
The available variables are:
4242

43-
- `detector_name`: The name of your detector that the alert was triggered on
43+
- `detector_name`: The name of the detector that the alert was triggered on
4444
- `detector_query`: The detector's query.
4545
- `detector_id`: The detector's unique ID
4646
- `confidence_threshold`: The current confidence threshold for the detector.

0 commit comments

Comments
 (0)