RSSFeed to discord with Zapier

2019-06-10

rssfeed to discord with zapier

Tutorial How to make autopost bot discord from rss feed.

*for example, if get new feed from website anime will be post to discord

example-rssfeed-discord-whd.md.jpg

Flow

Source Rss feed > (Zapier) RSS Feed > Formatter > Webhooks > Discord

Setup Discord

  • Server settings > webhooks > create webhooks
  • save your webhooks url

Setup Zapier

  • go to https://zapier.com
  • Create new apps
Rss Event

rss1.md.jpg

Formatter Event (optional)
  • Extract URL

formatter1.md.jpg

Webhooks Event
  • Action : Custom Request
  • Method : POST
  • Url : your webhooks url
  • Data : *example
    {
    "content": "***[UPDATE ANIME]*** @everyone",
    "embeds": [{
      "title": "__****__",
          "description": "",
          "url": "",
          "color": "1127128",
          "image": {
            "url": "" 
            }
    }]
    }
    

jahd8383883.md.jpg

  • Headers : Content-Type application/json
  • test your app