File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/docs/product/integrations/integration-platform Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ actor
109
109
' name' : ' Sentry' ,
110
110
},
111
111
```
112
+
112
113
<Note >
113
114
114
115
You cannot set up a custom payload. Instead, we suggest setting up a server/service that proxies our webhook into a request that fits your use case.
@@ -227,7 +228,6 @@ The following two fields are for [Alert Rule Action UI Components](/product/inte
227
228
- type: object
228
229
- description: the saved configurations for routing the alert within the external service
229
230
230
-
231
231
#### Payload
232
232
233
233
``` json
@@ -440,9 +440,12 @@ The following two fields are for [Alert Rule Action UI Components](/product/inte
440
440
"triggered_rule" : " Very Important Alert Rule!"
441
441
"issue_alert" : {
442
442
"title" : " Very Important Alert Rule!" ,
443
- "settings" : {
444
- "channel" : " #general" ,
445
- }
443
+ "settings" : [
444
+ {
445
+ "name" :" channel" ,
446
+ "value" : " #general"
447
+ }
448
+ ]
446
449
}
447
450
},
448
451
"installation" : {
@@ -508,7 +511,6 @@ The following field is for [Alert Rule Action UI Components](/product/integratio
508
511
- type: object
509
512
- description: the saved configuration for routing the alert within the external service
510
513
511
-
512
514
#### Payload
513
515
514
516
<Note >
You can’t perform that action at this time.
0 commit comments