<@1112743243277422642> `window.botpressWebChat.s...
# 💻developers
f
@famous-zoo-73118
Copy code
window.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?
7 Views