Hi #channel_C05R599UA12 , I’m building a public app using the new UI Extensions framework and need help with storing and retrieving portal configuration.
Goal:
After a customer installs our app from the marketplace, we want them to configure a custom URL endpoint (and a couple other text fields) at the portal level.
We then need to fetch this config inside our React CRM card extension and trigger the configured URL using hubspot.fetch().
Key Questions:
How can we let users set this config (e.g. a URL) per portal?
Where/how should we store this config so it’s accessible from React code inside the UI extension?
Would really appreciate any examples, suggestions, or best practices. Been stuck here for a while any guidance or examples would be a huge help.