Skip to content

Instantly share code, notes, and snippets.

@chuckreynolds
Last active August 27, 2020 21:36
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 chuckreynolds/62272f22ee0130da4d7149d0d506532c to your computer and use it in GitHub Desktop.
Save chuckreynolds/62272f22ee0130da4d7149d0d506532c to your computer and use it in GitHub Desktop.
JSON embed scripts for Discord webhooks via IFTTT. Allowed avatar_url to be dictated by Discord in the webhook config.
{
"username":"twitch.tv/{{ChannelName}} [via RynoBot]",
"content":"@everyone {{ChannelName}} just went LIVE on Twitch! See you in chat! clintusHYPE",
"embeds":[
{
"title":"{{ChannelUrl}}",
"url":"{{ChannelUrl}}",
"color":6570404,
"thumbnail":{
"url":"https://static-cdn.jtvnw.net/jtv_user_pictures/b26daa03-975b-4a5d-9dea-a7fe9505a63f-profile_image-300x300.png"
},
"author":{
"name":"{{ChannelName}} is now streaming!"
},
"fields":[
{
"name":":video_game: Streaming:",
"value":"{{Game}}",
"inline":true
}
],
"footer": {
"text": "Clintus streams exclusively on Twitch",
"icon_url": "https://d1qb2nb5cznatu.cloudfront.net/startups/i/114142-19c0993bf69c468f1350fd422bfad6b2-medium_jpg.jpg?buster=1410211530"
}
}
]
}
{
"username":"{{AuthorName}} [via RynoBot]",
"content":"@everyone New vlog is up! {{Title}} {{Url}}"
}
{
"username":"{{AuthorName}} [via RynoBot]",
"content":"@everyone New gaming video posted! {{Title}} {{Url}}"
}
@mathswatch
Copy link

mathswatch commented Aug 27, 2020

very interesting thank u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment