Yes, you could now customize the payload of the get started button for your webchat in the Webchat channel. The default payload will be GET_STARTED if no payload is added.
You could add the below style tag in your webpage <head> and update the webchat icon scale highlighted in green: <style type="text/css"> #__radiate-webchat-button { transform: scale(1.1); transform-origin: bottom; } </style>
Yes, this is the "Get Started" or "Chat Now" is the first trigger point of the webchat, the user will click the button to kick start the conversation with the chatbot.
We have some use cases ready for you to get started in Stella. You could click the Quick Start on the left sidebar and try out some demo. You could also check out our Get Started guide to start building your chatbot. Youtube video on how to use the ...
You could add the defaultOpen option in the body script to open the webchat. Please refer to the following Radiate.js documentation to create different interactions between your web and the webchat. Please refer to the documentation here for more ...