Working with feeds
Search, fetch, and manipulate feeds with the flow editor.
Fetching feed
You can get a feed in one of the following ways:
- Drag the feed under the Feed activities category on the right palette and type the feed address in the input box of the URL attribute.
- Search feeds in the search box and drag the result to the canvas.
Using feed operators
The feed operators supported by Assemble flow could be found in the Feed activities category of the pallete. More details about those activities could be found in the "Feed operators reference" section.
Searching a feed
Flow editor support feed searching by Googleâ„¢ feed AJAX API. If you don't have the Google API key, you need sign up for Google AJAX feed API to obtain your key. Then you need to configure App Builder to enable this feature:
- Open the zero.config file of the App Builder in the
<zerohome>appbuilder/configdirectory, and configure the key from Google by adding the following line:/config/googleKey/key="KEY" - Restart App Builder.
- Edit or create a flow.
- Select the "Search feed from Web" category of the palette.
- Enter keywords in the search box and the results will be listed.
- Select one feed, drag and drop it to the canvas to create a feed activity, as shown in the following example.