gray-airplane-11074
06/15/2023, 7:16 PMenableHtmlInAppMessages and allowUserSuppliedJavascript through rudder stack Js SDK?millions-activity-52391
06/15/2023, 7:16 PMgray-airplane-11074
06/16/2023, 9:11 AMquiet-wolf-72320
06/16/2023, 12:59 PMenableHtmlInAppMessages: true
allowUserSuppliedJavascript: true
}
In
rudderanalytics.load(WRITE_KEY, DATA_PLANE_URL, [loadOptions]);
2)
rudderanalytics.ready(() => {
// Enable HTML in-app messages
rudderanalytics.setOption('brazeEnableHtmlInAppMessages', true);
// Allow user-supplied JavaScript
rudderanalytics.setOption('brazeAllowUserSuppliedJavascript', true);
});
I will get back with more details but can you give it a try above in meanwhile.gray-airplane-11074
06/16/2023, 1:50 PMgray-airplane-11074
06/19/2023, 8:07 PMquiet-wolf-72320
06/20/2023, 5:33 AMquiet-wolf-72320
06/20/2023, 6:00 AMgray-airplane-11074
06/20/2023, 11:56 AMquiet-wolf-72320
06/20/2023, 7:21 PMgray-airplane-11074
06/21/2023, 7:39 AMgray-airplane-11074
07/27/2023, 9:24 AM