I can't find any CMS in the forge so I would like to find a Headless CMS to integrate with outsystems. Has anyone tried it before?
If this was not possible I would have to create my own CMS in outsystems.
Hi Belén,
Have you looked at this component.
Also take a look at this post, they have a study case of CMS with OutSystems, check it here, if you need to develop your own it may help.
Cheers and Regards,
RR :)
Thank you, I will check it!
Some other components that may help are listed in this other post.
There are two well known CMS available as component in the OutSystems
Besides above there are many headless CMS available which you can integrate with OutSystems. Though you have to integrate all its APIs yourself.
Regards,
Swatantra
Do you know some headless CMS available to integrate? Thank you.
The most common features available with the headless CMSs are
There are various flavor of headless CMS available out there. OpenSource to paid, .Net to Java to PHP...
Depending on your IT landscap, you may choose one of them. To help you filter, few leading ones are ButterCMS, WordPress, Sitecore, Netlify, Umbraco, Contentful, etc.
Hello Belén.If you want to start from scratch and need inspiration, you can look at the Wordpress Connector I did with the most basic functions. My idea was to replace the RSS feed, so I only implemented read funtions. It can be expanded to also write into Wordpress because the API documentation has methods like "create post".
An Headless CMS will probably look a lot like that.