Add a existing module "RSS Feed" in to custom app

I’ve been researching this for about 2 hours, and have not see how to do this. I would like for my app to intake an endpoint, use the built in RSS feed to get results, then do a bunch of internal processing. call an API endpoint, do some more, and return the results.. can I do that with the custom app?

Yes and no.

You cannot use RSS within your custom app.

Your custom app can call your server to do something, and return the result.

Your server does the processing of the RSS feeds.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Thanks… can any other the built in modules be used like the datastore, parsing or anything like that, or does it all have to be done on the local server, or write the javascript to do things?
thanks

Not really, a custom app is meant to be standalone.

While it can call external APIs, it cannot access existing integrations and data stores. The end user using your custom app will have to do that themselves.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.