few-helicopter-78102
08/01/2023, 6:01 PMwindow.botpressWebChat.sendPayload({
type: "trigger",
payload: {
id: "USER_ID",
},
});
This is the trigger I am sending from my frontend client.
Now I want to grab the ID on the Botpress.
I have added a trigger as well and added the filter code as well.
Can you please tell me where I'm going wrong?