{"info":{"_postman_id":"09992e7c-4c0e-434f-82b4-375ec5fa72f0","name":"BalesOtomatis.id REST API","description":"<html><head></head><body><p>Selamat datang di Dokumentasi API BalesOtomatis.id</p>\n<p>Berikut ini beberapa pra-syarat untuk menggunakan API BalesOtomatis.id</p>\n<p><strong>⭐️ Langkah-langkah untuk memulai:</strong></p>\n<ul>\n<li><p><strong>Base URL:</strong> <a href=\"https://api.balesotomatis.id/public/v1/\"><b>https://api.balesotomatis.id/public/v1/</b></a></p>\n</li>\n<li><p>API Key bisa diambil di Member Area <strong>Integration &gt; Access Token</strong></p>\n</li>\n<li><p>Pengiriman data menggunakan format JSON (application/json)</p>\n</li>\n</ul>\n<h2 id=\"response-code\">Response Code</h2>\n<p><strong>200</strong> Success<br><strong>400</strong> Bad Request / Reached of Rate-Limited<br><strong>403</strong> Invalid API Key<br><strong>404</strong> Invalid Number ID<br><strong>405</strong> Invalid Request / Wrong Required Parameter<br><strong>408</strong> Timeout Request With Dynamic Message</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"38034794","collectionId":"09992e7c-4c0e-434f-82b4-375ec5fa72f0","publishedId":"2sAXqzXduR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-30T07:21:15.000Z"},"item":[{"name":"General","item":[{"name":"Info","id":"8b7f6bc3-6e77-4a75-b1af-af127936cf88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/info","urlObject":{"protocol":"https","path":["public","v1","info"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"753ef119-a15a-4f26-ad40-d2a1b337b389","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"access_token\": \"xxxx\",\n    \"api_key\": \"vXXXXXXXxxxz\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 06:16:18 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"548"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Successfully.\",\n    \"info\": {\n        \"package\": {\n            \"name\": \"Enterprise\",\n            \"active_from\": \"2024-09-07\",\n            \"active_until\": \"2025-11-01\"\n        },\n        \"user\": {\n            \"email\": \"youremail@gmail.com\",\n            \"registered_at\": \"2024-08-16 17:07:53\"\n        },\n        \"timezone\": \"Asia/Jakarta\",\n        \"devices\": [\n            {\n                \"number_id\": \"YOUR-NUMBER-ID\",\n                \"number_whatsapp\": \"628xxxx\",\n                \"state_connection\": \"connected\",\n                \"last_connected_at\": \"2024-09-17 13:00:04\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8b7f6bc3-6e77-4a75-b1af-af127936cf88"},{"name":"Validate Number","id":"e0b223e8-73af-423f-a286-a4f6c509b803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/validate_number","urlObject":{"protocol":"https","path":["public","v1","validate_number"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"1048ff79-745e-45b4-b74b-8974ed71e12d","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"access_token\": \"YOUR-GENERATED-ACCESS-TOKEN\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/validate_number"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 06:37:29 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"70"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Valid WhatsApp Number\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"e0b223e8-73af-423f-a286-a4f6c509b803"}],"id":"b0a946b0-dc1d-4338-a638-d8823e76124b","_postman_id":"b0a946b0-dc1d-4338-a638-d8823e76124b","description":""},{"name":"Contacts","item":[{"name":"List Contacts","id":"ee0f0628-da7b-432d-ab52-f4c28113cf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"start\": 0,\r\n  \"length\": 10,\r\n  \"search\": \"\",\r\n  \"order_by\": \"contacts_created_at\",\r\n  \"order_dir\": \"desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-list-contacts","urlObject":{"protocol":"https","path":["public","v1","get-list-contacts"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"87ef6f5a-2571-4882-9d08-4f5e3bf53142","name":"List Contacts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"start\": 0,\r\n  \"length\": 10,\r\n  \"search\": \"\",\r\n  \"order_by\": \"contacts_created_at\",\r\n  \"order_dir\": \"desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-list-contacts"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Successfully\",\n    \"type\": \"successfully\",\n    \"data\": [\n        {\n            \"contacts_id\": \"xxxxx\",\n            \"contacts_name\": \"Jono\",\n            \"contacts_type\": \"sync_from_whatsapp\",\n            \"contacts_type_defined\": \"Manual Input\",\n            \"contacts_audience\": 6,\n            \"contacts_created_at\": \"10 Aug 2025 21:04 WIB\",\n            \"contacts_last_updated\": \"10 Aug 2025 21:04 WIB\"\n        }\n    ],\n    \"draw\": 0,\n    \"iTotalRecords\": \"32\",\n    \"iTotalDisplayRecords\": \"32\"\n}"}],"_postman_id":"ee0f0628-da7b-432d-ab52-f4c28113cf09"},{"name":"List Audiences","id":"2317b267-f854-4a64-8f3e-205ce44b650d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"contact_id\": \"xxxxx\",\r\n  \"draw\": 1,\r\n  \"start\": 0,\r\n  \"length\": 10,\r\n  \"search\": { \"value\": \"\" },\r\n  \"order\": [{ \"column\": 0, \"dir\": \"asc\" }],\r\n  \"columns\": [\r\n    { \"data\": \"name\" },\r\n    { \"data\": \"wa_number\" },\r\n    { \"data\": \"status\" },\r\n    { \"data\": \"date_insert\" }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-list-audiences","urlObject":{"protocol":"https","path":["public","v1","get-list-audiences"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"c57e9233-9f44-4eb3-a387-aba013b74370","name":"List Audiences","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"contact_id\": \"xxxxx\",\r\n  \"draw\": 1,\r\n  \"start\": 0,\r\n  \"length\": 10,\r\n  \"search\": { \"value\": \"\" },\r\n  \"order\": [{ \"column\": 0, \"dir\": \"asc\" }],\r\n  \"columns\": [\r\n    { \"data\": \"name\" },\r\n    { \"data\": \"wa_number\" },\r\n    { \"data\": \"status\" },\r\n    { \"data\": \"date_insert\" }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-list-audiences"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Successfully\",\n    \"type\": \"successfully\",\n    \"data\": [\n        {\n            \"audience_id\": \"xxxxx\",\n            \"name\": \"Jono\",\n            \"wa_number\": \"628xxxxxx\",\n            \"status\": \"not_checked\",\n            \"status_defined\": \"Pending\",\n            \"date_insert\": \"3 Jun 2025 15:38 WIB\",\n            \"custom_fields\": []\n        }\n    ],\n    \"draw\": 1,\n    \"iTotalRecords\": \"22\",\n    \"iTotalDisplayRecords\": \"22\"\n}"}],"_postman_id":"2317b267-f854-4a64-8f3e-205ce44b650d"}],"id":"e281215c-42b9-4e2a-a936-7c29921ae724","_postman_id":"e281215c-42b9-4e2a-a936-7c29921ae724","description":""},{"name":"WhatsApp Un-Official","item":[{"name":"Sending Message - Group","item":[{"name":"Text Message","id":"610b9f6f-d0a7-486b-ab06-229eb0405143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\", //The sender's number must be a group admin\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_message","urlObject":{"protocol":"https","path":["public","v1","send_group_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"bee9d706-25f3-40ec-a4a9-19ef7caf2f8e","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\",\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"610b9f6f-d0a7-486b-ab06-229eb0405143"},{"name":"Image Message","id":"ce0c0b56-1022-40e8-b0a8-e5cb072282d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\", //The sender's number must be a group admin\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\r\n    \"image_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\", //https://example.com/assets/example.png\r\n    \"send_as_caption\": \"1\" //1 for set message as caption or 0 for set message as new bubble chat\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_message","urlObject":{"protocol":"https","path":["public","v1","send_group_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"14ae214c-4920-4733-ba5e-4113dc875fa0","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\",\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\r\n    \"image_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\", //https://example.com/assets/example.png\r\n    \"send_as_caption\": \"1\" //1 for set message as caption or 0 for set message as new bubble chat\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"ce0c0b56-1022-40e8-b0a8-e5cb072282d5"},{"name":"File Message","id":"9e432ef3-5a10-457e-90c1-cf9c2de42ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\", //The sender's number must be a group admin\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\r\n    \"file_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\" //https://example.com/assets/example.png\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_file","urlObject":{"protocol":"https","path":["public","v1","send_group_file"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"b625fbbe-33a3-47b1-8a8f-dca8f8280ef1","name":"File Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"api_key\": \"YOUR-API-KEY\",\r\n    \"number_id\": \"YOUR-NUMBER-ID\",\r\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\r\n    \"method_send\": \"async\", //async or sync\r\n    \"group_id\": \"YOUR-TARGET-GROUP-ID\", //The sender's number must be a group admin\r\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\r\n    \"file_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\" //https://example.com/assets/example.png\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_group_file"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"9e432ef3-5a10-457e-90c1-cf9c2de42ba9"}],"id":"4f6d9500-9db5-4895-a5b9-efe767f3ffd6","_postman_id":"4f6d9500-9db5-4895-a5b9-efe767f3ffd6","description":""},{"name":"Sending Message - Personal","item":[{"name":"Text Message","id":"74d5a9cf-4e7a-4269-bc21-78ae63ef87ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_message","urlObject":{"protocol":"https","path":["public","v1","send_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"24800874-2ea3-468a-8496-7ec838aa8453","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 06:52:45 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"74d5a9cf-4e7a-4269-bc21-78ae63ef87ea"},{"name":"Image Message","id":"c0047c7b-1260-4f0e-bcfa-79c255e1fee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\n    \"image_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\", //https://example.com/assets/example.png\n    \"send_as_caption\": \"1\" //1 for set message as caption or 0 for set message as new bubble chat\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_message","urlObject":{"protocol":"https","path":["public","v1","send_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"96264b6f-e48a-43ee-9367-29e6733a0a58","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\n    \"image_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\", //https://example.com/assets/example.png\n    \"send_as_caption\": \"1\" //1 for set message as caption or 0 for set message as new bubble chat\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 06:58:04 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"c0047c7b-1260-4f0e-bcfa-79c255e1fee6"},{"name":"File Message","id":"2a448fc2-d3d4-4a18-900e-7cdcdb8c8278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\n    \"file_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\" //https://example.com/assets/example.png\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_file","urlObject":{"protocol":"https","path":["public","v1","send_personal_file"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"060d96be-3375-418a-b8f4-349acae7fb74","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"enable_typing\": \"1\", //1 for waiting for using typing effect\n    \"method_send\": \"async\", //async or sync\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"message\": \"Hi, this is sending from BalesOtomatis.id\",\n    \"file_url\": \"YOUR-IMAGE-URL-CONTAINS-EXTENSION\" //https://example.com/assets/example.png\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_personal_file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 07:10:00 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\"\n}"}],"_postman_id":"2a448fc2-d3d4-4a18-900e-7cdcdb8c8278"}],"id":"4b662eb3-3258-4651-a475-1a4c7dceb34b","_postman_id":"4b662eb3-3258-4651-a475-1a4c7dceb34b","description":""},{"name":"Grabbing","item":[{"name":"Contacts","id":"9801388a-2e94-480e-ab8c-c8e31aeac5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"type\": \"contacts\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/grab","urlObject":{"protocol":"https","path":["public","v1","grab"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"410131a7-43d2-410a-bf52-5f61e2c9111a","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"type\": \"contacts\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/grab"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 07:45:46 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Received (1000) Contacts\",\n    \"type\": \"successfully\",\n    \"data\": [\n        {\n            \"name\": \"Contact 1\",\n            \"whatsapp_number\": \"628xxxxxxxx\"\n        },\n        {\n            \"name\": \"Contact 2\",\n            \"whatsapp_number\": \"628xxxxxxxx\"\n        }\n    ]\n}"}],"_postman_id":"9801388a-2e94-480e-ab8c-c8e31aeac5b8"},{"name":"Group","id":"e94134ee-292d-496a-8846-4d36b3bbc1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"type\": \"group\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/grab","urlObject":{"protocol":"https","path":["public","v1","grab"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"8147a66f-be49-433a-b1a5-9b526596597f","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"type\": \"group\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/grab"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Sep 2024 08:03:28 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Received (1000) Groups\",\n    \"type\": \"successfully\",\n    \"data\": {\n        \"120363322806xxxxxx\": {\n            \"id\": \"120363322806xxxxxx\",\n            \"groupname\": \"Example Groups\",\n            \"participants\": [\n                {\n                    \"groupid\": \"120363322806xxxxxx\",\n                    \"iscontact\": false,\n                    \"name\": \"Secret Groups\",\n                    \"number\": \"628xxxxx\",\n                    \"role\": \"participant\",\n                    \"groupname\": \"Secret Groups\"\n                },\n                {\n                    \"groupid\": \"120363322806xxxxxx\",\n                    \"iscontact\": false,\n                    \"name\": \"Secret Groups\",\n                    \"number\": \"628xxxxx\",\n                    \"role\": \"participant\",\n                    \"groupname\": \"Secret Groups\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e94134ee-292d-496a-8846-4d36b3bbc1fb"}],"id":"5e155dc2-b9a7-42d9-879b-ecc2f75caf50","_postman_id":"5e155dc2-b9a7-42d9-879b-ecc2f75caf50","description":""},{"name":"OTP","item":[{"name":"Send OTP","id":"3df7496a-3946-439a-b694-2a438cc8edaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"number_id\": \"YOUR-NUMBER-ID\",\n    \"phone_no\": \"YOUR-TARGET-PHONE-NUMBER\",\n    \"country_code\": \"62\",\n    \"customer_name\": \"YOUR-CUSTOMER-NAME\",\n    \"service_name\": \"YOUR-SERVICE-NAME\",\n    \"company_name\": \"YOUR-COMPANY-NAME\",\n    \"lifetime\": \"60\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_otp","urlObject":{"protocol":"https","path":["public","v1","send_otp"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"5cc0dabc-76ce-46d4-85d9-27584991c41c","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"API-KEY\",\n    \"number_id\": \"NUMBER-KEY\",\n    \"phone_no\": \"8728xxxxxxx\",\n    \"country_code\": \"62\",\n    \"customer_name\": \"CUSTOMER-NAME\",\n    \"service_name\": \"YOUR-SERVICE-NAME\",\n    \"company_name\": \"YOUR-COMPANY-NAME\",\n    \"lifetime\": \"60\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Oct 2024 04:52:07 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=v36i0dckrljg70kflgjd3o6gaa; path=/; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"239"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"The message is in the delivery process\",\n    \"type\": \"successfully\",\n    \"otp_code\": \"191432\",\n    \"req_id\": \"dzRzNVJzVmY4V0RoZDlDOXJQQVNNVkVWbUYvenJheDN5TGlzSXVPeU1WZjRDNE1XR2pYSEY4U0Rad0IrVTlaZ1V3NE85TnZGZUhWQjRZZ2pjYWtKTkE9PQ==\"\n}"}],"_postman_id":"3df7496a-3946-439a-b694-2a438cc8edaa"},{"name":"Validate OTP","id":"cb01f071-bf7c-46d0-95e6-fd4c1b41aefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"YOUR-API-KEY\",\n    \"otp_code\": \"OTP-CODE-HERE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/validate_otp","urlObject":{"protocol":"https","path":["public","v1","validate_otp"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"47fe715a-2262-4ee3-91fd-1d7d4201f94c","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"vXXXXXXXxxxz\",\n    \"otp_code\": \"071908\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/validate_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Oct 2024 06:32:13 GMT"},{"key":"Server","value":"Apache/2.4.52 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Origin, Cache-Control, Pragma, Authorization, Accept, Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"44"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"OTP Code is Valid\"\n}"}],"_postman_id":"cb01f071-bf7c-46d0-95e6-fd4c1b41aefb"}],"id":"faa67c0f-74c3-4179-a57a-0a6044043805","_postman_id":"faa67c0f-74c3-4179-a57a-0a6044043805","description":""}],"id":"e550afc5-f31c-44a5-a546-9b39e5844cb7","_postman_id":"e550afc5-f31c-44a5-a546-9b39e5844cb7","description":""},{"name":"WhatsApp Business API","item":[{"name":"Templates","item":[{"name":"Create Template","id":"e4b3ccc8-6808-4024-b938-c0b5595aec6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"YOUR_SECRET\",\r\n    \"licensesKey\": \"WB-xxxx\",\r\n    \"name\": \"lokasi_toko\",\r\n    \"language\": \"id\",\r\n    \"category\": \"UTILITY\",\r\n    \"submitToFacebook\": false,\r\n    \"header\": {\r\n      \"type\": \"LOCATION\",\r\n      \"name\": \"Toko Pusat\",\r\n      \"address\": \"Jl. Contoh No.1, Jakarta\",\r\n      \"latitude\": -6.3555,\r\n      \"longitude\": 101.816000\r\n    },\r\n    \"body\": \"Halo {{1}}, ini lokasi toko kami.\",\r\n    \"variables\": [\r\n      { \"placeholder\": \"{{1}}\", \"label\": \"Nama\", \"example\": \"Sari\" }\r\n    ],\r\n    \"buttons\": [\r\n      { \"type\": \"QUICK_REPLY\", \"data\": { \"label\": \"Terima kasih\" } }\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/create-template","urlObject":{"protocol":"https","path":["public","v1","create-template"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"2e446290-302d-4b29-8e05-b33e36d4cc0b","name":"Create Template","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"YOUR_SECRET\",\r\n    \"licensesKey\": \"WB-xxxx\",\r\n    \"name\": \"lokasi_toko\",\r\n    \"language\": \"id\",\r\n    \"category\": \"UTILITY\",\r\n    \"submitToFacebook\": false,\r\n    \"header\": {\r\n      \"type\": \"LOCATION\",\r\n      \"name\": \"Toko Pusat\",\r\n      \"address\": \"Jl. Contoh No.1, Jakarta\",\r\n      \"latitude\": -6.3555,\r\n      \"longitude\": 101.816000\r\n    },\r\n    \"body\": \"Halo {{1}}, ini lokasi toko kami.\",\r\n    \"variables\": [\r\n      { \"placeholder\": \"{{1}}\", \"label\": \"Nama\", \"example\": \"Sari\" }\r\n    ],\r\n    \"buttons\": [\r\n      { \"type\": \"QUICK_REPLY\", \"data\": { \"label\": \"Terima kasih\" } }\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/create-template"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Template submitted to Facebook for review\",\n    \"fb_response\": {\n        \"id\": \"1234567890\",\n        \"status\": \"IN_REVIEW\"\n    },\n    \"review_notice_title\": \"Template Under Review\",\n    \"review_notice_message\": \"Meta may take 10 minutes to max 3 days (in rare case / first time create template) for template review\"\n}"}],"_postman_id":"e4b3ccc8-6808-4024-b938-c0b5595aec6c"},{"name":"Get List Templates","id":"8d59c5f9-f00b-468b-a479-25f2a92bb844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"secret_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"licenses_key\": \"BALESOTOMATIS-NUMBER-WABA-KEY\",\r\n  \"search\": \"\",\r\n  \"order_by\": \"template_created_at\",\r\n  \"order_dir\": \"desc\",\r\n  \"start\": 0,\r\n  \"length\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-template-list","urlObject":{"protocol":"https","path":["public","v1","get-template-list"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"1c4f9253-f0f7-4d9b-aa12-751980c7db36","name":"Get List Templates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"secret_key\": \"BALESOTOMATIS-API-KEY\",\r\n  \"licenses_key\": \"BALESOTOMATIS-NUMBER-WABA-KEY\",\r\n  \"search\": \"\",\r\n  \"order_by\": \"template_created_at\",\r\n  \"order_dir\": \"desc\",\r\n  \"start\": 0,\r\n  \"length\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/get-template-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": \"Successfully\",\n    \"type\": \"successfully\",\n    \"data\": [\n        {\n            \"template_name\": \"testesvariabletemplate\",\n            \"template_category\": \"MARKETING\",\n            \"template_content\": \"Halo {{1}}, dapatkan diskon hingga {{2}} untuk semua produk favorit Anda! Promo terbatas hingga akhir bulan. dengan harga {{3}} dengan menarik ya harga spesia;\",\n            \"template_footer\": \"*Syarat dan ketentuan berlaku\",\n            \"template_header\": {\n                \"type\": \"TEXT\",\n                \"content\": \"Promo Spesial Bulan Ini!\"\n            },\n            \"template_buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"data\": {\n                        \"label\": \"Ya, saya tertarik\"\n                    }\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"data\": {\n                        \"label\": \"Info lebih lanjut\"\n                    }\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"data\": {\n                        \"label\": \"Tidak, terima kasih\"\n                    }\n                }\n            ],\n            \"templateId\": \"xxxxxx\",\n            \"template_status\": \"APPROVED\",\n            \"template_language_code\": \"id\",\n            \"template_license_key\": \"WB-xxxx\",\n            \"template_waba\": \"+62xxxxxxxxx\",\n            \"template_language_name\": \"Indonesian\",\n            \"template_created_at\": \"21 Des 2025 07:00 WIB\",\n            \"template_updated_at\": \"21 Des 2025 07:00 WIB\",\n            \"template_id\": \"xxxxx\"\n        }\n    ],\n    \"TotalRecords\": 1\n}"}],"_postman_id":"8d59c5f9-f00b-468b-a479-25f2a92bb844"},{"name":"Send Template","id":"07bdaac9-e179-4e36-9035-8a9fe5afa1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\":   \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"recipients\":   \"6281234567890\",\r\n    \"platform\":     \"whatsapp_bisnis_api\",\r\n    \"method_send\":  \"async\",\r\n    \"template\":     \"TEMPLATE_ID_KAMU\",\r\n    \"variables\":    [\"Isi Var 1\", \"Isi Var 2\", \"Isi Var 3\"]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_message_template","description":"<p>Endpoint ini berguna untuk mengirimkan pesan menggunakan template yang telah kamu buat di app.balesotomatis.id</p>\n<p>SDK PHP: <a href=\"https://pastebin.com/JNcrNy3p\">https://pastebin.com/JNcrNy3p<br /></a>Contoh Penggunaan SDK PHP: <a href=\"https://pastebin.com/CPMDgu3V\">https://pastebin.com/CPMDgu3V</a></p>\n","urlObject":{"protocol":"https","path":["public","v1","send_message_template"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"526bc972-ac91-48de-a261-9e32f374f28c","name":"Send Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"template\": {\r\n      \"name\": \"nama_template_meta\",\r\n      \"language\": \"id\",\r\n      \"components\": [\r\n        {\r\n          \"type\": \"body\",\r\n          \"parameters\": [\r\n            { \"type\": \"text\", \"text\": \"Parameter 1\" },\r\n            { \"type\": \"text\", \"text\": \"Parameter 2\" }\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_message_template"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"200\",\n  \"message\": \"queued\",\n  \"type\": \"successfully\",\n  \"template\": \"order_confirmation\",\n  \"bc_id\": \"BROADCAST_ID\"\n}"}],"_postman_id":"07bdaac9-e179-4e36-9035-8a9fe5afa1d4"}],"id":"c156ea9a-7789-40ae-8cab-6984183d4c6d","_postman_id":"c156ea9a-7789-40ae-8cab-6984183d4c6d","description":""},{"name":"Conversations","item":[{"name":"Send Text Only (Required Time Window Active)","id":"b980fdf6-842b-47c6-bf8b-dee55ea198f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"message\": \"Halo, ini pesan dari API.\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message","description":"<p>Untuk menggunakan fitur ini memerlukan sesi Time Window WhatsApp, untuk detail selengkapnya mengenai apa itu Time Window, bisa cek pelajari di sini: <a href=\"https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api\">https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api</a></p>\n","urlObject":{"protocol":"https","path":["public","v1","send_meta_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"8ee77b75-cf35-469e-bfc4-d287af52baf9","name":"Send Text Only (Required Time Window Active)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"message\": \"Halo, ini pesan dari API.\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": {\n        \"state\": \"successfully\",\n        \"message_id\": \"wamid.HBgLNzk4xxxxxxxx\",\n        \"to\": \"62xxxxxxx\",\n        \"type\": \"text\",\n        \"detail\": \"Message queued to be sent.\"\n    },\n    \"type\": \"successfully\",\n    \"template\": null\n}"}],"_postman_id":"b980fdf6-842b-47c6-bf8b-dee55ea198f0"},{"name":"Send Image (Required Time Window Active)","id":"325ad257-1f14-46d2-95a4-1363da719e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"message\": \"Ini caption gambar.\",\r\n    \"image_url\": \"https://domain-kamu.com/image.jpg\",\r\n    \"send_as_caption\": 1,\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message","description":"<p>Untuk menggunakan fitur ini memerlukan sesi Time Window WhatsApp, untuk detail selengkapnya mengenai apa itu Time Window, bisa cek pelajari di sini: <a href=\"https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api\">https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api</a></p>\n","urlObject":{"protocol":"https","path":["public","v1","send_meta_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"c594a54a-103f-4fc8-8a0f-c5ec13ab6605","name":"Send Image (Required Time Window Active)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"message\": \"Ini caption gambar.\",\r\n    \"image_url\": \"https://domain-kamu.com/image.jpg\",\r\n    \"send_as_caption\": 1,\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": {\n        \"state\": \"successfully\",\n        \"message_id\": \"wamid.HBgLNjI4xxxxxxxx\",\n        \"to\": \"62xxxxxxx\",\n        \"type\": \"image\",\n        \"url\": \"https://example.com/files/promo.jpg\",\n        \"caption\": \"Ini caption gambar.\"\n    },\n    \"type\": \"successfully\",\n    \"template\": null\n}"}],"_postman_id":"325ad257-1f14-46d2-95a4-1363da719e5d"},{"name":"Send Document (Required Time Window Active)","id":"f2aff0a1-3178-425b-aec9-a9fe4ed16d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"file_url\": \"https://domain-kamu.com/file.pdf\",\r\n    \"fileName\": \"invoice.pdf\",\r\n    \"messageType\": \"document\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message","description":"<p>Untuk menggunakan fitur ini memerlukan sesi Time Window WhatsApp, untuk detail selengkapnya mengenai apa itu Time Window, bisa cek pelajari di sini: <a href=\"https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api\">https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api</a></p>\n","urlObject":{"protocol":"https","path":["public","v1","send_meta_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"b24bf2e2-d195-4d6e-8552-58f6b043088a","name":"Send Document (Required Time Window Active)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"file_url\": \"https://domain-kamu.com/file.pdf\",\r\n    \"fileName\": \"invoice.pdf\",\r\n    \"messageType\": \"document\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": {\n        \"state\": \"successfully\",\n        \"message_id\": \"wamid.HBgLNjAxxxxxxxxx\",\n        \"to\": \"62xxxxxxx\",\n        \"type\": \"document\",\n        \"fileName\": \"invoice-001.pdf\",\n        \"url\": \"https://example.com/files/invoice-001.pdf\"\n    },\n    \"type\": \"successfully\",\n    \"template\": null\n}"}],"_postman_id":"f2aff0a1-3178-425b-aec9-a9fe4ed16d54"},{"name":"Send Location (Required Time Window Active)","id":"62232d7e-d27f-4a87-82d9-69d762223e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"latitude\": \"-6.222222\",\r\n    \"longitude\": \"103.222222\",\r\n    \"nameLocation\": \"Jakarta Pusat\",\r\n    \"messageType\": \"location\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message","description":"<p>Untuk menggunakan fitur ini memerlukan sesi Time Window WhatsApp, untuk detail selengkapnya mengenai apa itu Time Window, bisa cek pelajari di sini: <a href=\"https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api\">https://docs.balesotomatis.id/other-info/apa-itu-time-window-di-whatsapp-business-api</a></p>\n","urlObject":{"protocol":"https","path":["public","v1","send_meta_personal_message"],"host":["api","balesotomatis","id"],"query":[],"variable":[]}},"response":[{"id":"23358299-d4fc-451b-9575-a180330bf3aa","name":"Send Location (Required Time Window Active)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"secret_key\": \"ISI_SECRET_KEY_KAMU\",\r\n    \"licenses_key\": \"ISI_LICENSES_KEY_KAMU\",\r\n    \"reciptient\": \"62xxxxxxx\",\r\n    \"platform\": \"whatsapp\",\r\n    \"latitude\": \"-6.222222\",\r\n    \"longitude\": \"103.222222\",\r\n    \"nameLocation\": \"Jakarta Pusat\",\r\n    \"messageType\": \"location\",\r\n    \"method_send\": \"async\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.balesotomatis.id/public/v1/send_meta_personal_message"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"message\": {\n        \"state\": \"successfully\",\n        \"message_id\": \"wamid.HBgLNzY4xxxxxxxx\",\n        \"to\": \"62xxxxxxx\",\n        \"type\": \"location\",\n        \"latitude\": \"-6.200000\",\n        \"longitude\": \"106.816666\",\n        \"nameLocation\": \"Jakarta Pusat\"\n    },\n    \"type\": \"successfully\",\n    \"template\": null\n}"}],"_postman_id":"62232d7e-d27f-4a87-82d9-69d762223e4e"}],"id":"50824cc6-c396-44d8-8b6b-3933e3f05cc3","_postman_id":"50824cc6-c396-44d8-8b6b-3933e3f05cc3","description":""}],"id":"b0d69543-7a98-467d-a6b2-7f1a9b508567","_postman_id":"b0d69543-7a98-467d-a6b2-7f1a9b508567","description":""}]}