Skip to content

Instantly share code, notes, and snippets.

@shrwnsan
Last active July 30, 2018 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrwnsan/13f26b46cd48d0f586f08b86eccb5068 to your computer and use it in GitHub Desktop.
Save shrwnsan/13f26b46cd48d0f586f08b86eccb5068 to your computer and use it in GitHub Desktop.
How to post new uploaded YouTube videos to a Discord channel by using IFTTT

How to post new uploaded YouTube videos to a Discord channel by using IFTTT

  1. Discord > Edit Channel > Webhooks > Create Webhook > Copy Webhook URL

  2. IFTTT > New Applet

  3. If "Youtube" then "Webhook" (in general)

  4. Select source for Youtube (e.g uploaded by you or a channel you're subscribed into)

  5. In the Webhook form,

⋅⋅⋅a. Paste Webhook URL

⋅⋅⋅b. Method == POST

⋅⋅⋅c. Content Type == application/json

⋅⋅⋅d. Body,

{"content": "<strong>{{AuthorName}}</strong> uploaded ` {{Title}} ` at {{CreatedAt}}, {{Url}} "}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment