iFrame - Third Party Metadata
iFrame Feature Overview
Technical Implementation
Sending Data Back to Helmut4
const h4url = urlParams.get("h4url"); // Gets the Helmut4 URL for messaging
const payload: string = someData; // If sending an object, use JSON.stringify(someData)
window.parent.postMessage(
payload, // The actual data to send
h4url // The target Helmut4 origin
);CORS Requirements
Setup in Helmut4 – Creating a Project with a Third-Party iFrame
Step 1: Create a Metadata Field

Step 2: Example HTML Page (Third-Party App)
Step 3: Assign Metadata to a Group

Step 4: Use the iFrame Modal

Step 5: Visualize and Reset the Value


Step 6: Add the Project

Last updated