{"info":{"_postman_id":"82e34c58-5011-4983-9bfb-192bc3caea67","name":"Aizyppy","description":"<html><head></head><body><p><strong>Aizyppy</strong> provides an interface to integrate with the <strong>WhatsApp Business API</strong>, allowing businesses to send and receive messages, manage customer interactions, and automate communication.</p>\n<p>Before sending messages, businesses are required to create and get approval for <strong>message templates</strong> from <a href=\"https://aizyppy.com/\">Aizyppy</a>. Templates are used for structured notifications such as order updates, alerts, and reminders.</p>\n<p>Once templates are created and approved, they can be used in the API to send messages to customers.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29397066","collectionId":"82e34c58-5011-4983-9bfb-192bc3caea67","publishedId":"2sB3HtFcZj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-21T17:09:40.000Z"},"item":[{"name":"send message","id":"cb39dcce-c0e2-4596-85ec-d329bc54989a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":" application/json","type":"text"},{"key":"x-api-key","value":" YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"917872118502\",\r\n    \"template\": \"welcome_to_gym\",\r\n    \"language\": \"en\",\r\n    \"recipients\": [\r\n        {\r\n            \"to\": \"917385118502\",\r\n            \"parameters\": {\r\n                \"1\": \"Satish\",\r\n                \"2\": \"test\"\r\n            }\r\n        },\r\n        {\r\n            \"to\": \"919812345678\",\r\n            \"parameters\": {\r\n                \"1\": \"Ravi\",\r\n                \"2\": \"demo\"\r\n            }\r\n        }\r\n    ],\r\n    \"media\": {\r\n        \"type\": \"image\",\r\n        \"url\": \"https://example.com/banner.jpg\",\r\n        \"caption\": \"Welcome!\"\r\n    },\r\n    \"callback_url\": \"https://yourapp.com/webhook/status\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aizyppy.com/api/v1/messages/send","description":"<p>API is for send bulk message </p>\n","urlObject":{"protocol":"https","path":["api","v1","messages","send"],"host":["aizyppy","com"],"query":[],"variable":[]}},"response":[{"id":"2afd88fe-7b49-4859-9667-c5155450ecd0","name":"502 Bad Gateway","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"917872118502\",\r\n    \"template\": \"welcome_to_gym\",\r\n    \"language\": \"en\",\r\n    \"recipients\": [\r\n        {\r\n            \"to\": \"917385118502\",\r\n            \"parameters\": {\r\n                \"1\": \"Satish\",\r\n                \"2\": \"test\"\r\n            }\r\n        },\r\n        {\r\n            \"to\": \"919812345678\",\r\n            \"parameters\": {\r\n                \"1\": \"Ravi\",\r\n                \"2\": \"demo\"\r\n            }\r\n        }\r\n    ],\r\n    \"media\": {\r\n        \"type\": \"image\",\r\n        \"url\": \"https://example.com/banner.jpg\",\r\n        \"caption\": \"Welcome!\"\r\n    },\r\n    \"callback_url\": \"https://yourapp.com/webhook/status\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aizyppy.com/api/v1/messages/send"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 21 Sep 2025 17:07:43 GMT"},{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<html>\n    <head>\n        <title>502 Bad Gateway</title>\n    </head>\n    <body>\n        <center>\n            <h1>502 Bad Gateway</h1>\n        </center>\n        <hr>\n        <center>nginx/1.24.0 (Ubuntu)</center>\n    </body>\n</html>"}],"_postman_id":"cb39dcce-c0e2-4596-85ec-d329bc54989a"}]}