Skip to content
Open
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
14 changes: 13 additions & 1 deletion source/includes/partners/webhook_config/_index.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ When using the `file` type, we upload the files to a private folder on S3, and s
This URL is valid for 24 hours, so make sure to download the file when the webhook is sent to you.

#### Infobox
Renders a box with the icon of following types: 'info', 'error', 'warning', 'success', 'default'
Renders a box with styling based on one of the following types: 'info', 'error', 'warning', 'success', 'default'

```json
{
Expand All @@ -140,6 +140,18 @@ Renders a box with the icon of following types: 'info', 'error', 'warning', 'suc
}
```

By providing an attribute `required` it is possible to block a trigger from being configured:


```json
{
"type": "infobox",
"content": "Trigger cannot be configured at this time",
"icon": "error",
"required": true
}
```

### Assessment Criteria Object

Attribute | Type | Description
Expand Down