File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ In this document:
41
41
### Webhooks
42
42
Discord webhooks to send information upon form submission.
43
43
44
- | Field | Type | Description |
45
- | -----------| --------| -----------------------------------------------------------------------------------------------------------|
46
- | ` url ` | String | Discord webhook URL. |
47
- | ` message ` | String | An optional message to include before the embed. Can use certain [ context variables] ( #webhook-variables ) . |
44
+ | Field | Type | Description |
45
+ | -------------| --------| -------------------------------------------------------------------------------------------------------------|
46
+ | ` url ` | String | Discord webhook URL. |
47
+ | ` message ` | String | An optional message to include before the embed. Can use certain [ context variables] ( #webhook-variables ) . |
48
+ | ` thread_id ` | String | An optional thread ID to post the webhook into. If not provided, the webhook will be posted in the channel. |
48
49
49
50
50
51
#### Webhook Variables
You can’t perform that action at this time.
0 commit comments