Feed Trigger Response Path

(Vladislav Arbatov) #1

Hey,

I’m a bit confused. What’s the response path for the feed trigger? Where do I specify the bot that should send new feed items in a “feed trigger – send message” flow?

Thanks!

(John Jackson) #2

It is a little confusing, we’re working on something right now to make it easier to set this scenario up.

You need 2 flows for this:

  1. A flow where the user asks to subscribe, then you use a ‘Subscribe’ action to subscribe the response path of the message from the user. So this is ‘Bot > New Message’ to ‘Feeds > Subscribe’.
  2. Another flow which is triggered every time there’s a new RSS feed item, for every subscribed user. This is ‘Feeds > New Item’ to ‘Bot > Send a Card’.

There’s more details in the feeds user guide.

If you have any trouble at all, please send me your feed URL (I think you can direct message me here) and I’ll share these 2 flows so you can simply install them and go.