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:
4141### Webhooks
4242Discord webhooks to send information upon form submission.
4343
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. |
4849
4950
5051#### Webhook Variables
You can’t perform that action at this time.
0 commit comments