Skip to content

Instantly share code, notes, and snippets.

@lucario
Last active February 22, 2020 08:55
Show Gist options
  • Save lucario/e128ae8e2e4475fe90b72b17e98fa4c0 to your computer and use it in GitHub Desktop.
Save lucario/e128ae8e2e4475fe90b72b17e98fa4c0 to your computer and use it in GitHub Desktop.
Reddit webhook for IFTTT and Discord
{
"username": "Reddit",
"avatar_url": "https://lh3.googleusercontent.com/J41hsV2swVteoeB8pDhqbQR3H83NrEBFv2q_kYdq1xp9vsI1Gz9A9pzjcwX_JrZpPGsa=w300",
"embeds": [{
"color": "16597762",
"author": {
"name": "{{Author}}"
},
"title": "{{Title}}",
"url": "{{PostURL}}",
"description": "{{Content}}",
"thumbnail": {
"url": "{{ImageURL}}"
},
"footer": {
"text": "{{PostedAt}}"
}
}]
}
@un1ya
Copy link

un1ya commented Jan 7, 2018

Is it possible to make the embed image any bigger? Or even make it so you can open the image preview up in discord?

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