How can I host the html page inside creatio?
Like
3 comments
14:19 Jan 12, 2026
I have created a custom unsubscribe HTML page to allow end users to manage their subscriptions based on the bulk email type. I want to host this page within Creatio itself rather than on an external server or website.
I hope my use case is clear.
16:23 Jan 12, 2026
You can use a configuration service to return the HTML as a GET request and the browser will load it like any page. I typically create an object to store the HTML pages in the database so they're easily editable, and the service just reads the HTML from the database and returns it. See https://customerfx.com/article/returning-an-html-page-from-a-creatio-configuration-service/
Ryan
Show all comments