{"info":{"_postman_id":"cd6c937e-77b7-4bca-a7c1-27e44c7b144e","name":"WhatsApp Business API Documentation","description":"<html><head></head><body><p>Postman Collection For Official WhatsApp Business API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14215086","collectionId":"cd6c937e-77b7-4bca-a7c1-27e44c7b144e","publishedId":"TzsZrU6U","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-25T07:17:48.000Z"},"item":[{"name":"WABA","item":[{"name":"Session Messages","item":[{"name":"Session Text Message","id":"39e1a5d5-2b9b-41ad-b920-734207dba946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"to\":\"919999999999\",\n    \"recipient_type\": \"individual\",\n    \"type\":\"text\",\n    \"text\":{\n        \"body\": \"Your Message Here\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39e1a5d5-2b9b-41ad-b920-734207dba946"},{"name":"Session Image Message","id":"0908557e-9785-4105-a6bf-a25f031be1bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n    \"to\":\"91999999999\",\n    \"recipient_type\": \"individual\",\n    \"type\":\"image\",\n    \"image\":{\n        \"link\": \"Your Image Link Here\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0908557e-9785-4105-a6bf-a25f031be1bd"},{"name":"Session Video Message","id":"c95aedc0-605b-4c1f-a240-af520903077b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n    \"to\":\"91999999999\",\n    \"recipient_type\": \"individual\",\n    \"type\":\"video\",\n    \"video\":{\n        \"link\": \"Your Video Link Here\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c95aedc0-605b-4c1f-a240-af520903077b"},{"name":"Session Document Message","id":"63408cc8-599c-442c-a5d3-9348c622cda2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n    \"to\":\"91999999999\",\n    \"recipient_type\": \"individual\",\n    \"type\":\"document\",\n    \"document\":{\n        \"link\": \"Your document Link Here\",\n        \"filename\": \"File Name Here\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63408cc8-599c-442c-a5d3-9348c622cda2"},{"name":"Session List Message (Single Section)","id":"0ece162a-62f8-453d-a11d-7a877281686e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"91999999999\",\n  \"recipient_type\": \"individual\",\n  \"type\": \"interactive\",\n  \"interactive\": {\n    \"type\": \"list\",\n    \"header\": {\n      \"type\": \"text\",\n      \"text\": \"your-header-content\"\n    },\n    \"body\": {\n      \"text\": \"your-text-message-content\"\n    },\n    \"footer\": {\n      \"text\": \"your-footer-content\"\n    },\n    \"action\": {\n      \"button\": \"Button Text Comes Here\",\n      \"sections\":[\n        {\n          \"title\":\"your-section-title-content\",\n          \"rows\": [\n            {\n              \"id\":\"unique-row-identifier\",\n              \"title\": \"row-title-content\",\n              \"description\": \"row-description-content\"          \n            },\n            {\n              \"id\":\"unique-row-identifier\",\n              \"title\": \"row-title-content\",\n              \"description\": \"row-description-content\"          \n            }\n          ]\n        }\n      ]\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ece162a-62f8-453d-a11d-7a877281686e"},{"name":"Session List Message (Multiple Section)","id":"e603ebb1-74d5-44df-b327-b01e934dc448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"91999999999\",\n  \"recipient_type\": \"individual\",\n  \"type\": \"interactive\",\n  \"interactive\": {\n    \"type\": \"list\",\n    \"header\": {\n      \"type\": \"text\",\n      \"text\": \"your-header-content\"\n    },\n    \"body\": {\n      \"text\": \"your-text-message-content\"\n    },\n    \"footer\": {\n      \"text\": \"your-footer-content\"\n    },\n    \"action\": {\n      \"button\": \"Button Text Comes Here\",\n      \"sections\":[\n        {\n          \"title\":\"your-section-title-content\",\n          \"rows\": [\n            {\n              \"id\":\"unique-row-identifier\",\n              \"title\": \"row-title-content\",\n              \"description\": \"row-description-content\"          \n            }\n          ]\n        },\n        {\n          \"title\":\"your-section-title-content\",\n          \"rows\": [\n            {\n              \"id\":\"unique-row-identifier\",\n              \"title\": \"row-title-content\",\n              \"description\": \"row-description-content\"          \n            }\n          ]\n        }\n      ]\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e603ebb1-74d5-44df-b327-b01e934dc448"},{"name":"Session Reply Button Message","id":"4488ff6a-325e-4191-a94b-aa128daab3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"91999999999\",\n  \"recipient_type\": \"individual\",\n  \"type\": \"interactive\",\n  \"interactive\": {\n    \"type\": \"button\",\n    # start header\n    \"header\": {\n      \"type\": \"text\" | \"image\" | \"video\" | \"document\",\n      \"text\": \"your text\"\n\n      # OR\n      \"document\": {\n        \"link\": \"the-provider-name/protocol://the-url\",\n        \"filename\": \"some-file-name\"\n      },\n\n      # OR\n      \"video\": {\n        \"link\": \"the-provider-name/protocol://the-url\",\n      }\n\n      # OR\n      \"image\": {\n        \"link\": \"http(s)://the-url\",\n      }\n    }, # end header\n    \"body\": {\n      \"text\": \"your-text-body-content\"\n    },\n    \"footer\": { # optional\n      \"text\": \"your-text-footer-content\"\n    },\n    \"action\": {\n      \"buttons\": [\n        {\n          \"type\": \"reply\",\n          \"reply\": {\n            \"id\": \"unique-postback-id\",\n            \"title\": \"First Button’s Title\" \n          }\n        },\n        {\n          \"type\": \"reply\",\n          \"reply\": {\n            \"id\": \"unique-postback-id\",\n            \"title\": \"Second Button’s Title\" \n          }\n        }\n      ] \n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4488ff6a-325e-4191-a94b-aa128daab3c7"}],"id":"bdbacb48-07ee-48ff-bbaa-b9541efb397e","_postman_id":"bdbacb48-07ee-48ff-bbaa-b9541efb397e","description":""},{"name":"Template","item":[{"name":"Send Template Message","id":"1f0893d6-a3b9-494e-82b7-a0e16cef16b2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"to\": \"RECEIVER_NUMBER\",\n    \"recipient_type\": \"individual\",\n    \"type\": \"template\",\n    \"template\": {\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        },\n        \"name\": \"test\",\n        \"components\": []\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f0893d6-a3b9-494e-82b7-a0e16cef16b2"},{"name":"Template List","id":"21d6ce69-dbf5-4465-8a4e-feb594d5fdb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/templates?limit=10&offset=0&fetch_count=true&json=true","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"fetch_count","value":"true"},{"key":"json","value":"true"}],"variable":[]}},"response":[],"_postman_id":"21d6ce69-dbf5-4465-8a4e-feb594d5fdb4"},{"name":"Update Template","id":"a90b1848-364c-4fe5-a0c8-c659c45aead1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"text_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"TEXT\",\r\n            \"text\":\"Text Header Can Have Only One Variable {{1}}\",\r\n            \"example\":{\r\n                \"header_text\":[\r\n                    \"headerVariable\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}}  \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates/template_id","urlObject":{"path":["v1","configs","templates","template_id"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a90b1848-364c-4fe5-a0c8-c659c45aead1"},{"name":"Delete Template","id":"7cfa0f58-59dc-4dc2-92f9-934bdad83d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"text_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"TEXT\",\r\n            \"text\":\"Text Header Can Have Only One Variable {{1}}\",\r\n            \"example\":{\r\n                \"header_text\":[\r\n                    \"headerVariable\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}}  \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates/template_name","urlObject":{"path":["v1","configs","templates","template_name"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cfa0f58-59dc-4dc2-92f9-934bdad83d5b"}],"id":"8cf334fb-4303-4c22-bc61-8b80cf30d3eb","_postman_id":"8cf334fb-4303-4c22-bc61-8b80cf30d3eb","description":""},{"name":"Create Template","item":[{"name":"Standard Template (Only Body)","id":"7ae9060d-babe-4a8f-acf3-99dc75e67ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"no_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}} \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ae9060d-babe-4a8f-acf3-99dc75e67ccd"},{"name":"Text Header","id":"2bb06877-d56e-4b31-99e6-e5f39dc5d75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"text_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"TEXT\",\r\n            \"text\":\"Text Header Can Have Only One Variable {{1}}\",\r\n            \"example\":{\r\n                \"header_text\":[\r\n                    \"headerVariable\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}}  \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb06877-d56e-4b31-99e6-e5f39dc5d75f"},{"name":"Image Header","id":"678cc15b-40b2-48b4-80ef-1b4e92d3a74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"image_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"IMAGE\",\r\n            \"example\":{\r\n                \"header_handle\":[\r\n                    \"https://confidentialcontent.s3.eu-west-1.wasabisys.com/waba/l4y50apq.jpeg\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}} \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"678cc15b-40b2-48b4-80ef-1b4e92d3a74c"},{"name":"Document Header","id":"14fc640d-bc58-456c-8ba9-ec2f93df977c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"image_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"DOCUMENT\",\r\n            \"example\":{\r\n                \"header_handle\":[\r\n                    \"https://confidentialcontent.s3.eu-west-1.wasabisys.com/waba/l2rlatc4.pdf\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}} \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14fc640d-bc58-456c-8ba9-ec2f93df977c"},{"name":"Video Header","id":"b045e1ec-ebce-4162-9d8e-beb3ee37ceca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"image_header_template\",\r\n    \"category\":\"ALERT_UPDATE\",\r\n    \"language\":\"en\",\r\n    \"components\":[\r\n        {\r\n            \"type\":\"HEADER\",\r\n            \"format\":\"VIDEO\",\r\n            \"example\":{\r\n                \"header_handle\":[\r\n                    \"https://confidentialcontent.s3.eu-west-1.wasabisys.com/waba/l4we1qri.mp4\"\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"FOOTER\",\r\n            \"text\":\"Footer Text\"\r\n        },\r\n        {\r\n            \"type\":\"BODY\",\r\n            \"text\":\"Hello {{1}}\\n\\nThis is a test body {{2}} \",\r\n            \"example\":{\r\n                \"body_text\":[\r\n                    [\r\n                        \"bodyVariable1\",\r\n                        \"bodyVariable2\"\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\":\"BUTTONS\",\r\n            \"buttons\":[\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 1\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 2\"\r\n                },\r\n                {\r\n                    \"type\":\"QUICK_REPLY\",\r\n                    \"text\":\"Button 3\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/templates","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b045e1ec-ebce-4162-9d8e-beb3ee37ceca"}],"id":"1b33f654-c4c5-4aad-9ba7-d1e04fc6075b","description":"<p>For more details on template creation via API, Kindly go through the official documentation on Facebook</p>\n<p><a href=\"https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/#retrieve-templates\">https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/#retrieve-templates</a></p>\n","_postman_id":"1b33f654-c4c5-4aad-9ba7-d1e04fc6075b"},{"name":"Webhook","item":[{"name":"Set Webhook","id":"9be3d9d7-6143-4047-abe9-585556ed76bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/webhook","urlObject":{"path":["v1","configs","webhook"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9be3d9d7-6143-4047-abe9-585556ed76bf"},{"name":"Get Webhook","id":"5190c047-f8e9-41af-90aa-765ce86d4d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/webhook","urlObject":{"path":["v1","configs","webhook"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5190c047-f8e9-41af-90aa-765ce86d4d78"},{"name":"Delete Webhook","id":"47078938-1c0d-4767-8d59-5ea59553f458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/configs/webhook","urlObject":{"path":["v1","configs","webhook"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47078938-1c0d-4767-8d59-5ea59553f458"}],"id":"4a15006e-823c-4eae-9786-673362796b57","_postman_id":"4a15006e-823c-4eae-9786-673362796b57","description":""},{"name":"Media","item":[{"name":"Upload Media","id":"6b1c2cfa-cc3f-4f32-a26d-866f5aa98884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{Domain}}/v1/media","urlObject":{"path":["v1","media"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b1c2cfa-cc3f-4f32-a26d-866f5aa98884"},{"name":"Retrive Media","id":"1b984ff8-834f-40f8-8fc6-18e85e1fc10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/media.php?id=YOUR-MEDIA-ID-HERE","urlObject":{"path":["v1","media.php"],"host":["{{Domain}}"],"query":[{"key":"id","value":"YOUR-MEDIA-ID-HERE"}],"variable":[]}},"response":[],"_postman_id":"1b984ff8-834f-40f8-8fc6-18e85e1fc10a"},{"name":"Delete Media","id":"7de787c6-ab9d-4584-9de6-245f451074d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/media.php?id=YOUR-MEDIA-ID-HERE","urlObject":{"path":["v1","media.php"],"host":["{{Domain}}"],"query":[{"key":"id","value":"YOUR-MEDIA-ID-HERE"}],"variable":[]}},"response":[],"_postman_id":"7de787c6-ab9d-4584-9de6-245f451074d2"}],"id":"d1d78882-ef25-4163-b784-b9f203ffd35f","_postman_id":"d1d78882-ef25-4163-b784-b9f203ffd35f","description":""},{"name":"Settings","item":[{"name":"Phone Number Associated With WhatsApp Business API","id":"49123473-1b6f-4b97-82c0-417c905d0ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/phone_number","urlObject":{"path":["v1","configs","phone_number"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49123473-1b6f-4b97-82c0-417c905d0ee9"},{"name":"Basic WABA Details (Cloud API Only)","id":"7527d33b-f503-4a8a-ae35-d7e6ec3c9217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/general/details","urlObject":{"path":["v1","configs","general","details"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7527d33b-f503-4a8a-ae35-d7e6ec3c9217"},{"name":"Messages Analytics (Cloud API Only)","id":"47084812-f2b2-4ad2-b68f-fae0db08da3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/general/analytics/messages?start=1674966964&end=1706502964&granularity=DAY&country_codes=IN&product_types","urlObject":{"path":["v1","configs","general","analytics","messages"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>UNIX Timestamp</p>\n","type":"text/plain"},"key":"start","value":"1674966964"},{"description":{"content":"<p>UNIX Timestamp</p>\n","type":"text/plain"},"key":"end","value":"1706502964"},{"description":{"content":"<p>The granularity by which you would like to retrieve the analytics.</p>\n<ol>\n<li>HALF_HOUR</li>\n<li>DAY</li>\n<li>MONTH</li>\n</ol>\n","type":"text/plain"},"key":"granularity","value":"DAY"},{"description":{"content":"<p>The countries for which you would like to retrieve analytics. Provide an array with 2 letter country codes for the countries you would like to include. If not provided, analytics will be returned for all countries you have communicated with. (Optional)</p>\n","type":"text/plain"},"key":"country_codes","value":"IN"},{"description":{"content":"<p>The types of messages (notification messages and/or customer support messages) for which you want to retrieve notifications. Provide an array and include 0 for notification messages, and 2 for customer support messages. If not provided, analytics will be returned for all messages together.</p>\n","type":"text/plain"},"key":"product_types","value":null}],"variable":[]}},"response":[],"_postman_id":"47084812-f2b2-4ad2-b68f-fae0db08da3e"},{"name":"Conversation Analytics (Cloud API Only) Copy","id":"7e8e3899-5809-4336-8b87-f080a7fb2fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/general/analytics/conversation?start=1674966964&end=1706502964&granularity=DAILY&metric_types=COST,CONVERSATION&conversation_categories=AUTHENTICATION,MARKETING&conversation_types=FREE_ENTRY_POINT,FREE_TIER,REGULAR&conversation_directions=BUSINESS_INITIATED,USER_INITIATED,UNKNOWN&dimensions=CONVERSATION_CATEGORY,CONVERSATION_DIRECTION,CONVERSATION_TYPE,COUNTRY,PHONE","urlObject":{"path":["v1","configs","general","analytics","conversation"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>UNIX Timestamp</p>\n","type":"text/plain"},"key":"start","value":"1674966964"},{"description":{"content":"<p>UNIX Timestamp</p>\n","type":"text/plain"},"key":"end","value":"1706502964"},{"description":{"content":"<p>The granularity by which you would like to retrieve the analytics.</p>\n<ol>\n<li>HALF_HOUR</li>\n<li>DAILY</li>\n<li>MONTHLY</li>\n</ol>\n","type":"text/plain"},"key":"granularity","value":"DAILY"},{"description":{"content":"<p>(Comma Seperated Values.) Optional.  List of metrics you would like to receive. If you send an empty list, we return results for all metric types.</p>\n","type":"text/plain"},"key":"metric_types","value":"COST,CONVERSATION"},{"description":{"content":"<p>(Comma Seperated Values.) Optional.  List of conversation categories. If you send an empty list, we return results for all conversation categories.</p>\n<ol>\n<li>AUTHENTICATION</li>\n<li>MARKETING</li>\n<li>SERVICE</li>\n<li>UTILITY</li>\n</ol>\n","type":"text/plain"},"key":"conversation_categories","value":"AUTHENTICATION,MARKETING"},{"description":{"content":"<p>(Comma Seperated Values.) Optional. List of conversation types. If you send an empty list, we return results for all conversation types.</p>\n<ol>\n<li>FREE_ENTRY_POINT</li>\n<li>FREE_TIER: </li>\n<li>REGULAR:</li>\n</ol>\n","type":"text/plain"},"key":"conversation_types","value":"FREE_ENTRY_POINT,FREE_TIER,REGULAR"},{"description":{"content":"<p>(Comma Seperated Values.) Optional. List of conversation directions. If you send an empty list, we return results for all conversation directions.</p>\n","type":"text/plain"},"key":"conversation_directions","value":"BUSINESS_INITIATED,USER_INITIATED,UNKNOWN"},{"description":{"content":"<p>(Comma Seperated Values.) Optional. List of breakdowns you would like to apply to your metrics. If you send an empty list, we return results without any breakdowns.</p>\n<ol>\n<li>CONVERSATION_CATEGORY</li>\n<li>CONVERSATION_DIRECTION</li>\n<li>CONVERSATION_TYPE</li>\n<li>COUNTRY</li>\n<li>PHONE</li>\n</ol>\n","type":"text/plain"},"key":"dimensions","value":"CONVERSATION_CATEGORY,CONVERSATION_DIRECTION,CONVERSATION_TYPE,COUNTRY,PHONE"}],"variable":[]}},"response":[],"_postman_id":"7e8e3899-5809-4336-8b87-f080a7fb2fe5"},{"name":"Get User Information","id":"3ef37acd-6a4d-4535-b425-6d4f436b31e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","type":"text","value":"API Key"}],"url":"{{Domain}}/api/getuser","urlObject":{"path":["api","getuser"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ef37acd-6a4d-4535-b425-6d4f436b31e7"},{"name":"Get Business Profile","id":"ee04e949-e42c-49af-b1eb-99660ed478ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/settings/business/profile","urlObject":{"path":["v1","settings","business","profile"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee04e949-e42c-49af-b1eb-99660ed478ef"},{"name":"Update Business Profile","id":"bdae5af7-1bdb-4f8f-a7a2-864878770197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messaging_product\": \"whatsapp\",\r\n    \"about\": \"ABOUT\",\r\n    \"address\": \"ADDRESS\",\r\n    \"description\": \"DESCRIPTION\",\r\n    \"vertical\": \"INDUSTRY\",\r\n    \"email\": \"EMAIL\",\r\n    \"websites\": [\r\n        \"https://WEBSITE-1\",\r\n        \"https://WEBSITE-2\"\r\n    ],\r\n    \"profile_picture_handle\": \"HANDLE_OF_PROFILE_PICTURE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/settings/business/profile","urlObject":{"path":["v1","settings","business","profile"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdae5af7-1bdb-4f8f-a7a2-864878770197"},{"name":"Get Profile About Content","id":"76c5afeb-88ea-427f-8802-33e34241d863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/settings/profile/about","urlObject":{"path":["v1","settings","profile","about"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76c5afeb-88ea-427f-8802-33e34241d863"},{"name":"Get Profile Photo","id":"7fbdf221-cff4-4b0a-a774-4df38efdbe39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/settings/profile/photo","urlObject":{"path":["v1","settings","profile","photo"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fbdf221-cff4-4b0a-a774-4df38efdbe39"},{"name":"Get Profile Photo Link","id":"49a82b43-fd04-4c10-b40e-4ae2fc31c355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/settings/profile/photo?format=link","urlObject":{"path":["v1","settings","profile","photo"],"host":["{{Domain}}"],"query":[{"key":"format","value":"link"}],"variable":[]}},"response":[],"_postman_id":"49a82b43-fd04-4c10-b40e-4ae2fc31c355"},{"name":"Update Profile About","id":"5e46f1ec-ff06-474b-83ab-8647c9fcaa25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"about\": \"Profile About Here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/settings/profile/about","urlObject":{"path":["v1","settings","profile","about"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e46f1ec-ff06-474b-83ab-8647c9fcaa25"},{"name":"Update Compliance Info ( Indian Users )","id":"3c5710fe-253a-4440-b6d1-a09cdc6fe068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"D360-API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"entity_name\": \"\",\r\n      \"entity_type\": \"Private Company\",\r\n      \"customer_care_details\": {\r\n        \"email\": \"\",\r\n        \"landline_number\": \"\",\r\n        \"mobile_number\": \"\"\r\n      },\r\n      \"grievance_officer_details\": {\r\n        \"name\": \"\",\r\n        \"email\": \"\",\r\n        \"landline_number\": \"\",\r\n        \"mobile_number\": \"\"\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/settings/business/compliance_info","urlObject":{"path":["v1","settings","business","compliance_info"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5710fe-253a-4440-b6d1-a09cdc6fe068"}],"id":"61acf3f9-2d50-4312-8e7e-9d7d98211b1e","_postman_id":"61acf3f9-2d50-4312-8e7e-9d7d98211b1e","description":""},{"name":"Flows","item":[{"name":"Create Flow","id":"9ebcd539-ebc8-4179-8989-7e74c1590c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<FLOW_NAME>","type":"text"},{"key":"categories","value":"[\"OTHER\"]","description":"<p>A list of Flow categories. Multiple values are possible, but at least one is required. Choose the values which represent your business use case. \nAllowed values: \"SIGN_UP\", \"SIGN_IN\", \"APPOINTMENT_BOOKING\", \"LEAD_GENERATION\", \"CONTACT_US\", \"CUSTOMER_SUPPORT\", \"SURVEY\", \"OTHER\"</p>\n","type":"text"}]},"url":"{{Domain}}/flow/{{waba_id}}/flows","urlObject":{"path":["flow","{{waba_id}}","flows"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ebcd539-ebc8-4179-8989-7e74c1590c09"},{"name":"Update Flow Meta","id":"9b8e2962-7221-4540-99e8-7e0cd681cc95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<FLOW_NAME>","type":"text"},{"key":"categories","value":"[\"OTHER\"]","type":"text","description":"<p>A list of Flow categories. Multiple values are possible, but at least one is required. Choose the values which represent your business use case. \nAllowed values: \"SIGN_UP\", \"SIGN_IN\", \"APPOINTMENT_BOOKING\", \"LEAD_GENERATION\", \"CONTACT_US\", \"CUSTOMER_SUPPORT\", \"SURVEY\", \"OTHER\"</p>\n"}]},"url":"{{Domain}}/flow/v18.0/{{flow_id}}","urlObject":{"path":["flow","v18.0","{{flow_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b8e2962-7221-4540-99e8-7e0cd681cc95"},{"name":"Upload Flow JSON Asset","id":"d86a5762-8473-4128-a5d8-0347ec4837bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"flow.json","type":"text"},{"key":"asset_type","value":"FLOW_JSON","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{Domain}}/flow/v18.0/{{flow_id}}/assets","urlObject":{"path":["flow","v18.0","{{flow_id}}","assets"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86a5762-8473-4128-a5d8-0347ec4837bc"},{"name":"Publish Flow","id":"6897d10f-4b49-45d4-8292-3ff81a163909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}/publish","urlObject":{"path":["flow","v18.0","{{flow_id}}","publish"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6897d10f-4b49-45d4-8292-3ff81a163909"},{"name":"Get Flow","id":"eae0c475-28d2-49fd-8238-96b51e6ecd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}?fields=id,name,categories,preview,status,validation_errors,json_version,data_api_version,data_channel_uri,whatsapp_business_account,application","urlObject":{"path":["flow","v18.0","{{flow_id}}"],"host":["{{Domain}}"],"query":[{"key":"fields","value":"id,name,categories,preview,status,validation_errors,json_version,data_api_version,data_channel_uri,whatsapp_business_account,application"}],"variable":[]}},"response":[],"_postman_id":"eae0c475-28d2-49fd-8238-96b51e6ecd91"},{"name":"Get Flow List","id":"26915d8f-3b52-4792-9428-94ac12c9b589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/flow/v18.0/{{waba_id}}/flows","urlObject":{"path":["flow","v18.0","{{waba_id}}","flows"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26915d8f-3b52-4792-9428-94ac12c9b589"},{"name":"Get Flow Asset","id":"bb66c7ac-cf15-426a-a4a0-63b2e85cac19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}/assets","urlObject":{"path":["flow","v18.0","{{flow_id}}","assets"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb66c7ac-cf15-426a-a4a0-63b2e85cac19"},{"name":"Get Flow Preview URL","id":"437fc92d-de61-4e88-baac-ff423c9dc836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}?fields=preview.invalidate(false)","urlObject":{"path":["flow","v18.0","{{flow_id}}"],"host":["{{Domain}}"],"query":[{"key":"fields","value":"preview.invalidate(false)"}],"variable":[]}},"response":[],"_postman_id":"437fc92d-de61-4e88-baac-ff423c9dc836"},{"name":"Delete Flow","id":"ca259631-2ed6-49fc-b298-b9b3b7fefdde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}","urlObject":{"path":["flow","v18.0","{{flow_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca259631-2ed6-49fc-b298-b9b3b7fefdde"},{"name":"Deprecate Flow","id":"26c47c1e-9102-4ef6-ba1b-10094dc41b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"url":"{{Domain}}/flow/v18.0/{{flow_id}}/deprecate","urlObject":{"path":["flow","v18.0","{{flow_id}}","deprecate"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26c47c1e-9102-4ef6-ba1b-10094dc41b2e"}],"id":"13b6384e-8bc5-4247-a5e1-40ed222a6018","_postman_id":"13b6384e-8bc5-4247-a5e1-40ed222a6018","description":""}],"id":"ab4db286-0506-4873-8830-126dc5c2f3f2","_postman_id":"ab4db286-0506-4873-8830-126dc5c2f3f2","description":""},{"name":"CRM","item":[{"name":"Quick Campaign","item":[{"name":"List All Campaign","id":"7efaf235-49a0-420d-b02c-6095321eb460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/campaign","urlObject":{"path":["crm","campaign"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7efaf235-49a0-420d-b02c-6095321eb460"},{"name":"Campaign Report","id":"effca293-2dbe-4fe1-b8d7-272a65b5c933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"{{api-version}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/campaign/:campaign_id/report","urlObject":{"path":["crm","campaign",":campaign_id","report"],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":null,"key":"campaign_id"}]}},"response":[],"_postman_id":"effca293-2dbe-4fe1-b8d7-272a65b5c933"},{"name":"Delete Campaign","id":"1ef3b8eb-38b3-47cc-9847-b9d6b3bc2e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"{{api-version}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/campaign/:campaign_id/report","urlObject":{"path":["crm","campaign",":campaign_id","report"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"a8c1782f-55d5-4b39-a482-7d1d344d7cfa","type":"any","value":null,"key":"campaign_id"}]}},"response":[],"_postman_id":"1ef3b8eb-38b3-47cc-9847-b9d6b3bc2e36"},{"name":"Create Quick Campaign","id":"583e488a-d865-4f22-9cc9-482276cb7db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Receiver's Number will come here\r\n    \"receivers\": [\r\n        \"919999999999,919999999998\"\r\n    ],\r\n    \"title\": \"{{YOUR Campaign Title}}\",\r\n    //Channel ID*\r\n    \"channel\": \"{{YOUR CHANNEL ID}}\",\r\n    //Action can be -  'create','trigger' (Optional) [Default:'create']\r\n    \"action\": \"trigger\",\r\n    //Action can be -  'immediate','schedule' (Optional) [Default:'immediate']\r\n    \"mode\":\"immediate\",\r\n    //Schedule timestamp in milliseconds or ISO String (Optional) [Default]\r\n    \"schedule\":0,\r\n    //Array of messages's JSON\r\n    \"messages\": [\r\n        //messages\r\n        {\r\n            \"type\": \"template\",\r\n            \"template\": {\r\n                \"language\": {\r\n                    \"policy\": \"deterministic\",\r\n                    \"code\": \"en\"\r\n                },\r\n                \"name\": \"hi_alert\",\r\n                \"components\": [\r\n                    {\r\n                        \"type\": \"body\",\r\n                        \"parameters\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"text\": \"VARIABLE_TEXT\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/campaign","urlObject":{"path":["crm","campaign"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"583e488a-d865-4f22-9cc9-482276cb7db9"},{"name":"Create Bulk Campaign","id":"1722345f-2ac8-498e-ac35-870da2259835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Receiver's Number will come here\r\n    \"receivers\": [\r\n        {\r\n            \"to\":\"919999999999\",\r\n            \"variables\":{\r\n                \"name\":\"WhatsApp User\"\r\n            }\r\n        }\r\n    ],\r\n    \"title\": \"{{YOUR Campaign Title}}\",\r\n    //Channel ID*\r\n    \"channel\": \"{{YOUR CHANNEL ID}}\",\r\n    //Action can be -  'create','trigger' (Optional) [Default:'create']\r\n    \"action\": \"trigger\",\r\n    //Action can be -  'immediate','schedule' (Optional) [Default:'immediate']\r\n    \"mode\":\"immediate\",\r\n    //Schedule timestamp in milliseconds or ISO String (Optional) [Default]\r\n    \"schedule\":0,\r\n    //Array of messages's JSON\r\n    \"messages\": [\r\n        //messages\r\n        {\r\n            \"type\": \"template\",\r\n            \"template\": {\r\n                \"language\": {\r\n                    \"policy\": \"deterministic\",\r\n                    \"code\": \"en\"\r\n                },\r\n                \"name\": \"hi_alert\",\r\n                \"components\": [\r\n                    {\r\n                        \"type\": \"body\",\r\n                        \"parameters\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"text\": \"{{name}}\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/campaign","urlObject":{"path":["crm","campaign"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1722345f-2ac8-498e-ac35-870da2259835"}],"id":"663e49ac-e38d-4e3b-bbe4-627796446921","_postman_id":"663e49ac-e38d-4e3b-bbe4-627796446921","description":""},{"name":"Send WhatsApp Template","item":[{"name":"Send Template Message","id":"be6a2ef9-58cc-48fe-888b-de1087f1fbad","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"to\": \"91999999999\",\n  \"type\": \"template\",\n  \"template\": {\n    \"namespace\": \"your_namespace_id\",\n    \"language\": {\n      \"policy\": \"deterministic\",\n      \"code\": \"en\"\n    },\n    \"name\": \"name_here\",\n    \"components\": [\n    {\n      \"type\" : \"body\",\n      \"parameters\": [\n        {\n          \"type\": \"text\",\n          \"text\": \"text_here\"\n        },\n        {\n          \"type\": \"text\",\n          \"text\": \"text_here\"\n        }\n      ] \n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be6a2ef9-58cc-48fe-888b-de1087f1fbad"},{"name":"Schedule Template Message","id":"dd65c25e-656e-45bb-9f92-3090d1cc143d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"schedule\": \"2023-06-03T14:41:31.000Z\",\n    \"to\": \"91999999999\",\n    \"type\": \"template\",\n    \"template\": {\n        \"namespace\": \"your_namespace_id\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        },\n        \"name\": \"name_here\",\n        \"components\": [\n            {\n                \"type\": \"body\",\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"text_here\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"text_here\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/v1/messages","urlObject":{"path":["v1","messages"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd65c25e-656e-45bb-9f92-3090d1cc143d"},{"name":"Template List","id":"d20214c8-79fb-4ee0-b823-7acf34c0ddbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/v1/configs/templates?limit=10&offset=0","urlObject":{"path":["v1","configs","templates"],"host":["{{Domain}}"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"d20214c8-79fb-4ee0-b823-7acf34c0ddbc"}],"id":"e56469a7-7711-49df-b46b-e7fbfa6561c7","_postman_id":"e56469a7-7711-49df-b46b-e7fbfa6561c7","description":""},{"name":"Custom Field Settings","item":[{"name":"List All Custom Field","id":"3cb42777-59f6-49ae-90ae-eb5605611dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/setting/custom-field","urlObject":{"path":["crm","setting","custom-field"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cb42777-59f6-49ae-90ae-eb5605611dc1"},{"name":"Create Custom Field","id":"870fe0e9-bdaa-4af5-83d2-58f326877198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"CUSTOM FIELD NAME\",\r\n    \"type\":\"CUSTOM FIELD TYPE\",\r\n    \"description\":\"CUSTOM FIELD DESCRIPTION\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/setting/custom-field","urlObject":{"path":["crm","setting","custom-field"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"870fe0e9-bdaa-4af5-83d2-58f326877198"},{"name":"Delete Custom Field","id":"7491198e-6f63-4ddd-99ad-d3a0ef22da08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/setting/custom-field/:id","urlObject":{"path":["crm","setting","custom-field",":id"],"host":["{{Domain}}"],"query":[],"variable":[{"description":{"content":"<p>Custom Field ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"7491198e-6f63-4ddd-99ad-d3a0ef22da08"}],"id":"de26208e-4c07-441b-83c7-90b86fda689a","_postman_id":"de26208e-4c07-441b-83c7-90b86fda689a","description":""},{"name":"Chat Settings","item":[{"name":"Create Contact","id":"4c722ae1-538e-44a5-9d69-e80fd0ce566b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"whatsapp\":\"\",\r\n    \"email\":\"\",\r\n    \"chat_name\":\"\",\r\n    \"custom_fields\":[\r\n        {\r\n            \"id\":\"\",\r\n            \"value\":\"\"\r\n        }\r\n    ],\r\n    \"chat_operator\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/chat","urlObject":{"path":["crm","chat"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c722ae1-538e-44a5-9d69-e80fd0ce566b"},{"name":"Mark Chat as Done","id":"ff896a61-017e-493a-8c09-4753ee2f91a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/chat/setting/:chat-id/operator/mark_as_done","urlObject":{"path":["crm","chat","setting",":chat-id","operator","mark_as_done"],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":"","key":"chat-id"}]}},"response":[],"_postman_id":"ff896a61-017e-493a-8c09-4753ee2f91a1"},{"name":"Close Chat","id":"541e86e0-b30a-40df-b1e8-e6be5088b493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/chat/setting/:chat-id/operator/close_chat","urlObject":{"path":["crm","chat","setting",":chat-id","operator","close_chat"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"43688867-5fcc-4f75-a8c6-0a61075bf076","type":"any","value":"","key":"chat-id"}]}},"response":[],"_postman_id":"541e86e0-b30a-40df-b1e8-e6be5088b493"},{"name":"Assign Chat","id":"2d6a0904-d506-488d-9922-b4d485807979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"chat_operator_email\",\r\n    //true||false\r\n    \"pause_automation\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/chat/setting/:chat-id/operator/assign_chat","urlObject":{"path":["crm","chat","setting",":chat-id","operator","assign_chat"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"43688867-5fcc-4f75-a8c6-0a61075bf076","type":"any","value":"","key":"chat-id"}]}},"response":[],"_postman_id":"2d6a0904-d506-488d-9922-b4d485807979"},{"name":"List All Custom Field For Chat","id":"efda8033-fc28-4cf7-949b-934a6ef1924b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/chat/setting/:chat-id/custom-field","urlObject":{"path":["crm","chat","setting",":chat-id","custom-field"],"host":["{{Domain}}"],"query":[],"variable":[{"description":{"content":"<p>Chat UID or Chat WABA Identifier</p>\n","type":"text/plain"},"type":"any","value":null,"key":"chat-id"}]}},"response":[],"_postman_id":"efda8033-fc28-4cf7-949b-934a6ef1924b"},{"name":"Search Contact","id":"ace4871a-c5c7-4552-b279-daef8bee8fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/chat/search?search_field=cf_1&search_value=cf_value&condition=contains&fields=cf_1,cf_2,cf_3","urlObject":{"path":["crm","chat","search"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>Custom Field ID</p>\n","type":"text/plain"},"key":"search_field","value":"cf_1"},{"description":{"content":"<p>Custom Field Value</p>\n","type":"text/plain"},"key":"search_value","value":"cf_value"},{"description":{"content":"<p>Accepted Conditions : ['equal to','not equal to','start with','end with','is empty','is not empty','contains','does not contains','greater than','greater than or equal to','less than','less than or equal to','is null','is not null','exist','does not exist']</p>\n","type":"text/plain"},"key":"condition","value":"contains"},{"description":{"content":"<p>Custom field of contact (Enter Field IDs Comma Separated)</p>\n","type":"text/plain"},"key":"fields","value":"cf_1,cf_2,cf_3"}],"variable":[]}},"response":[],"_postman_id":"ace4871a-c5c7-4552-b279-daef8bee8fe3"},{"name":"Add/Update Custom Field In Chat","id":"3f714abc-4907-41b3-966a-c9913f382cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": \"CUSTOM FIELD ID 1\",\r\n            \"value\": \"CUSTOM FIELD VALUE 1\"\r\n        },\r\n        {\r\n            \"id\": \"CUSTOM FIELD ID 2\",\r\n            \"value\": \"CUSTOM FIELD VALUE 2\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/chat/setting/:chat-id/custom-field","urlObject":{"path":["crm","chat","setting",":chat-id","custom-field"],"host":["{{Domain}}"],"query":[],"variable":[{"description":{"content":"<p>Chat UID or Chat WABA Identifier</p>\n","type":"text/plain"},"type":"any","value":null,"key":"chat-id"}]}},"response":[],"_postman_id":"3f714abc-4907-41b3-966a-c9913f382cba"},{"name":"Delete Custom Field From Chat","id":"14081e71-0e94-44c2-886d-f6e9614293a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API-KEY","value":"API Key","type":"text"}],"url":"{{Domain}}/crm/chat/setting/:chat-id/custom-field/:id","urlObject":{"path":["crm","chat","setting",":chat-id","custom-field",":id"],"host":["{{Domain}}"],"query":[],"variable":[{"description":{"content":"<p>Chat UID or Chat WABA Identifier</p>\n","type":"text/plain"},"type":"any","value":null,"key":"chat-id"},{"description":{"content":"<p>Custom Field ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"14081e71-0e94-44c2-886d-f6e9614293a2"}],"id":"22c16eb0-b8cc-4d69-bbb2-a17cf834b82a","_postman_id":"22c16eb0-b8cc-4d69-bbb2-a17cf834b82a","description":""},{"name":"Team Members","item":[{"name":"List All Team Members","id":"fe2e51a5-82dd-45e2-bea9-4fcf8024e25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/team","urlObject":{"path":["crm","team"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe2e51a5-82dd-45e2-bea9-4fcf8024e25a"},{"name":"Get a Team Member","id":"9bf8d7bd-7cbc-4323-8d06-0f83c2fcd688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/team/{{team_member_id}}","urlObject":{"path":["crm","team","{{team_member_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf8d7bd-7cbc-4323-8d06-0f83c2fcd688"},{"name":"Create Magic Link","id":"fba9a5d3-6642-45a8-ad08-7677d8fee9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/team/{{team_member_id}}/login?expiry=20","urlObject":{"path":["crm","team","{{team_member_id}}","login"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>Expiry in seconds</p>\n","type":"text/plain"},"key":"expiry","value":"20"}],"variable":[]}},"response":[],"_postman_id":"fba9a5d3-6642-45a8-ad08-7677d8fee9fc"},{"name":"Create Team Member","id":"1e38a2fb-db05-4d24-a8e7-78c07be870f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"<NAME>\",\r\n    \"email\":\"<EMAIL>\",\r\n    \"password\":\"<PASSWORD - Minimum 8 Characters>\",\r\n    \"role\":\"<ROLE ID>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/team","urlObject":{"path":["crm","team"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e38a2fb-db05-4d24-a8e7-78c07be870f5"},{"name":"Update Team Member","id":"2a9c4bfb-2fee-4759-b32f-c023b11f4214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"<NAME>\",\r\n    \"password\":\"<PASSWORD - Minimum 8 Characters>\",\r\n    \"role\":\"<ROLE ID>\",\r\n    \"active\":true  //true||false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/team/{{team_member_id}}","urlObject":{"path":["crm","team","{{team_member_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a9c4bfb-2fee-4759-b32f-c023b11f4214"},{"name":"Delete Team Member","id":"5b87cb3f-4b87-430a-ba20-74e73a4c4686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{Domain}}/crm/team/{{team_member_id}}","urlObject":{"path":["crm","team","{{team_member_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b87cb3f-4b87-430a-ba20-74e73a4c4686"}],"id":"9cb9c06d-90e8-46f2-91ab-aff5754a8548","_postman_id":"9cb9c06d-90e8-46f2-91ab-aff5754a8548","description":""},{"name":"Roles & Permissions","item":[{"name":"List All Roles","id":"5e957146-e63d-4a8c-aae3-001485f3790c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/roles","urlObject":{"path":["crm","roles"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e957146-e63d-4a8c-aae3-001485f3790c"},{"name":"Get Role","id":"4cb23477-f26f-4e1f-8fb8-d06bb23fb625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/crm/roles/{{role_id}}","urlObject":{"path":["crm","roles","{{role_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cb23477-f26f-4e1f-8fb8-d06bb23fb625"},{"name":"Create Role","id":"cd2f022f-1198-4d7f-9c32-ed89ddb61fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"<ROLE TITLE>\",\r\n    \"permissions\":[\"<PERMISSIONS>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/roles","urlObject":{"path":["crm","roles"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd2f022f-1198-4d7f-9c32-ed89ddb61fe1"},{"name":"Update Role","id":"348ad724-8211-4d33-a630-684c459777d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"<ROLE TITLE>\",\r\n    \"permissions\":[\"<PERMISSIONS>\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/crm/roles/{{role_id}}","urlObject":{"path":["crm","roles","{{role_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"348ad724-8211-4d33-a630-684c459777d0"},{"name":"Delete Role","id":"f943a1e5-e06e-485d-9942-da20b442f8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"API-KEY"},{"key":"value","value":"API Key"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{Domain}}/crm/roles/{{role_id}}","urlObject":{"path":["crm","roles","{{role_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f943a1e5-e06e-485d-9942-da20b442f8d1"}],"id":"92a8b568-449e-41ec-af5f-9bd99857f131","_postman_id":"92a8b568-449e-41ec-af5f-9bd99857f131","description":""}],"id":"3aeac0a0-8995-436b-8cfd-9091ecf953ef","_postman_id":"3aeac0a0-8995-436b-8cfd-9091ecf953ef","description":""},{"name":"ISV Partner API","item":[{"name":"Panel User (Beta)","item":[{"name":"List All Panel Users (While Label Agency Only)","id":"7f085f05-df81-45eb-8a78-c8e70ab36894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://inboxapi.com.bot/agency/user","urlObject":{"protocol":"https","path":["agency","user"],"host":["inboxapi","com","bot"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f085f05-df81-45eb-8a78-c8e70ab36894"},{"name":"Create Users","id":"28411436-cdd6-4bd9-ab40-793d924599c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // required parameter\r\n    \"email\":\"USER EMAIL\",\r\n    // optional parameters\r\n    \"name\":\"USER NAME\",\r\n    \"password\":\"ACCOUNT PASSWORD\",\r\n    \"verified\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/user","urlObject":{"path":["agency","user"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28411436-cdd6-4bd9-ab40-793d924599c0"},{"name":"Update User Status (Activate/Deactivate)","id":"1ccb14a7-abb4-4845-8fe1-0acf757b46ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"demo@com.bot\",\r\n    \"active\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/user/update/status","urlObject":{"path":["agency","user","update","status"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ccb14a7-abb4-4845-8fe1-0acf757b46ad"},{"name":"Generate Magic Link for Login","id":"ffaffd17-52d9-4335-9a94-89f4022e91c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"example@user_email.com\",\r\n    \"expiry\":1 //expiry in minutes\r\n}","options":{"raw":{"language":"json"}}},"url":"https://inboxapi.com.bot/agency/user/login","urlObject":{"protocol":"https","path":["agency","user","login"],"host":["inboxapi","com","bot"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffaffd17-52d9-4335-9a94-89f4022e91c7"}],"id":"34f8c478-929c-4cb8-a9d9-1b6bdead944b","_postman_id":"34f8c478-929c-4cb8-a9d9-1b6bdead944b","description":""},{"name":"Manage Subscription (Beta)","item":[{"name":"Redeem Code","id":"00b9873f-3d16-4b01-a225-1dacd2c9ad0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Mention user email to redeem user type code in user's account\r\n    //don't send this if code type is agency\r\n    \"email\":\"\",\r\n    //Code\r\n    \"code\":\"\",\r\n    //WABA IDs in case of renew subscription type code\r\n    \"waba\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/code/redeem","urlObject":{"path":["agency","code","redeem"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00b9873f-3d16-4b01-a225-1dacd2c9ad0e"},{"name":"List Subscription","id":"63685470-9885-4b99-aec3-fadc7af5552b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/subscription","urlObject":{"path":["agency","subscription"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63685470-9885-4b99-aec3-fadc7af5552b"},{"name":"List Subscription Share","id":"ad07e7e6-6c8f-4a86-9e52-d214c84c8f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/subscription/:product/:product_id","urlObject":{"path":["agency","subscription",":product",":product_id"],"host":["{{Domain}}"],"query":[],"variable":[{"description":{"content":"<p>Accepted Values [waba, channel, team_member, contact]</p>\n","type":"text/plain"},"type":"any","value":"Product Type","key":"product"},{"type":"any","value":"ID of product","key":"product_id"}]}},"response":[],"_postman_id":"ad07e7e6-6c8f-4a86-9e52-d214c84c8f2c"},{"name":"Share Subscription","id":"611702d7-ed28-408d-bb9a-f7c747095351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //user email\r\n    \"email\":\"EMAIL OF USER\",\r\n    //number of units you want to share, not applicable for waba\r\n    \"value\":1,\r\n    //accepted values:- \"revocable\",\"irrevocable\"\r\n    \"type\":\"SHARE TYPE\",\r\n    //time period in days, it applicable in revocable share only\r\n    //irrevocable share not require period \r\n    \"period\":30\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/subscription/:product/:product_id","urlObject":{"path":["agency","subscription",":product",":product_id"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"03cdc876-4a6c-4c0a-b30a-71e2142e618d","description":{"content":"<p>Accepted Values [waba, channel, team_member, contact]</p>\n","type":"text/plain"},"type":"any","value":"Product Type","key":"product"},{"id":"b1142082-5bc7-4f6f-b357-379322fa4b8e","type":"any","value":"ID of product","key":"product_id"}]}},"response":[],"_postman_id":"611702d7-ed28-408d-bb9a-f7c747095351"},{"name":"Add Products In Existing Shared Subscription","id":"c7a4b7d5-9b0e-4f6f-a74d-d21d785b3cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    //this call is not applicable for waba product\r\n    \"id\":\"Shared Product ID\",\r\n    //number of units you want to add\r\n    \"value\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/subscription/:product/:product_id","urlObject":{"path":["agency","subscription",":product",":product_id"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"03cdc876-4a6c-4c0a-b30a-71e2142e618d","description":{"content":"<p>Accepted Values [waba, channel, team_member, contact]</p>\n","type":"text/plain"},"type":"any","value":"Product Type","key":"product"},{"id":"b1142082-5bc7-4f6f-b357-379322fa4b8e","type":"any","value":"ID of product","key":"product_id"}]}},"response":[],"_postman_id":"c7a4b7d5-9b0e-4f6f-a74d-d21d785b3cef"},{"name":"Revoke Share","id":"2b3b55c9-aa57-4e12-b805-d54f297a7fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{Domain}}/agency/subscription/:product/:product_id/:shared_product_id","urlObject":{"path":["agency","subscription",":product",":product_id",":shared_product_id"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"03cdc876-4a6c-4c0a-b30a-71e2142e618d","description":{"content":"<p>Accepted Values [waba, channel, team_member, contact]</p>\n","type":"text/plain"},"type":"any","value":"Product Type","key":"product"},{"id":"b1142082-5bc7-4f6f-b357-379322fa4b8e","type":"any","value":"ID of product","key":"product_id"},{"type":"any","value":null,"key":"shared_product_id"}]}},"response":[],"_postman_id":"2b3b55c9-aa57-4e12-b805-d54f297a7fb0"}],"id":"2d270884-8b95-49c5-98ef-047eff33039c","_postman_id":"2d270884-8b95-49c5-98ef-047eff33039c","description":""},{"name":"WABA Management","item":[{"name":"List All Agency WABA","id":"a50899d7-7997-474e-ba64-390a025f7deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/waba?email=demoaccount@com.bot&page=1&rows=20","urlObject":{"path":["agency","waba"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>Shared WABA's User Email, Used to filter Shared WABA by User</p>\n","type":"text/plain"},"key":"email","value":"demoaccount@com.bot"},{"description":{"content":"<p>Page</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of records in one call</p>\n","type":"text/plain"},"key":"rows","value":"20"}],"variable":[]}},"response":[],"_postman_id":"a50899d7-7997-474e-ba64-390a025f7deb"},{"name":"Get WABA Details","id":"6443c0ca-f18d-439e-a2c7-797f1d446fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/waba/:waba_id","urlObject":{"path":["agency","waba",":waba_id"],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":"64389aa8cb055b8af8b28bdc","key":"waba_id"}]}},"response":[],"_postman_id":"6443c0ca-f18d-439e-a2c7-797f1d446fa6"},{"name":"Get Agency Wallet Balance","id":"73dd768a-cfa0-4bd5-98bb-14634467e996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/wallet","urlObject":{"path":["agency","wallet"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73dd768a-cfa0-4bd5-98bb-14634467e996"},{"name":"Get Agency Wallet Log","id":"5c384db6-aae5-4d44-9818-57431677ec7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/wallet/log?page=1&rows=25","urlObject":{"path":["agency","wallet","log"],"host":["{{Domain}}"],"query":[{"key":"page","value":"1"},{"key":"rows","value":"25"}],"variable":[]}},"response":[],"_postman_id":"5c384db6-aae5-4d44-9818-57431677ec7f"},{"name":"Get WABA Balance Log","id":"d25e195a-f73b-4e85-a133-f40af687bdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/waba/:waba_id/log?page=1&rows=25","urlObject":{"path":["agency","waba",":waba_id","log"],"host":["{{Domain}}"],"query":[{"key":"page","value":"1"},{"key":"rows","value":"25"}],"variable":[{"id":"78c11557-56a3-437f-8383-d10935d86931","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"d25e195a-f73b-4e85-a133-f40af687bdcc"},{"name":"Get WABA Conversation Billing Metrics","id":"8b8f6b6e-fc2f-4139-b44c-1291f0cf22d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/agency/waba/:waba_id/conversation?start=1690789987&end=1690989188","urlObject":{"path":["agency","waba",":waba_id","conversation"],"host":["{{Domain}}"],"query":[{"key":"start","value":"1690789987"},{"key":"end","value":"1690989188"}],"variable":[{"id":"78c11557-56a3-437f-8383-d10935d86931","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"8b8f6b6e-fc2f-4139-b44c-1291f0cf22d2"},{"name":"Add WABA Balance","id":"b11f724e-66c5-4d6f-b464-6b6b8d3b9e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\":\"add\",\r\n    \"balance\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/waba/:waba_id/balance","urlObject":{"path":["agency","waba",":waba_id","balance"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"26598c80-7deb-4240-be8b-2de7f0730580","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"b11f724e-66c5-4d6f-b464-6b6b8d3b9e1e"},{"name":"Deduct WABA Balance","id":"fc0cb7a9-639d-4f07-8c1c-18b523f24795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\":\"deduct\",\r\n    \"balance\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/waba/:waba_id/balance","urlObject":{"path":["agency","waba",":waba_id","balance"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"26598c80-7deb-4240-be8b-2de7f0730580","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"fc0cb7a9-639d-4f07-8c1c-18b523f24795"},{"name":"Update WABA Billing Visibility","id":"23acc3ff-cd45-48d5-801d-6a30c80864d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"hide_billing\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/waba/:waba_id/billing","urlObject":{"path":["agency","waba",":waba_id","billing"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"26598c80-7deb-4240-be8b-2de7f0730580","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"23acc3ff-cd45-48d5-801d-6a30c80864d3"},{"name":"Update Agency Margin in WABA","id":"90aac067-7e6e-4467-8826-aeb7445c9bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{email}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"margin\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Domain}}/agency/waba/:waba_id/margin","urlObject":{"path":["agency","waba",":waba_id","margin"],"host":["{{Domain}}"],"query":[],"variable":[{"id":"26598c80-7deb-4240-be8b-2de7f0730580","type":"any","value":null,"key":"waba_id"}]}},"response":[],"_postman_id":"90aac067-7e6e-4467-8826-aeb7445c9bab"}],"id":"0ba42431-fab8-4171-bace-6100319551c9","_postman_id":"0ba42431-fab8-4171-bace-6100319551c9","description":""}],"id":"c29b311f-f3d2-4107-904c-2536b93f435d","_postman_id":"c29b311f-f3d2-4107-904c-2536b93f435d","description":""},{"name":"Resumable Upload API","item":[{"name":"Create Session","id":"ce01580d-cb05-48ba-b803-89383b00270e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{Domain}}/media/{{api-version}}/{{waba_id}}/uploads?file_length={{file-length}}&file_type={{file-type}}&access_token=API Key","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["media","{{api-version}}","{{waba_id}}","uploads"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>The file's size, in bytes</p>\n","type":"text/plain"},"key":"file_length","value":"{{file-length}}"},{"description":{"content":"<p>The file's MIME type. Valid values are: application/pdf, image/jpeg, image/jpg, image/png, and video/mp4</p>\n","type":"text/plain"},"key":"file_type","value":"{{file-type}}"},{"key":"access_token","value":"API Key"}],"variable":[]}},"response":[],"_postman_id":"ce01580d-cb05-48ba-b803-89383b00270e"},{"name":"Initiate Upload","id":"a45f95c9-a5bf-4580-96a9-2c75df86941c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"OAuth API Key","type":"text"},{"key":"file-offset","value":"{{file_offset}}","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/AKSHAY/Downloads/1DudfNy.png"}},"url":"{{Domain}}/media/{{api-version}}/{{upload_session_id}}","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["media","{{api-version}}","{{upload_session_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a45f95c9-a5bf-4580-96a9-2c75df86941c"},{"name":"Fetch Upload Session Details (Interruptions)","id":"2adb8d17-2cb8-4b90-98b1-ee529a920b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{Domain}}/media/{{api-version}}/{{upload_session_id}}&access_token=API Key","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["media","{{api-version}}","{{upload_session_id}}&access_token=API Key"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2adb8d17-2cb8-4b90-98b1-ee529a920b9b"}],"id":"a7043aee-a8fb-4b37-8030-4af0a3229a27","_postman_id":"a7043aee-a8fb-4b37-8030-4af0a3229a27","description":""},{"name":"Resumable Upload API (Channel V2)","item":[{"name":"Create Session","id":"cfeefb4e-956a-4a78-8821-eaf301ca1dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{Domain}}/api/meta/{{api-version}}/uploads?file_length={{file-length}}&file_type={{file-type}}","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["api","meta","{{api-version}}","uploads"],"host":["{{Domain}}"],"query":[{"description":{"content":"<p>The file's size, in bytes</p>\n","type":"text/plain"},"key":"file_length","value":"{{file-length}}"},{"description":{"content":"<p>The file's MIME type. Valid values are: application/pdf, image/jpeg, image/jpg, image/png, and video/mp4</p>\n","type":"text/plain"},"key":"file_type","value":"{{file-type}}"}],"variable":[]}},"response":[],"_postman_id":"cfeefb4e-956a-4a78-8821-eaf301ca1dc7"},{"name":"Initiate Upload","id":"2deb40c0-8054-4c24-95c6-e75cd81329ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"OAuth API Key"},{"key":"file-offset","value":"{{file_offset}}"}],"body":{"mode":"file","file":{"src":"/C:/Users/AKSHAY/Downloads/lw7noxbb.jpg"}},"url":"{{Domain}}/api/meta/{{api-version}}/uploads/{{upload_session_id}}","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["api","meta","{{api-version}}","uploads","{{upload_session_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2deb40c0-8054-4c24-95c6-e75cd81329ad"},{"name":"Fetch Upload Session Details (Interruptions)","id":"6e19eea5-7df8-402a-b4fc-adb6da305825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{Domain}}/api/meta/{{api-version}}/uploads/{{upload_session_id}}","description":"<p>If you have initiated an upload session but it is taking longer than expected or has been interrupted, send a GET request and append your upload session ID. The API returns a file_offset value that you can use to resume the upload process from the point of interruption.</p>\n","urlObject":{"path":["api","meta","{{api-version}}","uploads","{{upload_session_id}}"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e19eea5-7df8-402a-b4fc-adb6da305825"}],"id":"ca42ded2-c717-4e4a-adad-5c5302e0dda3","_postman_id":"ca42ded2-c717-4e4a-adad-5c5302e0dda3","description":""}],"event":[{"listen":"prerequest","script":{"id":"a33ba80a-e5c3-4e0b-bb40-ce87ccf883eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a5308d91-097f-4d3f-9c85-9e3c4a819c13","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_key","value":"API Key","type":"string"},{"key":"domain","value":"{{Domain}}","type":"string"},{"key":"api-version","value":"{{api-version}}","type":"string"},{"key":"upload_session_id","value":"{{upload_session_id}}","type":"string"},{"key":"file_offset","value":"{{file_offset}}","type":"string"},{"key":"file-type","value":"{{file-type}}"},{"key":"waba_id","value":"{{waba_id}}","type":"string"},{"key":"file-length","value":"{{file-length}}"},{"key":"email","value":"{{email}}","type":"string"},{"key":"password","value":"{{password}}","type":"string"},{"key":"team_member_id","value":"{{team_member_id}}"},{"key":"role_id","value":"{{role_id}}"},{"key":"flow_id","value":"{{flow_id}}"},{"key":"version","value":"v18.0"},{"key":"template_id","value":"template_id"},{"key":"template_name","value":"template_name"},{"key":"channel_token","value":"{{channel_token}}"}]}