POST
https://api.insightssystem.com/api:-GWQv5aM
/
send
curl -X POST https://api.insightssystem.com/api:-GWQv5aM/send \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
-d '{
  "phone": "+1234567890",
  "text": "Hello, this is a test message from Notifier!",
  "attachment": "https://example.com/image.jpg",
  "filename": "image.jpg"
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Your Notifier API Token

Body

application/json

Response

200
application/json

Message sent successfully

The response is of type object.