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
Body
dropdown, chooseJSON
. - Paste the body below.
- Press
Send
. - If status shows
204 No Content
means request succeed!
Sending attachments
To send attachment(s):
- Switch
Body
format fromJSON
toMultipart Form
. - Click on arrow icon, choose
File
. - Click
Choose File
and select file. - Repeat if you want to add more attachments.
- To add json to request add key with
payload_json
name and json body value (bothText
andText (Multi-line)
are fine).