Messages Library
In WebSocket and Socket.IO requests you can save frequently sent messages to the Messages Library. It allows you to quickly resend the saved events.
Note: Messages saved in the Messages Library are saved with the request and are synced if you’re using Git sync.
Usage for WebSocket requests
- In the messsage editor select the Plus icon and choose a unique name for the message.
- You can view all saved messages for your current requests by clicking the Library icon.
Once you save a message, more options in the editor will appear:
- You can update a saved message by selecting it in the library, modifying it and then pressing the Save Changes button.
- You can rename a saved message by selecting it in the library and clicking on its name in the editor.
Note: In the library only the first 4 lines of message’s body are displayed.