arshath.h
(Arshath H)
1
Hi Community,
We are working on a custom app for Freshchat. In order to test the app, we need to create a higher number of conversation in Freshchat.
Currently, we are creating conversations using embedding web messenger in jsbin & codepen.
How to create 100’s of conversation in a minute in Freshchat? Is it possible to do so?
Please help us find a solution.
Kind Regards,
Arshath
Using the Freshchat APIs, you will need to perform the following in a loop.
- Create a user and keep the id of the user object that was returned. Freshchat
- Use the user id from step 1 to create a new conversation in a particular channel Freshchat
You can run this script from your local machine for as many conversations as you require.
4 Likes