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
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
Formatter Event (optional)
- Extract URL
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": "" } }] }
-
Headers : Content-Type application/json - test your app