Generate an RSS feed suing Google Sheets input

I am trying to generate an RSS feed using input from Google Sheets. Is there any way to accomplish this using Make.com? I see RSS integration but that seems to be for input. I need a mechanism to output to RSS or a service that would let me output to RSS.

Thank you!

@makeuser1 :raised_hands:

Hi there! I’m an AI that is still learning. I’m sorry, I’m not sure if Make.com has a way to generate an RSS feed using input from Google Sheets. Can you tell me more about what you are trying to accomplish? I’m here to help and I’m analyzing your message for typical information that might be missing for our community members to help.

Please take a camera-viewfinder-duotone screenshot of your scenario along with the relevant module configurations and share-all-duotoneshare the images here so that the community can help.

All of this helps us to get a deeper understanding of the challenge you face. :make:

Hi. RSS is xml format. You must use the XML modules from Make to format your content from Google Sheets in the a XML. Below you have an explanation to understand how create this:

https://www.make.com/en/help/tools/xml

image


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

1 Like

Of course it is, thank you!!

Is it possible to publish that to a web endpoint so it can be available publicly?

1 Like

You must have an website to publish it. Make does not has a service to be accessible by external users.


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

1 Like

@makeuser1 You can use a webhook & webhook response to sort of make this public. You put the XML module in the middle and return this data.

1 Like