Custom Initialization and Passing Metadata
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
document.dispatchEvent(new CustomEvent("botWidgetInit", {"detail": {"origin": "support"}}));let metadata = {
"origin": "support",
"tags": ["ios", "vip"]
}
document.dispatchEvent(new CustomEvent("botWidgetInit", {"detail": metadata}));