conversation ID
# 🤝help
m
I want to use the "Hide Webchat" execution, but it requires a conversation ID. How exactly do I find that conversation ID?
e
It's a variable from the event object. You can access it like this : event.conversationId
Here's a way to easily access a ton of interesting stuff
m
Thank you. Also, when I hide a webchat, I am trying to have my website display an image that is directly behind the webchat (so there's never just blank space there). Is there a way I can hide not just the webchat, but show the image behind the webchat in the process?
Or is there any way I can send a trigger such that the embedded HTML code becomes temporarily transparent?
f
You can use the send event card to send an event to your website, which could then show the image
2 Views