Typebot as Chatwoot Dashboard Application

Just wondering if anyone has played around with using a Typebot as a Chatwoot Dashboard application? It passes data via a window event, but I'm not sure how best to get it and if we can really do much with it, given Typebot doesn't allow us to set a variable when execute on client is checked. Any thoughts on this?
window.addEventListener("message", function (event) {
if (!isJSONValid(event.data)) {
return;
}

const eventData = JSON.parse(event.data);
});
window.addEventListener("message", function (event) {
if (!isJSONValid(event.data)) {
return;
}

const eventData = JSON.parse(event.data);
});
3 Replies
Flavio Angeleu
Flavio Angeleu4mo ago
@cleveradmin Did you find a solution for this?
cleveradmin
cleveradmin4mo ago
No, I did not.
Baptiste
Baptiste4mo ago
Can you explain exactly your set up ?