Skip to content

Commit

Permalink
Fix webhooks typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Mar 1, 2024
1 parent 91007f6 commit 82ec4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/configure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Switch to **Raw JSON** mode to configure webhooks as follows:
"Robot-ID": request.headers['robot-id'] if 'robot-id' in request.headers else 'no value'
}

slack_url = "<paste in your own Slack URL"
slack_url = "<paste in your own Slack URL>"
headers = {}

response = requests.post(slack_url, json=payload, headers=headers)
Expand Down

0 comments on commit 82ec4d6

Please sign in to comment.