Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/integrations/webhooks/Incoming-Webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A couple key points:
_Example:_

Suppose you wanted to create a notification of the status of a daily build, with a table of total tests run and total tests failed by component category, with links to failed tests by category. You could create the following JSON payload to post to a Mattermost channel using webhooks:

```
payload={"text": "
---
Expand Down