Question

Host html page

How can I host the html page inside creatio?

Like 0

Like

3 comments

Hello,

Could you please describe your business task in more detail? Is it about web forms or other integration?

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.

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