From b831af44050567c2cca670f7252a8bc1794748ea Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 31 May 2025 16:50:12 +0100 Subject: Update SCHEMA.md with webhook thread_id --- SCHEMA.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/SCHEMA.md b/SCHEMA.md index adfa0da..0e0da82 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -41,10 +41,11 @@ In this document: ### Webhooks Discord webhooks to send information upon form submission. -| Field | Type | Description | -|-----------|--------|-----------------------------------------------------------------------------------------------------------| -| `url` | String | Discord webhook URL. | -| `message` | String | An optional message to include before the embed. Can use certain [context variables](#webhook-variables). | +| Field | Type | Description | +|-------------|--------|-------------------------------------------------------------------------------------------------------------| +| `url` | String | Discord webhook URL. | +| `message` | String | An optional message to include before the embed. Can use certain [context variables](#webhook-variables). | +| `thread_id` | String | An optional thread ID to post the webhook into. If not provided, the webhook will be posted in the channel. | #### Webhook Variables -- cgit v1.2.3