Zapier - Incoming Webhooks for Twitch, Twitter & RSS Feeds
Additional Incoming webhook examples
We have put together some additional examples to supplement our article on incoming webhooks due to popular demand.
We have used Zapier to create the examples below.
Note: If you are using Zapier for webhooks and would like to have a copy of one of the Zaps below, please drop an email to support@guilded.gg, and we will be happy to assist.
There are other platforms available to create incoming webhooks, but their processes are slightly different to get things set up the way you want them. For alternatives, check out IFTTT & Integromat.
Twitch
Announce that a Twitch user has gone live:
{
"content": "{{75783011__user_name}} went live on Twitch",
"embeds": [{
"title": "{{75783011__title}}",
"url": "{{75783011__streamer_info__stream_url}}",
"color": 6570404,
"footer": {
"text": "{{75783011__started_at}}"
},
"image": {
"url": "{{75783011__streamer_info__offline_image_url}}"
},
"author": {
"name": "{{75783011__user_name}} is now streaming"
}
}
]
}
Preview
Keep up to date with news from Twitter. We have used icy veins in this example; change the data fields:
{
"embeds":[
{
"author":{
"name":"Icy Veins",
"url":"https://twitter.com/icyveins",
"icon_url":"https://imgur.com/PHMA96J"
},
"title":"Latest from Icy Veins",
"url":"{{75714507__url}}",
"description":"{{75714507__text}}",
"image":{
"url":"{{75714507__entities__attached_media__media_url_https}}"
},
"footer":{
"text":"{{75714507__created_at}}"
}
}
]
}
Preview
RSS
Want to have an RSS feed instead - We have used Wowhead as an example:
{
"embeds":[
{
"author":{
"name":"Wowhead",
"url":"https://www.wowhead.com/",
"icon_url":"https://wow.zamimg.com/images/logos/big/new.png"
},
"title":"{{75251646__title}}",
"url":"{{75251646__link}}",
"image":{
"url":"{{75251646__raw__content__@url}}"
},
"footer":{
"text":"{{75251646__raw__pubDate}}"
}
}
]
}
Preview
Walkthrough of Zapier to set up Twitch - The process is similar for RSS feed & Twitter; follow the prompts.
Setting up the incoming webhook