Skip to content

Commit b831af4

Browse files
committed
Update SCHEMA.md with webhook thread_id
1 parent 95c7aa5 commit b831af4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SCHEMA.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ In this document:
4141
### Webhooks
4242
Discord 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

0 commit comments

Comments
 (0)