Notifier by WhatsAble API Documentation
Welcome to the Notifier by WhatsAble API Documentation! This guide provides comprehensive details on how to use the Notifier API to send WhatsApp messages programmatically. Below, youβll find information on the API endpoint, authentication, request and response structures, error handling, and supported attachment types.
https://api.insightssystem.com/api:-GWQv5aM/send
Content-Type
: application/json
Authorization
: Bearer YOUR_TOKEN_HERE
Field | Type | Description |
---|---|---|
phone | String | The recipientβs phone number in international format (e.g., +1234567890 ). |
text | String | The message content you want to send. |
attachment | String | (Optional) A public URL to an attachment (e.g., image, PDF, video). |
filename | String | (Optional) The name of the attachment file. |
Authorization
token is correct.Media Type | File Extensions | MIME Types | Max Size |
---|---|---|---|
Images | .jpeg , .png | image/jpeg , image/png | 5 MB |
Videos | .mp4 , .3gp | video/mp4 , video/3gpp | 16 MB |
Documents | .pdf , .doc , .xls , .ppt , .txt | application/pdf , application/msword , application/vnd.ms-excel , application/vnd.ms-powerpoint , text/plain | 100 MB |
Audio | .mp3 , .aac , .m4a , .ogg | audio/mpeg , audio/aac , audio/mp4 , audio/ogg | 16 MB |
+1234567890
).Bearer
token in the Authorization
header.message
field in the response for detailed error information.\n
needs to be added before the new line. Example:Hi there,\nThis is John from Acme Co.
Output:
Hi there,
This is John from Acme Co.