{"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"}],"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"}]}