Closed huksley closed 7 months ago
Now possible with most recent version:
Crisp.message.setMessageText("I have a question");
Confirmed working @eliottvincent
Using this code instead of $crisp.push(["set", "message:text", [msg]]);
Confirmed working with the following code:
Crisp.message.setMessageText("I have a question");
Bug
How to open a window and prefill a chatbox user text with a value. In JS SDK, it is done by using:
Is there a method equivalent to do that? I was not able to find any. I am using "crisp-sdk-web": "^1.0.21".
Implementation
Would be great to have something like: