Insomnia
Insomnia is a GUI tool similar to Postman for sending web requests.
Download it from official website. Available for Windows, Linux, and macOS.
Here's how to use it:
- Click
+on the left, chooseNew Request, in dialog window pressCreate. - Click on dropdown in front of URL field and choose
POST. - Paste Webhook URL in URL field.
- Click
Bodydropdown, chooseJSON. - Paste the body below.
- Press
Send. - If status shows
204 No Contentmeans request succeed!

Sending attachments
To send attachment(s):
- Switch
Bodyformat fromJSONtoMultipart Form. - Click on arrow icon, choose
File. - Click
Choose Fileand select file. - Repeat if you want to add more attachments.
- To add json to request add key with
payload_jsonname and json body value (bothTextandText (Multi-line)are fine).
