We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77370db commit 9756113Copy full SHA for 9756113
demo/main.js
@@ -7,5 +7,6 @@ Gleap.setWSApiUrl("ws://0.0.0.0:9000");
7
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
8
9
Gleap.on("outbound-sent", (data) => {
10
+ const { outboundId, outbound, formData } = data;
11
console.log(data);
12
});
0 commit comments