{"info":{"_postman_id":"007f1a4f-5775-46c7-91db-c75dfc28b233","name":"Wabot V2 API","description":"<html><head></head><body><p><strong>Wabot WhatsApp API</strong> is a collection of APIs to send &amp; receive messages from your own WhatsApp using our web base system.</p>\n<p>You can <a href=\"https://dash.wabot.my/signup\">sign-up for a free trial at our website</a> and decide to subscribe to our paid plan later.</p>\n<p>Please do take note that this is an unofficial API for WhatsApp.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9230914","collectionId":"007f1a4f-5775-46c7-91db-c75dfc28b233","publishedId":"TzCMcTSB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-31T04:01:49.000Z"},"item":[{"name":"Send Message","item":[{"name":"Send Text V2","id":"7671288b-e35e-4453-9dfe-388f469cc5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}.wabot.my/api/send.php?number=60196195886&type=text&message=This is just a test&instance_id={{instance_id}}&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Phone number of recipient with country code</p>\n","type":"text/plain"},"key":"number","value":"60196195886"},{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"text"},{"description":{"content":"<p>Message to be sent</p>\n","type":"text/plain"},"key":"message","value":"This is just a test"},{"description":{"content":"<p>Instance ID from Wabot dashboard</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"b3e6cb6a-d2c3-48c4-91e9-101d67211435","name":"Send Text V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=text&message=This is just a test from Wabot&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","send.php"],"query":[{"key":"number","value":"{{number}}","description":"Phone number of recipient with country code"},{"key":"type","value":"text","description":"Type of message to be sent (text, image or file)"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:43:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:43:38 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60196195886@c.us\",\"fromMe\":true,\"id\":\"BAE5508DBAD3FE57\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test\"}},\"messageTimestamp\":\"1654328614\",\"status\":\"PENDING\"}}"}],"_postman_id":"7671288b-e35e-4453-9dfe-388f469cc5e3"},{"name":"Send Media V2","id":"2251a7a7-aae1-4d93-b6d9-d68c082ed4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=media&message=This is a test image from WaBot&media_url=https://dash.wabot.my/assets/uploads/9ddfa3be09c9f88f9575418952133410/4fdd05b5dbf70b03c21cedf660201bfa.mp4&filename=image.jpg&instance_id={{instance_id}}&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Phone number of recipient with country code</p>\n","type":"text/plain"},"key":"number","value":"{{number}}"},{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"media"},{"description":{"content":"<p>Message to be sent as caption</p>\n","type":"text/plain"},"key":"message","value":"This is a test image from WaBot"},{"description":{"content":"<p>Direct URL to media (image, video, pdf) - Max 2MB</p>\n","type":"text/plain"},"key":"media_url","value":"https://dash.wabot.my/assets/uploads/9ddfa3be09c9f88f9575418952133410/4fdd05b5dbf70b03c21cedf660201bfa.mp4"},{"key":"filename","value":"image.jpg"},{"key":"instance_id","value":"{{instance_id}}"},{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"49c7c8fb-4cd3-49e9-bbd3-11d70458e3d9","name":"Send Media V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=media&message=This is a test image from Wabot&media_url=https://i.imgur.com/OIRTNWX.jpg&filename=image.jpg&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","send.php"],"query":[{"key":"number","value":"{{number}}","description":"Phone number of recipient with country code"},{"key":"type","value":"media","description":"Type of message to be sent (text, image or file)"},{"key":"message","value":"This is a test image from Wabot","description":"Image URL (ie: from imgur, etc.)"},{"key":"media_url","value":"https://i.imgur.com/OIRTNWX.jpg"},{"key":"filename","value":"image.jpg"},{"key":"instance_id","value":"{{instance_id}}"},{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:45:56 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"1087"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:45:59 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60196195886@c.us\",\"fromMe\":true,\"id\":\"BAE55286899F5318\"},\"message\":{\"imageMessage\":{\"url\":\"https:\\/\\/mmg.whatsapp.net\\/d\\/f\\/Ai6zk1GapA6q1QyW0lqYeKKTTl5XaXkBsiEuQJDBtKN9.enc\",\"mimetype\":\"image\\/jpeg\",\"caption\":\"This is a test image from WaBot\",\"fileSha256\":\"zS2SMjesVUmPKEo9ZqodNjgruIPlzTMqsgphm8CPtzE=\",\"fileLength\":\"37279\",\"mediaKey\":\"jVFKyrA8JDSlqOhIYS0QHcbbIgoXd6f7CLeVn7xZndk=\",\"fileEncSha256\":\"kUxfvMGt+zqxhNSUV5dcKxTk8HGDxMITeLUNi3VDsPY=\",\"directPath\":\"\\/v\\/t62.7118-24\\/11697723_132353302758202_2766869252825642730_n.enc?ccb=11-4&oh=01_AVyL9XOV3aXDJu7X_Wwcey9SY0Y7wvYSt40UoxF-2BTqWw&oe=62C1EDEA\",\"mediaKeyTimestamp\":\"1654328756\",\"jpegThumbnail\":\"\\/9j\\/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P\\/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P\\/wAARCAAaACADASIAAhEBAxEB\\/8QAFwABAQEBAAAAAAAAAAAAAAAABQMEBv\\/EACsQAAIBAwQABAUFAAAAAAAAAAECAwAEEQUSITEGExRBIjIzUYFCYXFykf\\/EABgBAAMBAQAAAAAAAAAAAAAAAAABBAID\\/8QAHBEAAgMBAAMAAAAAAAAAAAAAAQIAAxEhEhNB\\/9oADAMBAAIRAxEAPwDDCoeZFPRODTVn4fW724uCgKb\\/AJc++PvWWHSrpZ22oWeAjzFHt\\/H3q+oa5daNYRtDaAP9MvJyBnJ6FbZuaDJxU\\/sCkTRd+GltbZ5zdb9mDt2YzzjvNATKEmdR0DgU1peu3us6TLFLbGSRm2h4wBwMHqpt4e1GcvMsSqGJIVmw3+U1bnYrEIswCO3N2lqL6SS5WRZcLHHk\\/DxiucvEN05HkPcRMuOUxuA9+Ov2ql6B6yXj9VI6WStnwSMuc4\\/Fciuy+tlQdGw7TpZNNYGOzMaoAQGBGB+e66fTL2x9KohlxuYkq5yQT2KK1MlrI5JOGGM0bZAesi\\/tQq59hY6uN8cM\\/9k=\"}},\"messageTimestamp\":\"1654328756\",\"status\":\"PENDING\"}}"}],"_postman_id":"2251a7a7-aae1-4d93-b6d9-d68c082ed4b6"}],"id":"cd8842df-d9cf-4632-9dc3-f85b4d8e4599","_postman_id":"cd8842df-d9cf-4632-9dc3-f85b4d8e4599","description":""},{"name":"Send to Group","item":[{"name":"Send Text to Group","id":"728feefe-1b7f-43ad-bb1e-71a9cb71901a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{subdomain}}.wabot.my/api/sendgroupmsg.php?type=text&message=This is just a test from Wabot&group_id={{group_id}}&instance_id={{instance_id}}&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","sendgroupmsg.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"text"},{"description":{"content":"<p>Message to be sent</p>\n","type":"text/plain"},"key":"message","value":"This is just a test from Wabot"},{"description":{"content":"<p>WhatsApp group ID (eg. <a href=\"mailto:6012599XXXX-1619867895@g.us\">6012599XXXX-1619867895@g.us</a>)</p>\n","type":"text/plain"},"key":"group_id","value":"{{group_id}}"},{"description":{"content":"<p>Instance ID from Wabot dashboard</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"fcaa7aaf-5596-4f0c-bc71-36c518cfb1c8","name":"Send Text to Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{subdomain}}.wabot.my/api/sendgroupmsg.php?type=text&message=This is just a test from Wabot&group_id={{group_id}}&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","sendgroupmsg.php"],"query":[{"key":"type","value":"text","description":"Type of message to be sent"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"group_id","value":"{{group_id}}","description":"WhatsApp group ID (eg. 6012599XXXX-1619867895@g.us)"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:56:12 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:56:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60125153307-1619864623@g.us\",\"fromMe\":true,\"id\":\"BAE5D2D63A12E086\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test from Wabot\"}},\"messageTimestamp\":\"1654329371\",\"status\":\"PENDING\",\"participant\":\"60125153307:89@s.whatsapp.net\"}}"}],"_postman_id":"728feefe-1b7f-43ad-bb1e-71a9cb71901a"},{"name":"Send Media to Group","id":"e129956c-4dc8-4c2a-869c-9112963292fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{subdomain}}.wabot.my/api/sendgroupmsg.php?type=media&message=This is just a test from Wabot&media_url=https://i.imgur.com/OIRTNWX.jpg&group_id={{group_id}}&instance_id={{instance_id}}&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","sendgroupmsg.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"media"},{"description":{"content":"<p>Message to be sent as caption</p>\n","type":"text/plain"},"key":"message","value":"This is just a test from Wabot"},{"description":{"content":"<p>Direct URL to media (image, video, pdf) - Max 2MB</p>\n","type":"text/plain"},"key":"media_url","value":"https://i.imgur.com/OIRTNWX.jpg"},{"description":{"content":"<p>WhatsApp group ID (eg. <a href=\"mailto:6012599XXXX-1619867895@g.us\">6012599XXXX-1619867895@g.us</a>)</p>\n","type":"text/plain"},"key":"group_id","value":"{{group_id}}"},{"description":{"content":"<p>Instance ID from Wabot dashboard</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"1720b258-1d5f-4a71-8294-f2405943e493","name":"Send Media to Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{subdomain}}.wabot.my/api/sendgroupmsg.php?type=media&message=This is just a test from Wabot&media_url=https://i.imgur.com/OIRTNWX.jpg&group_id={{group_id}}&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","sendgroupmsg.php"],"query":[{"key":"type","value":"media","description":"Type of message to be sent"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent as caption"},{"key":"media_url","value":"https://i.imgur.com/OIRTNWX.jpg","description":"Direct URL to media (image, video, pdf) - Max 2MB"},{"key":"group_id","value":"{{group_id}}","description":"WhatsApp group ID (eg. 6012599XXXX-1619867895@g.us)"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 08:01:12 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"1116"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 08:01:15 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60125153307-1619864623@g.us\",\"fromMe\":true,\"id\":\"BAE51C9B499B9AAF\"},\"message\":{\"imageMessage\":{\"url\":\"https:\\/\\/mmg.whatsapp.net\\/d\\/f\\/ApGFnGnEjW6KecNe73pB3NAS3pLBvhvC7rBjOtbGRc-Q.enc\",\"mimetype\":\"image\\/jpeg\",\"caption\":\"This is just a test from Wabot\",\"fileSha256\":\"zS2SMjesVUmPKEo9ZqodNjgruIPlzTMqsgphm8CPtzE=\",\"fileLength\":\"37279\",\"mediaKey\":\"C0FXYtyk\\/rZgHgXDjuqGrEhvNjlFM2+\\/ImIBMCeJrc8=\",\"fileEncSha256\":\"PZBsR\\/pQihPbjvA5x2+7ClBonIKkdUhqGh0Sbxkh5ck=\",\"directPath\":\"\\/v\\/t62.7118-24\\/30024097_557614405872180_7405282281846454039_n.enc?ccb=11-4&oh=01_AVyPOLzNIoVrHDGfqMyUGQ5dKcwvBd_QE3Ak_7GLZDNZkQ&oe=62BFD094\",\"mediaKeyTimestamp\":\"1654329671\",\"jpegThumbnail\":\"\\/9j\\/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P\\/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P\\/wAARCAAaACADASIAAhEBAxEB\\/8QAFwABAQEBAAAAAAAAAAAAAAAABQMEBv\\/EACsQAAIBAwQABAUFAAAAAAAAAAECAwAEEQUSITEGExRBIjIzUYFCYXFykf\\/EABgBAAMBAQAAAAAAAAAAAAAAAAABBAID\\/8QAHBEAAgMBAAMAAAAAAAAAAAAAAQIAAxEhEhNB\\/9oADAMBAAIRAxEAPwDDCoeZFPRODTVn4fW724uCgKb\\/AJc++PvWWHSrpZ22oWeAjzFHt\\/H3q+oa5daNYRtDaAP9MvJyBnJ6FbZuaDJxU\\/sCkTRd+GltbZ5zdb9mDt2YzzjvNATKEmdR0DgU1peu3us6TLFLbGSRm2h4wBwMHqpt4e1GcvMsSqGJIVmw3+U1bnYrEIswCO3N2lqL6SS5WRZcLHHk\\/DxiucvEN05HkPcRMuOUxuA9+Ov2ql6B6yXj9VI6WStnwSMuc4\\/Fciuy+tlQdGw7TpZNNYGOzMaoAQGBGB+e66fTL2x9KohlxuYkq5yQT2KK1MlrI5JOGGM0bZAesi\\/tQq59hY6uN8cM\\/9k=\"}},\"messageTimestamp\":\"1654329671\",\"status\":\"PENDING\",\"participant\":\"60125153307:89@s.whatsapp.net\"}}"}],"_postman_id":"e129956c-4dc8-4c2a-869c-9112963292fd"}],"id":"14fa1089-365f-4f1a-9ea2-b3d4d794728d","_postman_id":"14fa1089-365f-4f1a-9ea2-b3d4d794728d","description":""},{"name":"Advance / Misc","item":[{"name":"Send vCard via JSON","id":"3d83ff05-d72b-4eab-9bfc-f74e76e879ac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contacts\": {\r\n        \"displayName\": \"Firdaus Azizi\",\r\n        \"contacts\": [\r\n            {\r\n                \"vcard\": \"BEGIN:VCARD\\nVERSION:3.0\\nFN:Firdaus Azizi\\nORG:Team Fames;\\nTEL;type=CELL;type=VOICE;waid=601119481730:+601119481730\\nEND:VCARD\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.wabot.my/api/send.php?instance_id={{instance_id}}&access_token={{access_token}}&type=json&number={{number}}","description":"<p>Now can send a vCard message with a json format.<br />the vCard String is composed by next properties:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>BEGIN:VCARD           // Init of VCARD\nVERSION:3.0           // VCARD Version\nFN:Bob First          // Contac fullname\nORG:sitedomain.com;   // the organization of the contact\nTEL;type=CELL;type=VOICE;waid=521238xxxxxxx:+521238xxxxxxx // WhatsApp ID + phone number\nEND:VCARD             // End of VCARD\n\n</code></pre><p>is needed use \\n for new lines, acoording to the json format for string:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"BEGIN:VCARD\\nVERSION:3.0\\nFN:Bob First\\nORG:sitedomain.com;\\nTEL;type=CELL;type=VOICE;waid=521238XXXXXXX:+521238XXXXXXX\\nEND:VCARD\"\n\n</code></pre>","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Instance Id of the Phone conected to our web site</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access Token, you can get this on whatsapp Profile section</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"},{"key":"type","value":"json"},{"description":{"content":"<p>The whastsapp phone to send the message in this format : CountryCode+phoneNumber,</p>\n","type":"text/plain"},"key":"number","value":"{{number}}"}],"variable":[]}},"response":[{"id":"8fbb7ca5-e331-449c-ba89-8181003a554f","name":"vCard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contacts\": {\r\n        \"displayName\": \"{{name}}\",\r\n        \"contacts\": [\r\n            {\r\n                \"vcard\": \"BEGIN:VCARD\\nVERSION:3.0\\nFN:{{name}}\\nORG:{{domain}};\\nTEL;type=CELL;type=VOICE;waid={{phone}}:+{{phone}}\\nEND:VCARD\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/send.php?instance_id={{instance_id}}&access_token={{access_token}}&type=json&number={{phone}}","protocol":"https","host":["{{domain}}"],"path":["api","send.php"],"query":[{"key":"instance_id","value":"{{instance_id}}","description":"Instance Id of the Phone conected to our web site"},{"key":"access_token","value":"{{access_token}}","description":"Access Token, you can get this on whatsapp Profile section"},{"key":"type","value":"json"},{"key":"number","value":"{{phone}}","description":"The whastsapp phone to send the message in this format : CountryCode+phoneNumber,"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Success\",\r\n    \"data\": {\r\n        \"key\": {\r\n            \"remoteJid\": String,\r\n            \"fromMe\": Boolean,\r\n            \"id\": String\r\n        },\r\n        \"message\": Object\r\n        },\r\n        \"messageTimestamp\": Int,\r\n        \"status\": \"PENDING\"\r\n    }\r\n}"}],"_postman_id":"3d83ff05-d72b-4eab-9bfc-f74e76e879ac"},{"name":"Check Phone","id":"d133cba2-c61a-465c-934b-1fed712e4775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}.wabot.my/api/send.php?number=60196195886&type=check_phone&instance_id={{instance_id}}&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Phone number of recipient with country code</p>\n","type":"text/plain"},"key":"number","value":"60196195886"},{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"check_phone"},{"description":{"content":"<p>Instance ID from Wabot dashboard</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"5c9fc0e0-ee64-4f04-a1d9-309fda2bee1a","name":"Send Text V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=text&message=This is just a test from Wabot&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","send.php"],"query":[{"key":"number","value":"{{number}}","description":"Phone number of recipient with country code"},{"key":"type","value":"text","description":"Type of message to be sent (text, image or file)"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:43:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:43:38 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60196195886@c.us\",\"fromMe\":true,\"id\":\"BAE5508DBAD3FE57\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test\"}},\"messageTimestamp\":\"1654328614\",\"status\":\"PENDING\"}}"}],"_postman_id":"d133cba2-c61a-465c-934b-1fed712e4775"},{"name":"Add to Contact Group","id":"1c56a341-efee-4fc3-802b-a73a574e41ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}.wabot.my/api/contact_groups.php?contact=60196794989&name=Firdaus&type=add&group_id=1047&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","contact_groups.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"key":"contact","value":"60196794989"},{"key":"name","value":"Firdaus"},{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"add"},{"key":"group_id","value":"1047"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"8aea533a-bc4c-4a36-a6b9-8d49017b8e9d","name":"Send Text V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=text&message=This is just a test from Wabot&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","send.php"],"query":[{"key":"number","value":"{{number}}","description":"Phone number of recipient with country code"},{"key":"type","value":"text","description":"Type of message to be sent (text, image or file)"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:43:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:43:38 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60196195886@c.us\",\"fromMe\":true,\"id\":\"BAE5508DBAD3FE57\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test\"}},\"messageTimestamp\":\"1654328614\",\"status\":\"PENDING\"}}"}],"_postman_id":"1c56a341-efee-4fc3-802b-a73a574e41ad"},{"name":"Remove from Contact Group","id":"af9bf8a9-4b20-47d7-92de-5c2bccbc2939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{subdomain}}.wabot.my/api/contact_groups.php?contact=60196794989&type=remove&group_id=1047&access_token={{access_token}}","urlObject":{"protocol":"https","path":["api","contact_groups.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"key":"contact","value":"60196794989"},{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"remove"},{"key":"group_id","value":"1047"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"7805ca66-849f-4b86-ab38-4de91d7bf05a","name":"Send Text V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{subdomain}}.wabot.my/api/send.php?number={{number}}&type=text&message=This is just a test from Wabot&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","send.php"],"query":[{"key":"number","value":"{{number}}","description":"Phone number of recipient with country code"},{"key":"type","value":"text","description":"Type of message to be sent (text, image or file)"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:43:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:43:38 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60196195886@c.us\",\"fromMe\":true,\"id\":\"BAE5508DBAD3FE57\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test\"}},\"messageTimestamp\":\"1654328614\",\"status\":\"PENDING\"}}"}],"_postman_id":"af9bf8a9-4b20-47d7-92de-5c2bccbc2939"}],"id":"d27a5cab-2d67-406f-a330-5b0ce13deb28","_postman_id":"d27a5cab-2d67-406f-a330-5b0ce13deb28","description":""},{"name":"Deprecated","item":[{"name":"Send Template Message (button / list)","id":"1844cac7-5e6e-4d19-b31c-00bbef786692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{subdomain}}.wabot.my/api/send.php?type=template&message=List Test_i&instance_id={{instance_id}}&access_token={{access_token}}&number={{number}}","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Type of message to be sent</p>\n","type":"text/plain"},"key":"type","value":"template"},{"description":{"content":"<p>Template Name</p>\n","type":"text/plain"},"key":"message","value":"List Test_i"},{"description":{"content":"<p>Instance ID from Wabot dashboard</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access token from Wabot dashboard</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"},{"key":"number","value":"{{number}}"}],"variable":[]}},"response":[{"id":"60064c3d-f599-4055-8d6c-d7d5a65fc347","name":"Send Text to Group","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{subdomain}}.wabot.my/api/sendgroupmsg.php?type=text&message=This is just a test from Wabot&group_id={{group_id}}&instance_id={{instance_id}}&access_token={{access_token}}","protocol":"https","host":["{{subdomain}}","wabot","my"],"path":["api","sendgroupmsg.php"],"query":[{"key":"type","value":"text","description":"Type of message to be sent"},{"key":"message","value":"This is just a test from Wabot","description":"Message to be sent"},{"key":"group_id","value":"{{group_id}}","description":"WhatsApp group ID (eg. 6012599XXXX-1619867895@g.us)"},{"key":"instance_id","value":"{{instance_id}}","description":"Instance ID from Wabot dashboard"},{"key":"access_token","value":"{{access_token}}","description":"Access token from Wabot dashboard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx-rc"},{"key":"Date","value":"Sat, 04 Jun 2022 07:56:12 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"Expires","value":"Sat, 04 Jun 2022 07:56:16 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"\r\n\r\n{\"status\":\"success\",\"message\":\"Success\",\"data\":{\"key\":{\"remoteJid\":\"60125153307-1619864623@g.us\",\"fromMe\":true,\"id\":\"BAE5D2D63A12E086\"},\"message\":{\"extendedTextMessage\":{\"text\":\"This is just a test from Wabot\"}},\"messageTimestamp\":\"1654329371\",\"status\":\"PENDING\",\"participant\":\"60125153307:89@s.whatsapp.net\"}}"}],"_postman_id":"1844cac7-5e6e-4d19-b31c-00bbef786692"},{"name":"Send Button via JSON","id":"ab2061ec-9085-4a90-ac11-96997b49ad6b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"This is a message with buttons\",\n    \"footer\": \"follow us https://google.com\",\n    \"buttons\": [\n        {\n            \"buttonId\": \"ID_1\",\n            \"buttonText\": {\n                \"displayText\": \"Display Text Button 1\"\n            }\n        },\n        {\n            \"buttonId\": \"ID_2\",\n            \"buttonText\": {\n                \"displayText\": \"Display Text Button 2\"\n            }\n        },\n        {\n            \"buttonId\": \"ID_3\",\n            \"buttonText\": {\n                \"displayText\": \"Display Text Button 3\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.wabot.my/api/send.php?instance_id={{instance_id}}&access_token={{access_token}}&type=json&number={{number}}","description":"<p>You can send a buttons message with a json format, this is made up of two types of objects, \"main object\" and \"button object\", the main object allows an array to send a maximum of 3 buttons, send more objects in the array may cause problems, use with caution</p>\n<p><strong>Main Object JSON format</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"text\": String //The Main text of the message\n    \"footer\": String //The footer text, support url\n    \"buttons\": [Object, Object] //Array of button object, you can send max 3 objects button\n}\n\n</code></pre>\n<p><strong>Button Object JSON format</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"buttonId\": String, // Id of button, you can use this to trigger the next bot action\n    \"buttonText\": {\n        \"displayText\": String // The text displayed on button\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","send.php"],"host":["{{subdomain}}","wabot","my"],"query":[{"description":{"content":"<p>Instance Id of the Phone conected to our web site</p>\n","type":"text/plain"},"key":"instance_id","value":"{{instance_id}}"},{"description":{"content":"<p>Access Token, you can get this on whatsapp Profile section</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"},{"key":"type","value":"json"},{"description":{"content":"<p>The whastsapp phone to send the message in this format : CountryCode+phoneNumber,</p>\n","type":"text/plain"},"key":"number","value":"{{number}}"}],"variable":[]}},"response":[{"id":"5fefaa65-fa7a-424d-b0c3-e9b49d79a62e","name":"Buttons","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Hi it's button message\",\r\n    \"footer\": \"Hello World\",\r\n    \"buttons\": [\r\n        {\"buttonId\": \"id1\", \"buttonText\": {\"displayText\": \"Button 1\"}},\r\n        {\"buttonId\": \"id2\", \"buttonText\": {\"displayText\": \"Button 2\"}},\r\n        {\"buttonId\": \"id3\", \"buttonText\": {\"displayText\": \"Button 3\"}}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/send.php?number=521238XXXXXXX&type=json&instance_id=609ACF283XXXX&access_token=fda64a915ef2XXXXXXXXXXXXXXXXXXXX","protocol":"https","host":["{{domain}}"],"path":["api","send.php"],"query":[{"key":"number","value":"521238XXXXXXX","description":"replace with the whastapp phone to send message"},{"key":"type","value":"json"},{"key":"instance_id","value":"609ACF283XXXX","description":"replace with your instance id"},{"key":"access_token","value":"fda64a915ef2XXXXXXXXXXXXXXXXXXXX","description":"replace with your access token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Success\",\r\n    \"data\": {\r\n        \"key\": {\r\n            \"remoteJid\": String,\r\n            \"fromMe\": Boolean,\r\n            \"id\": String\r\n        },\r\n        \"message\": Object\r\n        },\r\n        \"messageTimestamp\": Int,\r\n        \"status\": \"PENDING\"\r\n    }\r\n}"}],"_postman_id":"ab2061ec-9085-4a90-ac11-96997b49ad6b"}],"id":"297ab9e1-1229-4d8d-b484-dfe1079ac46d","_postman_id":"297ab9e1-1229-4d8d-b484-dfe1079ac46d","description":""}],"event":[{"listen":"prerequest","script":{"id":"ca4447f1-d509-4adb-bd0a-47412cca1e6a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8a5e272b-3813-4d4a-80ab-c0e8f7db57ad","type":"text/javascript","exec":[""]}}],"variable":[{"key":"subdomain","value":"{{subdomain}}","type":"string"},{"key":"access_token","value":"{{access_token}}","type":"string"},{"key":"instance_id","value":"{{instance_id}}","type":"string"},{"key":"number","value":"{{number}}"},{"key":"group_id","value":"{{group_id}}"}]}