Make an account on https://ifttt.com if you don't have one already
- In your Discord server, click "Server Settings", then go to "Webhooks"
- Click "Create Webhook"
- Choose a name for your Webhook, and choose in which channel you want the messages to show up in
- Copy the "Webhook URL" in the bottom. This url is important, and should NOT be given away. If anyone gets a hold of it, they can post messages to this channel, so keep it secret!
- Go to https://ifttt.com, click your profile icon up to the right, then "Create"
- Press the big "This", search for "YouTube" and click it
- Select which action should trigger a message. In this example we will use "New public video uploaded by you"
- Press "That" and search for "Webhooks", click it
- Choose "Make a web request"
- In the URL-part, paste the URL from your webhook in Step 2.
- Set "Method" to "POST" and "Content Type" to "application/json"
- In "Body", paste this:
{
"content": "Video title: {{title}} \n Link: {{url}}"
}Change it if you want. 9. Press "Create Action"
You now have a Webhook. You can toggle it with the large switch. If you have any questions or additions, feel free to leave a comment.