{"info":{"_postman_id":"c0fa15da-c589-4f6d-ac82-991972b5a0bb","name":"WhatsApp Biz API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34061444","collectionId":"c0fa15da-c589-4f6d-ac82-991972b5a0bb","publishedId":"2sA3Bq3Anr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-22T10:10:11.000Z"},"item":[{"name":"Track APIs","item":[{"name":"Track User","event":[{"listen":"prerequest","script":{"id":"b6ec9238-6f71-4dbc-9e67-895ca8d8d661","exec":["var date = new Date()","pm.environment.set(\"iso_timestamp\", date.toISOString());"],"type":"text/javascript","packages":{}}}],"id":"b086ffb3-a6fe-475e-a2a6-0074c7f97b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\", // Optional\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"phoneNumber\": \"9999999999\",\n    \"countryCode\": \"+91\",\n    \"traits\": {\n        \"name\": \"John Doe\",\n        \"email\": \"johndoe@gmail.com\",\n        \"whatsapp_opted_in\": true\n    },\n    \"tags\": [\"sample-tag-1\", \"sample-tag-2\"]\n}"},"url":"https://api.whatsappbiz.com/v1/public/track/users/","urlObject":{"protocol":"https","path":["v1","public","track","users",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"f481e43d-deb8-4d52-923b-01912601edd0","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"phoneNumber\": \"9999999999\",\n    \"countryCode\": \"+91\",\n    \"traits\": {\n        \"name\": \"John Doe\",\n        \"email\": \"johndoe@gmail.com\"\n    },\n    \"tags\": [\"sample-tag-1\", \"sample-tag-2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/users/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 13:00:44 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customer with e9c4d7e4-70f2-488a-b916-b9014a021a2f updated successfully\"\n}"},{"id":"758c2a5d-67e0-46a9-8492-c04a74276ca1","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/users/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"20","description":"","type":"text"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Rate limit exceeded for this resource\"\n}"}],"_postman_id":"b086ffb3-a6fe-475e-a2a6-0074c7f97b20"},{"name":"Track Events","event":[{"listen":"prerequest","script":{"id":"2b0ac8a4-0480-4256-8ba3-46bd0c6afc7e","exec":["var date = new Date()","pm.environment.set(\"iso_timestamp\", date.toISOString());"],"type":"text/javascript","packages":{}}}],"id":"ebd671ac-8ea8-4c9e-b796-add3ee3b0d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\", //Optional\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"phoneNumber\": \"9999999999\",\n    \"countryCode\": \"+91\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}"},"url":"https://api.whatsappbiz.com/v1/public/track/events/","urlObject":{"protocol":"https","path":["v1","public","track","events",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"c2959b89-3301-4722-94c9-4130a7ca11b7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/events/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Event created successfully\",\n    \"id\": \"730ec207-d74e-45f3-9e3c-51e5f988fc51\"\n}"},{"id":"066cec43-2f92-4b1e-ac71-366519cd52ca","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/events/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"20","description":"","type":"text"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Rate limit exceeded for this resource\"\n}"}],"_postman_id":"ebd671ac-8ea8-4c9e-b796-add3ee3b0d46"}],"id":"82c8f4ae-dd75-407f-b9fa-3f32e5420117","description":"<p>Sample Payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    “phoneNumber”: “9999999999”,\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    “countryCode”: “+91”,\n    “traits”: {\n        “name”: “Gavin Roberts”,\n        “email”: “gavinroberts01@outlook.com”\n    },\n    \"tags\": [\"new customer\", \"potential lead\"]\n}\n\n</code></pre>\n<h2 id=\"request-body-keys-description\">Request Body keys description</h2>\n<h3 id=\"track-user-api\">Track User API</h3>\n<ul>\n<li><p><strong>userId -</strong> Custom user ID that can be assigned to the customer</p>\n</li>\n<li><p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n</li>\n<li><p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n</li>\n<li><p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n</li>\n<li><p><strong>traits -</strong> key-value flat JSON object that can be used to store customer attributes</p>\n</li>\n<li><p><strong>tags -</strong> List of tags to apply to the customer</p>\n</li>\n</ul>\n<h3 id=\"track-events-api\">Track Events API</h3>\n<ul>\n<li><p><strong>userId -</strong> Custom user ID that can be assigned to the customer</p>\n</li>\n<li><p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n</li>\n<li><p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n</li>\n<li><p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n</li>\n<li><p><strong>event -</strong> Name of the event</p>\n</li>\n<li><p><strong>traits -</strong> key-value flat JSON object that can be used to store event attributes</p>\n</li>\n</ul>\n","_postman_id":"82c8f4ae-dd75-407f-b9fa-3f32e5420117"},{"name":"Customer APIs","item":[{"name":"Get Users","id":"d346820d-b7ff-4d35-8eb2-457fdb284fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"trait\": \"created_at_utc\",\n            \"op\": \"gt\",\n            \"val\": \"2021-09-08T11:35:47.089Z\"\n        },\n        {\n            \"trait\": \"created_at_utc\",\n            \"op\": \"lt\",\n            \"supr_op\": \"and\",\n            \"val\": \"2021-09-08T11:40:47.089Z\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/apis/users/?offset=0&limit=100&","urlObject":{"protocol":"https","path":["v1","public","apis","users",""],"host":["api","whatsappbiz","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"100"},{"key":"","value":null}],"variable":[]}},"response":[{"id":"d63a4763-c474-473a-b99c-954504b73ef2","name":"public-users/customer-filter-result","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"filters\": [{\"trait\":\"created_at_utc\",\"op\":\"gt\",\"val\":\"2021-08-27\"}]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.whatsappbiz.com/v1/public/apis/users/?offset=0&limit=100","protocol":"https","host":["api","whatsappbiz","com"],"path":["v1","public","apis","users",""],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Length","value":"4051"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 06 Sep 2021 12:30:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customers\",\n    \"data\": {\n        \"total_customers\": 1,\n        \"offset\": 0,\n        \"limit\": 100,\n        \"has_next_page\": false,\n        \"customers\": [\n            {\n                \"id\": \"a537a43e-49b7-4306-9763-6a97417de0bb\",\n                \"created_at_utc\": \"2021-08-27T08:48:02.970000\",\n                \"modified_at_utc\": \"2021-08-27T08:48:03.112000\",\n                \"phone_number\": \"9999999999\",\n                \"country_code\": \"+376\",\n                \"user_id\": \"\",\n                \"traits\": {\n                    \"name\": \"John Doe\",\n                    \"email\": null,\n                    \"whatsapp_opted_in\": true,\n                    \"total_orders_count\": 1,\n                    \"last_order_id\": 3993626378418,\n                    \"last_order_name\": \"#1025\",\n                    \"total_spent\": \"7080.00\",\n                    \"address\": {\n                        \"address1\": \"abc\",\n                        \"address2\": \"test\",\n                        \"city\": \"Pune\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"zip_code\": \"411002\"\n                    },\n                    \"created_at\": \"2021-08-27T08:47:56\",\n                    \"currency\": \"INR\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Doe\"\n                },\n                \"customer_created_at_source\": \"Shopify\"\n            }\n           \n        ]\n    }\n}"}],"_postman_id":"d346820d-b7ff-4d35-8eb2-457fdb284fa6"}],"id":"10207241-1b72-47fd-ae6a-5a018dd1e5f5","_postman_id":"10207241-1b72-47fd-ae6a-5a018dd1e5f5","description":""},{"name":"Send Message APIs","item":[{"name":"Send Text Message","id":"0949163e-d95a-44e8-95d4-1b619a11f44a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"28c195a4-95b5-4770-8e49-0e6a5c862b38","name":"Successful Send Text Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:21:44 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe9f9e6d9fa2db978534f7ec4b158154.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"GwWMt6-MGvs5PJKy2U1iRz3sKJIfjqmY6voYhpI58AiwxUporfw1mA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"},{"id":"86de236d-a3be-44f7-88a3-f57dfda6f04b","name":"Error Send Text Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:13:37 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"RuZW5owCRbnoD0JMBczd0w1LBIh2c_5fFFSMPmZTCSNc379Yc0byjw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"0949163e-d95a-44e8-95d4-1b619a11f44a"},{"name":"Send Image Message","id":"0241ebe2-7bb5-43c6-adfd-04c66b4d7327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"1692024a-13a2-4be4-aef4-d06fec060559","name":"Successful Send Image Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:27:23 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"HK_t2Egbw5g9gLLxm5yrlRueS8ezMzqd4X4AdSRiVKEzxJwDqvRNWQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"078fedfa-d3bd-4b6b-b555-ddc10d1f309c\"\n}"},{"id":"19cbd76b-704c-4abb-9478-28ed34306fbe","name":"Error Send Image Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:13:37 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"RuZW5owCRbnoD0JMBczd0w1LBIh2c_5fFFSMPmZTCSNc379Yc0byjw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"0241ebe2-7bb5-43c6-adfd-04c66b4d7327"},{"name":"Send Document Message","id":"b49d9fce-679e-423d-b1a7-04322af6fcaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"826d1f60-d22a-4c50-bbc4-fb379d49db6c","name":"Successful Send Document Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"cc311ce6-4a31-4b50-b9e9-186357cd6fdf\"\n}"},{"id":"66ea71aa-d45e-4c26-b270-ce290dd93683","name":"Error Send Document Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"b49d9fce-679e-423d-b1a7-04322af6fcaa"},{"name":"Send Video Message","id":"10b010a3-7a82-4a39-aede-98fa365f5db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"7e16e7ac-45aa-4ea6-8262-56b590d48a1c","name":"Successful Send Video Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"cc311ce6-4a31-4b50-b9e9-186357cd6fdf\"\n}"},{"id":"b650bb58-28cd-496c-98f4-557ee0d1dfba","name":"Error Send Video Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"10b010a3-7a82-4a39-aede-98fa365f5db4"},{"name":"Send Button Message","id":"950dbc1f-041a-4da4-b9c1-9216d6d43707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\", \r\n    \"type\": \"InteractiveButton\", \r\n    \"data\": {\r\n        \"message\": {\r\n            \"type\": \"button\",\r\n            \"body\": {\r\n                \"text\": \"Hello, please give your feedback.\"\r\n            },\r\n            \"action\": {\r\n                \"buttons\": [\r\n                    {\r\n                        \"type\": \"reply\", \r\n                        \"reply\": {\r\n                            \"id\": \"id1\",  \r\n                            \"title\": \"Ok\" \r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id2\",\r\n                            \"title\": \"Good\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id3\",\r\n                            \"title\": \"Bad\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"49fb0b6f-b8da-4dd4-bd6b-d0581e9a874d","name":"Successful Send Button Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\", \r\n    \"type\": \"InteractiveButton\", \r\n    \"data\": {\r\n        \"message\": {\r\n            \"type\": \"button\",\r\n            \"body\": {\r\n                \"text\": \"Hello, please give your feedback.\"\r\n            },\r\n            \"action\": {\r\n                \"buttons\": [\r\n                    {\r\n                        \"type\": \"reply\", \r\n                        \"reply\": {\r\n                            \"id\": \"id1\",  \r\n                            \"title\": \"Ok\" \r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id2\",\r\n                            \"title\": \"Good\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id3\",\r\n                            \"title\": \"Bad\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:53:21 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 430b905be220acad607f370219d1315e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-n4QP-WzKjo4JAD1wZQJa9xx_tMJAsMsRufiMchowRfprJWuSX-VbA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"8a35b1e1-fac5-49b4-84d8-526eaa4c4d77\"\n}"}],"_postman_id":"950dbc1f-041a-4da4-b9c1-9216d6d43707"},{"name":"Send List Message","id":"284d46cb-4d7c-4d75-8063-71754fad6a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n   \"callbackData\": \"some_callback_data\",\r\n   \"type\": \"InteractiveList\", \r\n   \"data\": {\r\n       \"message\": {\r\n           \"type\": \"list\",\r\n           \"body\": {\r\n               \"text\": \"Check out our top product collections below!\"\r\n           },\r\n           \"action\": {\r\n               \"button\": \"View Collections\", \r\n                  \"sections\": [\r\n                   {\r\n                    \"title\":\"service\",\r\n                       \"rows\": [\r\n                           {\r\n                               \"id\": \"unique_id1\", \r\n                               \"title\": \"All products\",\r\n                               \"description\": \"hello\" \r\n                           }\r\n                       ]\r\n                   }\r\n               ]\r\n           }\r\n       }\r\n   }\r\n}"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"9bfde87e-4cf3-43ce-ad1d-15efedf246be","name":"Successful Send List Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n   \"callbackData\": \"some_callback_data\",\r\n   \"type\": \"InteractiveList\", \r\n   \"data\": {\r\n       \"message\": {\r\n           \"type\": \"list\",\r\n           \"body\": {\r\n               \"text\": \"Check out our top product collections below!\"\r\n           },\r\n           \"action\": {\r\n               \"button\": \"View Collections\", \r\n                  \"sections\": [\r\n                   {\r\n                    \"title\":\"service\",\r\n                       \"rows\": [\r\n                           {\r\n                               \"id\": \"unique_id1\", \r\n                               \"title\": \"All products\",\r\n                               \"description\": \"hello\" \r\n                           }\r\n                       ]\r\n                   }\r\n               ]\r\n           }\r\n       }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:53:21 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 430b905be220acad607f370219d1315e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-n4QP-WzKjo4JAD1wZQJa9xx_tMJAsMsRufiMchowRfprJWuSX-VbA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"8a35b1e1-fac5-49b4-84d8-526eaa4c4d77\"\n}"}],"_postman_id":"284d46cb-4d7c-4d75-8063-71754fad6a9f"},{"name":"Send Sticker Message","id":"2384b3e9-bc20-4bb9-9c78-4c9f37f95418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Sticker\", \n    \"data\": {\n        \"mediaUrl\": \"https://img-06.stickers.cloud/packs/5df297e3-a7f0-44e0-a6d1-43bdb09b793c/webp/8709a42d-0579-4314-b659-9c2cdb979305.webp\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"876cf22f-da97-4868-a504-81dcb2974017","name":"Send Sticker Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Sticker\", \n    \"data\": {\n        \"mediaUrl\": \"https://img-06.stickers.cloud/packs/5df297e3-a7f0-44e0-a6d1-43bdb09b793c/webp/8709a42d-0579-4314-b659-9c2cdb979305.webp\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-org-id","value":"60db06e2-490a-4a87-bc93-02b9c13cfcad"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"146"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 11 Sep 2025 06:20:56 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"c1db48d6-c615-45ce-8ac2-4d878d73f6aa\"\n}"}],"_postman_id":"2384b3e9-bc20-4bb9-9c78-4c9f37f95418"},{"name":"Create Media ID/Handle (Upload)","id":"2a8627b5-838b-4b70-9c45-adc4bdac4852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/harsh.hotchandani/Desktop/interakt.jpg"],"value":null}]},"url":"https://api.whatsappbiz.com/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media&","urlObject":{"protocol":"https","path":["v1","public","track","files","upload_to_fb",""],"host":["api","whatsappbiz","com"],"query":[{"key":"fileCategory","value":"message_template_media"},{"key":"","value":null}],"variable":[]}},"response":[{"id":"9bec0ebb-bc01-4dfb-b050-ea7f0ac277c2","name":"Create Media ID/Handle (Upload)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","src":"/Users/harsh.hotchandani/Desktop/interakt.jpg"}]},"url":{"raw":"https://api.whatsappbiz.com/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media","protocol":"https","host":["api","whatsappbiz","com"],"path":["v1","public","track","files","upload_to_fb",""],"query":[{"key":"fileCategory","value":"message_template_media"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:26:00 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"sM3Ht3fI7oxtnQKfWPBhNcfEx3YwquqFDIJRuaQlB2kWaGZMGcX9xA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Media file uploaded successfully\",\n    \"data\": {\n        \"file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/PMOKMZ04AKG3/interakt.jpg?se=2029-02-19T12%3A25%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=gEwpNhjB3DGkP0r9SEEItH5wNDk7DxmGudfp2c7zEek%3D\",\n        \"file_handle\": \"4::aW1hZ2UvanBlZw==:ARY_FQxDWtfSr1-FpXCORVUei5yZmRhAHg9RGuq6BnyGSsusjpOx4v2He2m0H7cyOS2vz7A_BIlD8BoWYt_pH_V9EYR0tq5RsGPIPHsdVoqTxw:e:1709295960:1100908887049211:100052252050649:ARaxxXJOARcesozKHBg\",\n        \"file_name\": \"test.jpg\"\n    }\n}"}],"_postman_id":"2a8627b5-838b-4b70-9c45-adc4bdac4852"}],"id":"ee5b6556-7491-4ec3-a023-870dcea67546","_postman_id":"ee5b6556-7491-4ec3-a023-870dcea67546","description":""},{"name":"Create Template APIs","item":[{"name":"NoHeader Template","id":"c4136223-f92a-4a71-b6c7-8c6fcc85c449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{PUBLIC_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": null,\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"User\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"43ba96a3-e2b6-48b6-8206-b5d2f2199c22","name":"NoHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{PUBLIC_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": null,\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"User\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"71edd2e3-5ec7-46b1-94d3-cdf9e2c3239d\",\n        \"created_at_utc\": \"2024-02-22T12:42:58.050000\",\n        \"modified_at_utc\": \"2024-02-22T12:43:04.376000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harsh12345\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": null,\n        \"header\": null,\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": null,\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"User\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harsh12345\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"709141024725408\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"c4136223-f92a-4a71-b6c7-8c6fcc85c449"},{"name":"TextHeader Template","id":"3c47f233-7b40-46e2-9928-61e8c565cc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"4f9ba402-31d7-40fc-b4d2-77ef60baa9aa","name":"TextHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshheader\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"hello\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"Test\"],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:00:10 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"EXKT6O2levfQrIWCZ0yp6fMg5onSDdtQgcrE-d5ctp9mxpt4DKcnaA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"cf310237-a52f-42a5-8402-4d61a091106f\",\n        \"created_at_utc\": \"2024-02-22T13:00:05.499000\",\n        \"modified_at_utc\": \"2024-02-22T13:00:11.070000\",\n        \"created_by_user_id\": null,\n        \"name\": \"test_template\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\\"hello\\\"]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\\"Test\\\"]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshheader\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"1102407210903268\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"3c47f233-7b40-46e2-9928-61e8c565cc7b"},{"name":"MediaHeader Template","id":"aff5887a-b38c-4b8b-b8c6-50fc232223ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"IMAGE\",\n    \"header_handle\": [\n        \"<file handle received from file upload api goes here>\"\n    ],\n    \"header_handle_file_url\": \"<file url received from file upload api goes here>\",\n    \"header_handle_file_name\": \"<file name received from file upload api goes here>\",\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"enter your text\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"afc26893-5941-404c-82bd-6608fe5bf435","name":"MediaHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshimage\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"IMAGE\",\n    \"header_handle\": [\n        \"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\"\n    ],\n    \"header_handle_file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/interakt.jpg?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n    \"header_handle_file_name\": \"interakt.jpg\",\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"Harsh\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:42:13 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"loop41WHmDdt5DzwnVrDrSveiqgSLY71r-W1a8AHZY9aVvkQSB4dog=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"8fc2e98c-d3fe-4e7e-a81c-3500d8338759\",\n        \"created_at_utc\": \"2024-02-22T13:42:05.223000\",\n        \"modified_at_utc\": \"2024-02-22T13:42:12.816000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshimage\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"IMAGE\",\n        \"header\": null,\n        \"header_handle\": \"[\\\"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\\\"]\",\n        \"header_handle_file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/interakt.jpg?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n        \"header_handle_file_name\": \"interakt.jpg\",\n        \"header_text\": null,\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\\"Harsh\\\"]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshimage\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"927638975408155\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"aff5887a-b38c-4b8b-b8c6-50fc232223ae"},{"name":"Call To Action Button Template","id":"d4de6985-0f03-4a56-ae37-3bd35fa7ebd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Call To Action\",\n    \"buttons\": [\n        {\"type\": \"PHONE_NUMBER\", \"text\": \"call us at\", \"phone_number\": \"+917893644450\"},\n        {\"type\": \"URL\", \"text\": \"visit us here\", \"url\": \"https://www.example.com/{{1}}\"}\n    ],\n    \"button_text\": \"https://www.example.com/test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"fac9aa03-cb9a-4504-bcea-708d0d8e0e84","name":"Call To Action Button Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshcta\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"harsh\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"hello\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Call To Action\",\n    \"buttons\": [\n        {\"type\": \"PHONE_NUMBER\", \"text\": \"call us at\", \"phone_number\": \"+917893644450\"},\n        {\"type\": \"URL\", \"text\": \"visit us here\", \"url\": \"https://www.example.com/{{1}}\"}\n    ],\n    \"button_text\": \"https://www.example.com/test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:43:49 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"GtfVp6zz6OMa40LHRe_Bp72Xhm5Kgn0vJOf8yqF3UlwWsN1B6NqJ5g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"d8509a86-1a66-4d6b-89ef-a846db22096a\",\n        \"created_at_utc\": \"2024-02-22T13:43:44.521000\",\n        \"modified_at_utc\": \"2024-02-22T13:43:49\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshcta\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\n    \\\"harsh\\\"\\n]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"hello\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"call us at\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+917893644450\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"visit us here\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.example.com/{{1}}\\\\\\\"}]\\\"\",\n        \"button_text\": \"\\\"https://www.example.com/test\\\"\",\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshcta\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"1114716206364017\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"d4de6985-0f03-4a56-ae37-3bd35fa7ebd3"},{"name":"Quick Replies Button Template","id":"7893f4f2-c868-4a2b-8c0c-5a2e12126542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Quick Replies\",\n    \"buttons\": [\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Excellent\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Ok\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Worst\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"a358a1d9-e9c2-4771-8c79-0c3193f153aa","name":"Quick Replies Button Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshqr\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"harsh\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Quick Replies\",\n    \"buttons\": [\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Excellent\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Ok\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Worst\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:45:22 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-asPc3ppgL3r-3J5xMgiY9naO9iUNXenpuUvYtawRESgLmdFmEHO4Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"1a2efa05-c01d-47a3-921b-f07589b04719\",\n        \"created_at_utc\": \"2024-02-22T13:45:14.913000\",\n        \"modified_at_utc\": \"2024-02-22T13:45:19.882000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshqr\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\n    \\\"text\\\"\\n]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"harsh\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Excellent\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Ok\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Worst\\\\\\\"}]\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshqr\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"832959148597658\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"7893f4f2-c868-4a2b-8c0c-5a2e12126542"},{"name":"Create Media ID/Handle (Upload)","id":"fa3c62d5-9b1f-4528-8fe4-d58894548604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/harsh.hotchandani/Desktop/interakt.jpg"],"value":null}]},"url":"https://api.whatsappbiz.com/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media&","urlObject":{"protocol":"https","path":["v1","public","track","files","upload_to_fb",""],"host":["api","whatsappbiz","com"],"query":[{"key":"fileCategory","value":"message_template_media"},{"key":"","value":null}],"variable":[]}},"response":[{"id":"d66d6916-2ca3-4ed2-95d1-556eeb76edfc","name":"Create Media ID/Handle (Upload)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","src":"postman-cloud:///1ef0dd45-d676-4620-abdc-00de1ad91f7f"}]},"url":{"raw":"https://api.whatsappbiz.com/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media&","protocol":"https","host":["api","whatsappbiz","com"],"path":["v1","public","track","files","upload_to_fb",""],"query":[{"key":"fileCategory","value":"message_template_media"},{"key":"","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:37:32 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e187b495739154e2e090622b37871c18.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"wKrrfqQuKxVKBVBZcMyyRg6J3iguCVOnPb8oQ6_ljJh4dODdxKSeJQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Media file uploaded successfully\",\n    \"data\": {\n        \"file_url\": \"https://storage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/sample.pdf?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n        \"file_handle\": \"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\",\n        \"file_name\": \"test.jpg\"\n    }\n}"}],"_postman_id":"fa3c62d5-9b1f-4528-8fe4-d58894548604"},{"name":"Carousel Template","id":"83798021-d3d9-4eba-b449-8a5461668b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"carousel_test\",\n    \"language\": \"English\",\n    \"category\": \"Marketing\",\n    \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n    \"body_text\": [\n        \"aditya\"\n    ],\n    \"carousel_cards\": [\n        {\n            \"card_index\": 0,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\"\n            ],\n            \"header_handle_file_url\": \"https://storage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/sample.pdf?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n            \"cardTitle\": \"1st product\",\n            \"body\": \"First Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy now\"\n                }\n            ],\n            \"button_text\": []\n        },\n        {\n            \"card_index\": 1,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\",\n            \"cardTitle\": \"2nd Product\",\n            \"body\": \"Second Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai/template/create\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy Later\"\n                }\n               \n            ],\n            \"button_text\": []\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"c2689b12-a4d7-4546-b3eb-6ae6b9f42db0","name":"Carousel Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harsh_carousel\",\n    \"language\": \"English\",\n    \"category\": \"Marketing\",\n    \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n    \"body_text\": [\n        \"aditya\"\n    ],\n    \"carousel_cards\": [\n        {\n            \"card_index\": 0,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\"\n            ],\n            \"header_handle_file_url\": \"https://storage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/sample.pdf?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n            \"cardTitle\": \"1st product\",\n            \"body\": \"First Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy now\"\n                }\n            ],\n            \"button_text\": []\n        },\n        {\n            \"card_index\": 1,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\",\n            \"cardTitle\": \"2nd Product\",\n            \"body\": \"Second Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai/template/create\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy Later\"\n                }\n               \n            ],\n            \"button_text\": []\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"3766"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 04 Sep 2025 10:05:36 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"8007cb79-127c-49fb-ab7f-f92e53f804f4\",\n        \"created_at_utc\": \"2025-09-04T10:05:26.225000\",\n        \"modified_at_utc\": \"2025-09-04T10:05:36.147000\",\n        \"created_by_user_id\": null,\n        \"name\": \"carousel_test\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": null,\n        \"header\": null,\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": null,\n        \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n        \"body_text\": \"[\\n    \\\"aditya\\\"\\n]\",\n        \"footer\": null,\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"carousel_cards\": \"[\\n    {\\n        \\\"card_index\\\": 0,\\n        \\\"header_format\\\": \\\"IMAGE\\\",\\n        \\\"header\\\": null,\\n        \\\"header_handle\\\": [\\n            \\\"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\\\"\\n        ],\\n        \\\"header_handle_file_url\\\": \\\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/oHYZOmp7Zhxh/bigstock-147279827.jpg?se=2030-08-29T06%3A43%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=xmbYTXeaqm7K0TVdcOS8TRHMFUaldwD9dvIIr8GbnPQ%3D\\\",\\n        \\\"cardTitle\\\": \\\"1st product\\\",\\n        \\\"body\\\": \\\"First Product\\\",\\n        \\\"body_text\\\": [],\\n        \\\"buttons\\\": [\\n            {\\n                \\\"type\\\": \\\"URL\\\",\\n                \\\"text\\\": \\\"visit our site\\\",\\n                \\\"url\\\": \\\"https://app.interakt.ai\\\"\\n            },\\n            {\\n                \\\"type\\\": \\\"QUICK_REPLY\\\",\\n                \\\"text\\\": \\\"Buy now\\\"\\n            }\\n        ],\\n        \\\"button_text\\\": []\\n    },\\n    {\\n        \\\"card_index\\\": 1,\\n        \\\"header_format\\\": \\\"IMAGE\\\",\\n        \\\"header\\\": null,\\n        \\\"header_handle\\\": [\\n            \\\"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\\\"\\n        ],\\n        \\\"header_handle_file_url\\\": \\\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\\\",\\n        \\\"cardTitle\\\": \\\"2nd Product\\\",\\n        \\\"body\\\": \\\"Second Product\\\",\\n        \\\"body_text\\\": [],\\n        \\\"buttons\\\": [\\n            {\\n                \\\"type\\\": \\\"URL\\\",\\n                \\\"text\\\": \\\"visit our site\\\",\\n                \\\"url\\\": \\\"https://app.interakt.ai/template/create\\\"\\n            },\\n            {\\n                \\\"type\\\": \\\"QUICK_REPLY\\\",\\n                \\\"text\\\": \\\"Buy Later\\\"\\n            }\\n        ],\\n        \\\"button_text\\\": []\\n    }\\n]\",\n        \"message_send_ttl_seconds\": null,\n        \"wa_template_ad_id\": null,\n        \"wa_template_ad_account_id\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harsh_carousel\",\n        \"organization_id\": \"60db06e2-490a-4a87-bc93-02b9c13cfcad\",\n        \"approval_status\": \"APPROVED\",\n        \"wa_template_id\": \"1931793250995256\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"is_conversion_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null,\n        \"is_mpm\": false,\n        \"is_carousel\": false,\n        \"add_security_recommendation\": false,\n        \"code_expiration_minutes\": null,\n        \"is_ai_recommended\": false,\n        \"order_details\": null,\n        \"is_whatsapp_pay_template\": false,\n        \"sample_template_id\": null,\n        \"previous_category\": \"MARKETING\"\n    }\n}"}],"_postman_id":"83798021-d3d9-4eba-b449-8a5461668b64"},{"name":"Get All Templates","id":"b574ac35-1c61-4ef0-a089-3aa5bf23e695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.whatsappbiz.com/v1/public/track/organization/templates?offset=0&template_name=test123&autosubmitted_for=all&approval_status=APPROVED&variable_present=Yes&language=all","urlObject":{"protocol":"https","path":["v1","public","track","organization","templates"],"host":["api","whatsappbiz","com"],"query":[{"key":"offset","value":"0"},{"description":{"content":"<p>Your Template Name (optional)\nNote: If template_name is not provided, all templates will be fetched.</p>\n","type":"text/plain"},"key":"template_name","value":"test123"},{"key":"autosubmitted_for","value":"all"},{"key":"approval_status","value":"APPROVED"},{"key":"variable_present","value":"Yes"},{"key":"language","value":"all"}],"variable":[]}},"response":[{"id":"b10293a1-11de-4c75-beab-65acebba16c6","name":"Get All Templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.whatsappbiz.com/v1/public/track/organization/templates?offset=0&template_name=test123&autosubmitted_for=all&approval_status=APPROVED&variable_present=Yes&language=all","protocol":"https","host":["api","whatsappbiz","com"],"path":["v1","public","track","organization","templates"],"query":[{"key":"offset","value":"0"},{"key":"template_name","value":"test123","description":"Your Template Name (optional)\nNote: If template_name is not provided, all templates will be fetched."},{"key":"autosubmitted_for","value":"all"},{"key":"approval_status","value":"APPROVED"},{"key":"variable_present","value":"Yes"},{"key":"language","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"43793"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Fri, 22 May 2026 09:48:02 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"count\": 51,\n    \"has_next\": false,\n    \"results\": {\n        \"templates\": [\n            {\n                \"id\": \"4c114d43-5bbf-4efc-a4ce-fa8e19fd4f27\",\n                \"created_at_utc\": \"2026-02-25T12:39:09.119000\",\n                \"name\": \"birthday_template\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_media/2dG2cDMVdvy5/CRM%20Intro%20Offer.jpg?se=2031-02-19T12%3A35%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=vH/L4Ky9CMaMtFa2xxzCQrwAkPM0Yy8suMmLWBx4WtQ%3D\",\n                \"header_handle_file_name\": \"CRM Intro Offer.jpg\",\n                \"body\": \"Hi {{1}},\\n\\nWishing you a very happy birthday. Here is an exclsuive 10% discount to make your day!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Birthday Template\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1921537222082501\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"d7da66c0-e51a-4b5c-992b-27ca57745cf4\",\n                \"created_at_utc\": \"2025-08-12T10:29:36.983000\",\n                \"name\": \"test_textmsg_123\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"This is the test sample message {{1}} from api.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Test_TextMsg_123\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1459655611899858\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b471f36c-1ee2-4b5a-8c76-5026df41353e\",\n                \"created_at_utc\": \"2025-08-12T05:30:50.462000\",\n                \"name\": \"test_rtm_template\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"*{{1}}* \\nGOLD RATE: *{{2}}*  **JEWELLERY BUYING RATE (RTM): *{{3}}*  **JEWELLERY BUYING RATE (OTHERS): *{{4}}*  **SILVER RATE: *{{5}}*  **PLATINUM RATE: *{{6}}* \\n\\nRam Thanga Nagai Maligai, Puducherry.  Give a missed call to *+91 93611 11623* to get instant rate.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Visit Our Shop\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://maps.app.goo.gl/sJTN67dhZRgczQTcA\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Test RTM Template\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"739174225622656\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"d2cbffbc-149d-4a33-942b-8574388fdabc\",\n                \"created_at_utc\": \"2025-07-21T12:15:15.577000\",\n                \"name\": \"create_service\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/P8lKNwoZGPdY/img.jpg?se=2030-07-15T12%3A14%3A53Z&sp=rt&sv=2019-12-12&sr=b&sig=7gYu%2BhfUggzx27iDrRKJ1G%2BxT2LTRI%2BgsISTrOeqMyU%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Namaskar {{1}} ! We look forward to having you at {{2}} !  {{3}} , {{4}}\",\n                \"footer\": \"Looking forward to Host You!!\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call For Assistance\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Create_Service\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"769129732461279\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"ead90b80-e1b8-42b1-b38c-7a734e752fbb\",\n                \"created_at_utc\": \"2025-07-21T11:59:45.802000\",\n                \"name\": \"banquet_booking_payment_rule\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/wyxgSIG8lAud/img.jpg?se=2030-07-15T11%3A57%3A08Z&sp=rt&sv=2019-12-12&sr=b&sig=LJACMrkrD92DcIOE5MweU4wW9IpXTy0FYU9GfyfqZiY%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Dear {{1}}, We are holding your upcoming Banquet booking at {{2}}. Please use the link below to make an advance payment in order to guarantee the booking.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Payment Link\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Reservation\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919130882775\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"banquet booking payment rule\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"609633588459282\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"74ef67c3-4804-4abb-8aa0-92f6ae5f7c08\",\n                \"created_at_utc\": \"2025-07-17T10:10:11.802000\",\n                \"name\": \"banquet_booking_cancel\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_media/gc4o8DB48tZ7/img.jpg?se=2030-07-11T10%3A08%3A44Z&sp=rt&sv=2019-12-12&sr=b&sig=XhMR9zMxINbCKRPj/m0iPQQ4lKYWZLtTKda/q9GD/Pw%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Dear {{1}}, Your upcoming banquet reservation at {{2}} has been cancelled. We hope to host you again in the \\nfuture\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call For Assistance\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919130882775\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"banquet_booking_cancel\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"30494599843488778\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"4da287c0-d15a-4511-ae7e-663e6fc8ef9e\",\n                \"created_at_utc\": \"2025-07-17T09:52:06.097000\",\n                \"name\": \"room_shift_swap\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_media/xhJBRPAhh6ao/img.jpg?se=2030-07-11T09%3A50%3A54Z&sp=rt&sv=2019-12-12&sr=b&sig=lciqpMU/g83QlXAoLzyvbyUuArLWRZ7ayGOV8l8y4y0%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Dear {{1}}, Your room has been changed from Room No. {{2}} to Room Number {{3}}. We apologize for any\\ninconvenience caused to you.\\n{{4}}\",\n                \"footer\": null,\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Room_shift_swap\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"740035715100917\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"a951e638-c949-42f6-b335-8c1977b0e72e\",\n                \"created_at_utc\": \"2025-07-17T09:49:12.245000\",\n                \"name\": \"on_checkin\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_media/37Ipxpjw8gO7/img.jpg?se=2030-07-11T09%3A46%3A17Z&sp=rt&sv=2019-12-12&sr=b&sig=zHP1SqSpCYHNZ9kxJWr57PCkoh8B3NgqfRK0RCcPvVw%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Dear {{1}}, Welcome to {{2}}. We hope you have a comfortable stay during your visit here\",\n                \"footer\": \"Have a nice day\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call For Assistance\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919130882775\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"on_checkin\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"757634243379205\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"eee8b7de-a62c-465f-98ca-05777827f8e4\",\n                \"created_at_utc\": \"2025-07-17T09:45:06.454000\",\n                \"name\": \"reservation_payment_link\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_media/Ekh5D6ZWYhK2/img.jpg?se=2030-07-11T09%3A38%3A40Z&sp=rt&sv=2019-12-12&sr=b&sig=5sZWwVV1a7KCC4JeAt9WpiVkQICBImeHnZKEmwHNG7Y%3D\",\n                \"header_handle_file_name\": \"img.jpg\",\n                \"body\": \"Dear {{1}}, We are holding your upcoming reservation at {{2}}. Please use the link below to make an advance \\npayment in order to guarantee the reservation.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Guarante Reservation\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Reservation\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919130882775\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"reservation_Payment_Link\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1465133577837710\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b9271d24-a23e-436e-8f4e-193ebe45ed6c\",\n                \"created_at_utc\": \"2025-07-15T09:20:32.897000\",\n                \"name\": \"arrival\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/4IRwYcpuiKky/rsvs.jpg?se=2030-07-09T09%3A19%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=nJPI8DG2JBV9PA9X0AgkqtBahJGYdFxranCIhz%2BxL7w%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Dear {{1}} ,\\nA warm welcome to  {{2}} !\\nWe’re truly delighted to have you with us and hope you enjoy a comfortable and memorable stay.\\nShould you need any assistance, our team is always here to help.\",\n                \"footer\": \"Enjoy your stay with Us!\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919988998899\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Arrival\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"751490933881759\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"635bcdf8-424a-432d-93d3-6fb095e16b5e\",\n                \"created_at_utc\": \"2025-07-15T08:55:42.760000\",\n                \"name\": \"pos_pg_paymentlink\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/amPc7eMlvWiU/Guest%20Feedback.pdf?se=2030-07-09T08%3A55%3A25Z&sp=rt&sv=2019-12-12&sr=b&sig=fsp9tvirBbS%2Bl3cZf6L/yd8433loKtWnI7tjrm/YRGs%3D\",\n                \"header_handle_file_name\": \"Guest Feedback.pdf\",\n                \"body\": \"Dear  {{1}} , Please use the link below to view your check and make the payment.\",\n                \"footer\": \"Thank You for dining with Us!\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Pay Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"pos_pg_paymentlink\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"565663479959061\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"efed5d66-a4d4-4fef-acf6-6c3b37450428\",\n                \"created_at_utc\": \"2025-07-15T07:50:26.995000\",\n                \"name\": \"dnd\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Namaskar {{1}}  , We have visited your room for cleaning and found  *Do Not Disturb sign* outside , We will be visiting you again by {{2}} .\\nThanks {{3}}\",\n                \"footer\": \"Dial \\\"0\\\" for Assistance\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"DND\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"722811663877326\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"896ce095-98b5-4bef-b627-5b2165dab257\",\n                \"created_at_utc\": \"2025-07-15T07:17:50.076000\",\n                \"name\": \"viewfolio_pg\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/XXBtzmyMkbpf/rsvs.jpg?se=2030-07-09T07%3A17%3A21Z&sp=rt&sv=2019-12-12&sr=b&sig=ocpfSdu9l%2BqBXso5aD%2B2wBUDwmXiPaZNUASObSMtzjc%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Dear  {{1}} , Please use the link below to make the payment for your stay.\",\n                \"footer\": \"Thank you for choosing us\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Make Payment\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"ViewFolio_PG\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"558261600701425\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"97787683-8228-4857-8dfb-3405c68da8a9\",\n                \"created_at_utc\": \"2025-07-15T07:13:03.644000\",\n                \"name\": \"_banquet_advance\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/LOIo6NsKxRXf/FD.jpg?se=2030-07-09T07%3A12%3A39Z&sp=rt&sv=2019-12-12&sr=b&sig=FcS6shAS7FKZL9dsvSqTo/u0KUsRHCEQiXRH6ZZDUo4%3D\",\n                \"header_handle_file_name\": \"FD.JPG\",\n                \"body\": \"Dear  {{1}} , We are holding your upcoming banquet reservation at {{2}} . Please make the advance payment using the link below to guarantee the reservation.\",\n                \"footer\": \"Have a Nice Day\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Secure My Booking\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"banquet_advance\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"721346890749072\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"91877606-9a58-4c37-bd52-fec6698c996f\",\n                \"created_at_utc\": \"2025-07-15T07:04:48.563000\",\n                \"name\": \"pos_feedback\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"It was a pleasure serving you at  {{1}} \\nKindly share your experience through the link : {{2}}\",\n                \"footer\": \"For billing assistance, feel free to contact us.\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"POS_feedback\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1258301372365743\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"d41f9417-7e00-48db-ba37-e7ce0cde39e0\",\n                \"created_at_utc\": \"2025-07-15T06:58:48.257000\",\n                \"name\": \"pos_invoice\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/mExLr2Xlbrln/pos.jpg?se=2030-07-09T06%3A57%3A09Z&sp=rt&sv=2019-12-12&sr=b&sig=yyFfN1BnSqAXkYS71ntyAMPCdIzxnX/xBSCdcGsYtEY%3D\",\n                \"header_handle_file_name\": \"pos.JPG\",\n                \"body\": \"Namaskar  {{1}} , Thank you for dining with us at {{2}} . It was a pleasure serving you, Kindly use the link below to view your bill.\",\n                \"footer\": \"We look forward to serving you again.\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Download Invoice\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919999666222\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"POS_Invoice\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"767417142390337\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"f7d6516e-4e1d-4ae8-bf02-772dbfaed539\",\n                \"created_at_utc\": \"2025-07-15T06:52:08.566000\",\n                \"name\": \"checkout_invoice\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/pwEQO65GLpN0/rsvs.jpg?se=2030-07-09T06%3A50%3A53Z&sp=rt&sv=2019-12-12&sr=b&sig=vkGhzMC9jd28mqkrt8qVRZh63Wg3jwlzQRAKrFeahwk%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Namaskar {{1}}  It was a pleasure hosting you at {{2}}  , and we hope you had a wonderful stay.\\nPlease find your final invoice using the link below.\",\n                \"footer\": \"We look forward to welcoming you again soon\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Download Invoice\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"CheckOut_Invoice\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"2236131070169702\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"60d025ee-5f7a-4df1-82ed-ad3a9458954e\",\n                \"created_at_utc\": \"2025-07-15T06:44:50.828000\",\n                \"name\": \"banquet_booking\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/7vphFM9pRjPT/rsvs.jpg?se=2030-07-09T06%3A44%3A05Z&sp=rt&sv=2019-12-12&sr=b&sig=LfYl4Aufp0YM62/sc2wDfjDpM6pl0SaQ0n24EHmqOBs%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Namaskar {{1}} ! We're excited to host your banquet event at {{2}} . To review your booking summary, kindly tap the link below.\",\n                \"footer\": \"We look forward to hosting your event.\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Review Event Details\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Banquet_Booking\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1106105391363477\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"37d23b1c-da7e-4dc7-8767-83ed9af07072\",\n                \"created_at_utc\": \"2025-07-15T06:35:14.165000\",\n                \"name\": \"departure_feedback\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/VZHZrXsqJWor/rsvs.jpg?se=2030-07-09T06%3A33%3A54Z&sp=rt&sv=2019-12-12&sr=b&sig=27hYSzPI5GdoRhZZEa4d0jRLnzAG2BMSoxjnWFqsbpo%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Namaskar  {{1}} , it was a pleasure hosting you at {{2}} . We value your opinion and invite you to share your feedback through the link below.\",\n                \"footer\": \"Your feedback helps us serve you better.\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Review Your Experience\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact US\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Departure_feedback\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"723107987364277\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b062fbf1-b840-4c0d-97f0-e58a046c731e\",\n                \"created_at_utc\": \"2025-07-15T06:28:39.506000\",\n                \"name\": \"reservation_cancel\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/Q33Rmius4rxG/rsvs.jpg?se=2030-07-09T06%3A28%3A05Z&sp=rt&sv=2019-12-12&sr=b&sig=ZeF6Z3Sr46s6qQ3fBTNaScUWYWmE63lkovuT15eBTto%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Namaskar  {{1}} ,we regret to inform you that your reservation at {{2}} has been cancelled. We hope to host you sometime soon\",\n                \"footer\": \"Your comfort awaits on your next visit\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Reservation_Cancel\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"2274466262998345\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"dac04352-4925-4eb6-9a29-8451c746189a\",\n                \"created_at_utc\": \"2025-07-15T06:23:02.356000\",\n                \"name\": \"pre_arrival\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/KwSHdAc3ABeU/FD.jpg?se=2030-07-09T06%3A22%3A33Z&sp=rt&sv=2019-12-12&sr=b&sig=lOP3ICcaNFZ8SazNVuDWoMq4nJlse95tWY2gS4grK7c%3D\",\n                \"header_handle_file_name\": \"FD.JPG\",\n                \"body\": \"Namaskar {{1}}  , your arrival at {{2}} is just around the corner — we’re excited to host you tomorrow!\",\n                \"footer\": \"Safe travels and warm wishes\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"View Confirmation\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact US\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Pre_arrival\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1634973507197822\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"efbd5277-f614-4802-a1fc-aa19ba691283\",\n                \"created_at_utc\": \"2025-07-15T06:13:55.800000\",\n                \"name\": \"self_registration\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/AeAoD9TOyysE/pos.jpg?se=2030-07-09T06%3A12%3A50Z&sp=rt&sv=2019-12-12&sr=b&sig=rHYmMPJlUI3KkdFROecjP7xo0kK8jGI5FB3QpEvg6wc%3D\",\n                \"header_handle_file_name\": \"pos.JPG\",\n                \"body\": \"Namaskar  {{1}} , Your stay at  {{2}}  is almost here! Make your arrival effortless—complete your registration in advance and breeze through check-in.\",\n                \"footer\": \"Your memorable stay starts here\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Self Check-In Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Contact Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Self_Registration\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1064718255289606\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"ac45dd7e-c8d9-44f3-89ac-a0b249a9012b\",\n                \"created_at_utc\": \"2025-07-15T05:56:20.273000\",\n                \"name\": \"new_reservation\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/3rzWxIVNYnFD/rsvs.jpg?se=2030-07-09T05%3A55%3A31Z&sp=rt&sv=2019-12-12&sr=b&sig=J6JAO18fuGuvlvlA9s6mkHz1lvyWVn3qnWeCS/X5OqI%3D\",\n                \"header_handle_file_name\": \"rsvs.JPG\",\n                \"body\": \"Namaskar  {{1}}  ! We look forward to having you at  {{2}}  !\",\n                \"footer\": \"Looking forward to Host You!!\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Verify Reservation Detail\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://tinyurl.com/{{1}}\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call For Assistance\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919562107643\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"New_Reservation\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"992661712807356\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"0ac1e42d-5400-4ba4-b512-4198d9cdf480\",\n                \"created_at_utc\": \"2025-07-14T07:48:25.545000\",\n                \"name\": \"innkey_test1\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/1c8cc9a8-7bce-42f9-bb41-536959c6e47b/message_template_sample/PBUR8Lz7hyJB/teams.jpg?se=2030-07-08T07%3A48%3A09Z&sp=rt&sv=2019-12-12&sr=b&sig=vZTG1G%2BDmD50ayqp%2Bx7pN7Ktd9M0DoVgNTPvDB3pMSM%3D\",\n                \"header_handle_file_name\": \"teams.jpg\",\n                \"body\": \"Dear {{1}},\\nGreetings from {{2}}!!\\nThank you for choosing Pride Premier Solitaire for your stay. We are excited to welcome you!\\nFor more details regarding your upcoming reservation, please check the link below:\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Reservation Link\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.innkeylive.com/\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919878589621\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Innkey_Test1\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1716884832527731\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"772abd07-2127-48cb-801f-256aca2d834a\",\n                \"created_at_utc\": \"2025-07-14T07:42:50.211000\",\n                \"name\": \"innkey_test\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear {{1}},\\nGreetings from {{2}}!!\\nThank you for choosing Pride Premier Solitaire for your stay. We are excited to welcome you!\\nFor more details regarding your upcoming reservation, please check the link below:\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Reservation Link\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.innkeylive.com/\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Call Us\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919845623148\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"Innkey_Test\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1246971960347989\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"a4975c22-bee4-445e-b303-751fda3ef6a2\",\n                \"created_at_utc\": \"2025-06-26T08:07:01.772000\",\n                \"name\": \"tarun_testing\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"this is for testing \\nhi you are welcome - {{1}}  {{2}}\",\n                \"footer\": \"you can can contact to -9411341221\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"COPY_CODE\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Copy offer code\\\\\\\", \\\\\\\"example\\\\\\\": [\\\\\\\"50\\\\\\\"]}, {\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"google\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.google.com/\\\\\\\", \\\\\\\"utm_params\\\\\\\": {\\\\\\\"utm_id\\\\\\\": \\\\\\\"1\\\\\\\", \\\\\\\"utm_source\\\\\\\": \\\\\\\"tarun\\\\\\\", \\\\\\\"utm_medium\\\\\\\": \\\\\\\"marketing\\\\\\\", \\\\\\\"utm_campaign\\\\\\\": \\\\\\\"testing1\\\\\\\", \\\\\\\"utm_term\\\\\\\": \\\\\\\"paid\\\\\\\", \\\\\\\"utm_content\\\\\\\": \\\\\\\"for testing\\\\\\\"}}, {\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"tarun\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+919411341221\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"hi thanks\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"tarun testing\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1680916736633519\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"9a715b62-802a-45b9-9a34-554e6062326e\",\n                \"created_at_utc\": \"2025-02-27T03:01:02.210000\",\n                \"name\": \"test_f3\",\n                \"language\": \"en\",\n                \"category\": \"AUTHENTICATION\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"*{{1}}* is your verification code. For your security, do not share this code.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Copy code\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.whatsapp.com/otp/code/?otp_type=ONE_TAP&cta_display_name=Autofill&package_name=com.app&signature_hash=test1234567&code=otp{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"test\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1283310149410680\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"58942b25-47af-447b-923f-d0934102a912\",\n                \"created_at_utc\": \"2025-02-27T02:45:14.850000\",\n                \"name\": \"test_5f\",\n                \"language\": \"en\",\n                \"category\": \"AUTHENTICATION\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"*{{1}}* is your verification code. For your security, do not share this code.\",\n                \"footer\": \"Expires in 10 minutes.\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Copy code\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.whatsapp.com/otp/code/?otp_type=ZERO_TAP&cta_display_name=test&package_name=com.app&signature_hash=test1234567&code_expiration_minutes=10&code=otp{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"test\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"2807560926094423\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"9fd8cdc9-e6cc-4144-adaf-2279fd0e1cb8\",\n                \"created_at_utc\": \"2025-02-24T07:02:53.765000\",\n                \"name\": \"tesr_n9\",\n                \"language\": \"en\",\n                \"category\": \"AUTHENTICATION\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"*{{1}}* is your verification code.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"ij\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.whatsapp.com/otp/code/?otp_type=COPY_CODE&code=otp{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"tesr\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"2670636553146850\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"4a9f2cc3-f76c-409d-8553-abf408126214\",\n                \"created_at_utc\": \"2025-02-18T20:09:00.730000\",\n                \"name\": \"otp_authentication\",\n                \"language\": \"en_GB\",\n                \"category\": \"AUTHENTICATION\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"*{{1}}* is your verification code. For your security, do not share this code.\",\n                \"footer\": \"Expires in 10 minutes.\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Copy code\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.whatsapp.com/otp/code/?otp_type=ZERO_TAP&cta_display_name=Autofill&package_name=example.mybusiness.com&signature_hash=abcdhijklmn&code_expiration_minutes=10&code=otp{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"OTP Authentication\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1165752828520058\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"4fed0e2f-e16a-4343-b635-20542e51159c\",\n                \"created_at_utc\": \"2025-01-30T11:33:54.040000\",\n                \"name\": \"tesr\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi {{1}}\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"reply\\\\\\\":{\\\\\\\"plainText\\\\\\\":\\\\\\\"hi\\\\\\\",\\\\\\\"postBack\\\\\\\":{\\\\\\\"data\\\\\\\":\\\\\\\"hi\\\\\\\"}},\\\\\\\"type\\\\\\\":\\\\\\\"QUICK_REPLY\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"tesr\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": null,\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"2d37c224-96ff-4ea8-9667-bd89d10a1a21\",\n                \"created_at_utc\": \"2024-10-07T08:27:08.765000\",\n                \"name\": \"tbp_test_1\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi  {{1}} \\nMake sure you get o your Black Friday email campaigns\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"COPY_CODE\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Copy offer code\\\\\\\", \\\\\\\"example\\\\\\\": [\\\\\\\"TBPBlackFriday\\\\\\\"]}, {\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Take me to TouchBasePro\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.touchbasepro.com/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"TBP_Test_1\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1077086764063654\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"0ae40182-7275-4025-999d-6340ca737622\",\n                \"created_at_utc\": \"2024-10-07T08:27:04.191000\",\n                \"name\": \"tbp_test_1\",\n                \"language\": \"af\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi {{1}}\\nMaak seker jy kry jou Black Friday e-pos veldtogte gereed.\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"COPY_CODE\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Kopieer aanbiedingkode\\\\\\\", \\\\\\\"example\\\\\\\": [\\\\\\\"TBPBlackFriday\\\\\\\"]}, {\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Gaan na TouchBasePro\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.touchbasepro.com/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"TBP_Test_1\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"534625505825935\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"e8b89213-7840-4195-937c-1cfcbfbff60a\",\n                \"created_at_utc\": \"2023-11-17T10:41:42.572000\",\n                \"name\": \"browse_catalog_on_whatsapp\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": \"COMMERCE\",\n                \"header_format\": \"TEXT\",\n                \"header\": \"Browse our catalog right here!\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}} 👋\\n\\nYou can browse through our catalog on WhatsApp itself! 🎉\\n\\nClick below & we will take you through our collections! 🛍️\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"VIEW PRODUCTS\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Stop\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"browse_catalog_on_whatsapp\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"272903765751795\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"fe888f18-141a-4ca8-a48a-bf2c609d3fca\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.761000\",\n                \"name\": \"order_shipped_notification_1010\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"TEXT\",\n                \"header\": \"Your order is shipped\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}}\\nYour order is shipped. Please click on the tracking link below!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Track Order\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"http://www.interakt.shop/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"order_shipped_notification_1010\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"362943992873733\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"eeace534-dd21-4a85-bf79-ee497ba542d1\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.678000\",\n                \"name\": \"order_shipped_notification_2020\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"TEXT\",\n                \"header\": \"Your order is shipped!\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}}\\nYour order has now been shipped. Please click on the tracking link below!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Track Order\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"http://www.interakt.shop/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"order_shipped_notification_2020\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"275008178866538\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"08e44428-fdae-4e94-85d6-b6195ac4aedb\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.558000\",\n                \"name\": \"order_shipped_notification_3030\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"TEXT\",\n                \"header\": \"Your order has been shipped\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}}\\nWe are pleased to inform that your order is now shipped. Please click on the tracking link below!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Track Order\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"http://www.interakt.shop/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"order_shipped_notification_3030\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1041945133602697\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"824e6a0b-8cdf-4fc1-8224-9c470c257ec8\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.458000\",\n                \"name\": \"order_shipped_notification_4040\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"TEXT\",\n                \"header\": \"Your order has been shipped!\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}}\\nYour order is shipped. Please click below on the tracking link and track your order!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Track Order\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"http://www.interakt.shop/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"order_shipped_notification_4040\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"291294603870505\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"7b211540-9b89-4bd2-9de1-12801b1c332a\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.342000\",\n                \"name\": \"order_shipped_notification_5050\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"TEXT\",\n                \"header\": \"Your order is finally shipped!\",\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hey {{1}}\\nYour order has been shipped successfully. Please click on the tracking link below!\",\n                \"footer\": null,\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Track Order\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"http://www.interakt.shop/\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"order_shipped_notification_5050\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1029847801657042\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"8f11efb1-c7fd-41e6-a6ee-e347738138ca\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.220000\",\n                \"name\": \"party_template_for_vouchers\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear *{{1}}*,\\n\\nPlease find the attached *{{2}}* bearing number *{{3}}*, dated *{{4}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"party_template_for_vouchers\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"24164223746557990\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"3bd129b8-82e1-4d2a-8438-95de8366a25c\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.128000\",\n                \"name\": \"party_template_for_vouchers_o3\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear *{{1}}*,\\n\\nPlease find the attached *{{2}}* bearing number *{{3}}*, dated *{{4}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"party_template_for_vouchers_o3\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"300708729578553\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b5cec3f9-88d0-497c-a506-ea47298e4c73\",\n                \"created_at_utc\": \"2023-11-17T10:41:40.028000\",\n                \"name\": \"common_template_for_vouchers\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear Sir/Madam,\\n\\nPlease find the attached *{{1}}* bearing number *{{2}}*, dated *{{3}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_for_vouchers\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"352367277326083\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b1aa7212-b063-49b0-a272-c0130bf1cece\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.926000\",\n                \"name\": \"common_template_for_vouchers_jg\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear *{{1}}*,\\n\\nPlease find the attached *{{2}}* bearing number *{{3}}*, dated *{{4}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_for_vouchers_jg\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"907211287414338\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"2fb3c84c-4533-4711-b71b-3f0a590800f6\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.827000\",\n                \"name\": \"common_template_for_reports\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear Sir/Madam,\\n\\nPlease find the attached *{{1}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_for_reports\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1289727091746259\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"6c826d66-b54c-4b39-ae5b-7c0d37bcccbf\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.703000\",\n                \"name\": \"common_template_for_reports_eg\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear Sir/Madam,\\n\\nPlease find the attached *{{1}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_for_reports_eg\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"717983503626844\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"96df66c5-df4c-4017-94c0-c6b6e05ef159\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.596000\",\n                \"name\": \"common_template_with_payment_link\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear Sir/Madam,\\n\\nPlease find the attached *{{1}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Pay Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://api.interakt.ai/cta?redirect{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_with_payment_link\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"996192514777467\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"1b9705e5-b69d-40a0-baca-89361fa944cb\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.494000\",\n                \"name\": \"common_template_with_payment_link_0g\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear Sir/Madam,\\n\\nPlease find the attached *{{1}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Pay Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://api.interakt.ai/cta?redirect{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"common_template_with_payment_link_0g\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"285047213850483\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"b2ea3b68-7f34-4603-8670-ff0a4290ae2b\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.367000\",\n                \"name\": \"party_template_with_payment_link\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear *{{1}}*,\\n\\nPlease find the attached *{{2}}* bearing number *{{3}}*, dated *{{4}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Pay Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://api.interakt.ai/cta?redirect{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"party_template_with_payment_link\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"282402418101799\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"986cae18-b7b7-48d8-a3fd-1fb7240b9857\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.265000\",\n                \"name\": \"party_template_with_payment_link_fz\",\n                \"language\": \"en\",\n                \"category\": \"MARKETING\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Dear *{{1}}*,\\n\\nPlease find the attached *{{2}}* bearing number *{{3}}*, dated *{{4}}* for your kind attention.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Pay Now\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://api.interakt.ai/cta?redirect{{1}}\\\\\\\"}]\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"party_template_with_payment_link_fz\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1136147443935275\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"3a42ae8e-19c8-42bf-bd58-472ac4ab8b01\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.182000\",\n                \"name\": \"employee_template_for_pay_slip\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"DOCUMENT\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi *{{1}}*,\\n\\nPlease find the attached Payslip for the month *{{2}}*.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"employee_template_for_pay_slip\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1043052340174301\",\n                \"variable_present\": \"Yes\"\n            },\n            {\n                \"id\": \"ee3a3d84-919a-44f0-b512-9b955a3f69a3\",\n                \"created_at_utc\": \"2023-11-17T10:41:39.093000\",\n                \"name\": \"employee_template_for_pay_slip_lp\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": \"IMAGE\",\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi *{{1}}*,\\n\\nPlease find the attached Payslip for the month *{{2}}*.\",\n                \"footer\": \"Regards, the61store\",\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"employee_template_for_pay_slip_lp\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"272000821960974\",\n                \"variable_present\": \"Yes\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b574ac35-1c61-4ef0-a089-3aa5bf23e695"}],"id":"44ef291b-9280-425f-a1ab-91516b690943","description":"<p>API keys description:</p>\n<p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n<p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n<p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n<p><strong>callbackData -</strong> If you want to store any message level attributes, then you can use the <em>callback_data</em> parameter in the string format to send additional data. This will be returned to you in the corresponding webhooks. We will send an <strong>id</strong> in response to your API call. This <strong>id</strong> can be stored for future reference. This id will be referred to when webhooks are returned later. (optional string field with max length 512)</p>\n<p><strong>type -</strong> Type of message to be sent; Supported Values: Template (required field)</p>\n<p><strong>template -</strong></p>\n<ul>\n<li><p><strong>name -</strong> Make sure that the template was created in your WhatsApp Biz platform. The template name to be used is the code name of the template. You will find the code name on the 'info icon' beside the template name in the Template section <em>OR</em>, if you want to use a template which was created by you in Facebook Business Manager, please click on Sync in Template section and after Sync is completed you will see the template appear in the list. (required field)</p>\n</li>\n<li><p><strong>languageCode</strong> - Language code should match the language in which you had created the template. you can find all language codes here: <a href=\"https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/\">https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/</a> (required field)</p>\n</li>\n<li><p><strong>fileName</strong>: applicable when document header is used for the document's file name (optional field)</p>\n</li>\n<li><p><strong>headerValues -</strong> It can hold an array of strings and is used if header type is text &amp; there is a variable in it OR if header type is media(document, image, etc) then used for putting the url for the header's media file (optional field)</p>\n</li>\n<li><p><strong>bodyValues</strong> - It can hold an array of strings and is used for value of variables in body text (optional field)</p>\n</li>\n<li><p><strong>buttonValues -</strong> Used in case there are any dynamic URL in the buttons (optional field). It is an object with key as button index in template (starting from 0) and it's value as an array of string for variables in the button. Example: <code>\"buttonValues\" : { \"0\" : [\"12344\"]}</code>If the template has 2 buttons with the first being a contact number, and second being any text with dynamic value - Then the above example would look like <code>\"buttonValues\" : { \"1\" : [\"12344\"]}</code></p>\n</li>\n</ul>\n","_postman_id":"44ef291b-9280-425f-a1ab-91516b690943"},{"name":"Send Template APIs","item":[{"name":"Send-Templates-NoHeader","id":"e055e91d-2c3c-45f7-a135-d0f3657494a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"7fc0919d-4e0e-473c-aa97-c78cff71680f","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:24:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"e055e91d-2c3c-45f7-a135-d0f3657494a0"},{"name":"Send-Template-Text Header with Variable","id":"ecd9568e-661c-4345-aaa1-0be7884f9f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"header_variable_value\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"5ff91a19-659b-42a8-9d38-2a21c832d174","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"header_variable_value\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:23:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"ecd9568e-661c-4345-aaa1-0be7884f9f55"},{"name":"Send-Template-Document-Header","id":"4418547f-188a-4551-a849-1a7b3fb2df05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"fileName\": \"file_name.pdf\",\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"9402820c-7d40-4bce-84cc-5669f1d7fb88","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"fileName\": \"file_name.pdf\",\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"4418547f-188a-4551-a849-1a7b3fb2df05"},{"name":"Send-Template-Image-Header","id":"ccb305b5-5eb0-481f-a964-914fc8a971ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"bg\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"d9265b53-e68f-4604-bc34-8e6a59e340e3","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"bg\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"ccb305b5-5eb0-481f-a964-914fc8a971ed"},{"name":"Send-Template-Dynamic-CTA","id":"e42f4040-5afe-4997-8568-4870f575fd17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_2\"\n        ],\n        \"buttonValues\": {\n            \"1\": [\n                \"button_variable_value\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"66489db7-da2f-47a6-a3b5-555eb1134531","name":"Send-Templates-NoHeader Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_2\"\n        ],\n        \"buttonValues\" : {\n             \"1\" : [\n                \"1011212\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Mar 2022 04:36:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"e42f4040-5afe-4997-8568-4870f575fd17"},{"name":"Send-Templates-Carousel-with-dynamic-cta","id":"36d1227f-a7f5-447a-9d17-8a7a825347ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      }\n    ]\n  }\n}\n"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"96d27d2f-0e97-4211-a897-52e343d18e22","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"}],"_postman_id":"36d1227f-a7f5-447a-9d17-8a7a825347ca"},{"name":"Send-Templates-Carousel-without-dynamic-cta-url","id":"dcabab5a-a496-4683-922a-293b4571a9a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ]\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ]\n      }\n    ]\n  }\n}\n"},"url":"https://api.whatsappbiz.com/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","whatsappbiz","com"],"query":[],"variable":[]}},"response":[{"id":"dc9ee4ed-bfc7-4b9c-bcb8-e9d4ca3a6541","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ]\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ]\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.whatsappbiz.com/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:24:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"}],"_postman_id":"dcabab5a-a496-4683-922a-293b4571a9a4"}],"id":"27262b4d-0aa3-40fb-9ca5-34afab530951","description":"<p>API keys description:</p>\n<p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n<p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n<p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n<p><strong>callbackData -</strong> If you want to store any message level attributes, then you can use the <em>callback_data</em> parameter in the string format to send additional data. This will be returned to you in the corresponding webhooks. We will send an <strong>id</strong> in response to your API call. This <strong>id</strong> can be stored for future reference. This id will be referred to when webhooks are returned later. (optional string field with max length 512)</p>\n<p><strong>type -</strong> Type of message to be sent; Supported Values: Template (required field)</p>\n<p><strong>template -</strong></p>\n<ul>\n<li><p>Make sure that the template was created in your WhatsApp Biz platform. The template name to be used is the code name of the template. You will find the code name on the 'info icon' beside the template name in the Template section OR, if you want to use a template which was created by you in Facebook Business Manager, please click on Sync in Template section and after Sync is completed you will see the template appear in the list. (required field)</p>\n</li>\n<li><p><strong>languageCode</strong> - Language code should match the language in which you had created the template. you can find all language codes here: <a href=\"https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/\">https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/</a> (required field)</p>\n</li>\n<li><p><strong>fileName</strong>: applicable when document header is used for the document's file name (optional field)</p>\n</li>\n<li><p><strong>headerValues -</strong> It can hold an array of strings and is used if header type is text &amp; there is a variable in it OR if header type is media(document, image, etc) then used for putting the url for the header's media file (optional field)</p>\n</li>\n<li><p><strong>bodyValues</strong> - It can hold an array of strings and is used for value of variables in body text (optional field)</p>\n</li>\n<li><p><strong>buttonValues -</strong> Used in case there are any dynamic URL in the buttons (optional field). It is an object with key as button index in template (starting from 0) and it's value as an array of string for variables in the button. Example: <code>\"buttonValues\" : { \"0\" : [\"12344\"]}</code>If the template has 2 buttons with the first being a contact number, and second being any text with dynamic value - Then the above example would look like <code>\"buttonValues\" : { \"1\" : [\"12344\"]}</code></p>\n</li>\n</ul>\n","_postman_id":"27262b4d-0aa3-40fb-9ca5-34afab530951"}]}