Questions tagged [weavy]

11 questions
2
votes
1 answer

How do I verify the Weavy webhook signature?

I have registered a webhook and provided a secret as documented on https://www.weavy.com/docs/backend/webhooks. When the payload is delivered to my url I want to verify the signature, but I can't seem to get the calculation correct. What am I doing…
anderssonola
  • 2,195
  • 16
  • 29
1
vote
1 answer

How can I update a user's profile information in Weavy?

I recently integrated the Weavy chat sdk in my react application and want to update a particular profile's information. I searched the weavy documentation but couldn't get a proper answer. I tried updating it frrom the Weavy dashboard but failed to…
0
votes
1 answer

Weavy chat - How to avoid asking "Third party cookies are required to use this page" every day on Safari?

I'm using Weavy (https://github.com/weavy, https://www.weavy.com/) v16.0.2 weavy-dropin.js. Everything works fine in all browsers, EXCEPT in Safary: every day all users have to allow cookies, because it pops on the screen: "Third party cookies are…
0
votes
0 answers

How do I change the timezone of a user in Weavy?

Changing the timezone of a user to your local one is quite essential because it lessens the complexity of understanding the local time of the user with respect to your timezone. While using the built-in weavy.fetch() function, which calls the web…
0
votes
1 answer

How can I connect to websockets in Weavy if I am making my own UI?

Websockets are particularly important when it comes to integrating Weavy because it helps the Weavy environment in handling realtime communications. In the documentation, there are references given for UI kits related to Javascript, Javascript with…
0
votes
1 answer

How can I filter messages according to content in Weavy?

Filtering messages according to contents is really useful during searching for a particular message from the bunch. From the initial integration in a simple react application, I couldn't find any feature to filter messages based on their contents.…
0
votes
1 answer

How do I enable automated replies to users with Weavy?

I want to enable automated replies with the help of Weavy. Automated replies with the help of a bot is helpful when someone text another user who is offline at that moment. Adding that feature to an end-user will help giving an idea of expectation…
0
votes
1 answer

How do I disable messaging for certain users in Weavy?

While having a chat application that acts as a primary source of support, the chances of getting a number of spam accounts messaging is quite significant. To prevent that, is there any way I can disable messaging of selected users in Weavy. I tried…
-1
votes
1 answer

How to change default behavior to press Enter to send message in chat using Javascript UI kit Weavy

How to change default behavior to press Enter to send message in the Weavy chat using Javascript UI kit? https://www.weavy.com/docs/reference/uikit-js There is not reference at documentation about this
-1
votes
1 answer

Apps concept in Weavy

I don't understand the app concept in weavy. I am not very clear about the concept of apps in Weavy. In my web app, I intend to have at least two chat rooms, are each room apps? Or is my web app an 'app'? I would be grateful for any help.
-1
votes
2 answers

How to run Weavy Server in a docker container?

How to run Weavy Server in a docker container? https://github.com/weavy/weavy-server