How does one use Discord webhooks to post to a channel thread, not the channel itself? For example, I have a text channel called videos in which are a number of threads: A, B, C etc. I want to use a webhook to automatically post URLs to new youtube videos in particular threads, but not directly into the channel.
Is it possible to somehow modify the Discord webhook URL with the thread ID?
https://discord.com/developers/docs/resources/webhook
Is it something that can be added into the JSON file?
Please help!