A Zapier zap that adds each new RSS item to your Buffer queue with the title and link, so fresh content gets shared without manual posting. Keep your feeds active automatically.
{
"version": "1.0",
"platform": "zapier",
"title": "RSS to Buffer Social Queue",
"steps": [
{
"id": 1,
"type": "trigger",
"app": "RSS by Zapier",
"event": "New Item in Feed",
"config": {
"url": "https://yourblog.example.com/feed"
}
},
{
"id": 2,
"type": "action",
"app": "Buffer",
"event": "Add to Queue",
"config": {
"profile": "Twitter",
"text": "{{1.title}} {{1.link}}"
}
}
]
}