{"info":{"_postman_id":"ea0dc540-07ac-4fdc-b252-c7d967fed0e9","name":"WhatsApp Business API","description":"<html><head></head><body><h2 id=\"uses-of-these-apis\">Uses of these API’s</h2>\n<p>Text Message</p>\n<p>Text with Dynamic Values</p>\n<p>Text and Buttons</p>\n<p>Text, Dynamic Values, Button</p>\n<p>Text, Dynamic value with Call to Action Button</p>\n<p>Media, Dynamic Value and Buttons</p>\n<p>Media, Dynamic Value and Buttons with Attributes</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9588241","collectionId":"ea0dc540-07ac-4fdc-b252-c7d967fed0e9","publishedId":"SWT7Dg31","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"4B4C52","highlight":"FDC700"},"publishDate":"2020-06-16T04:07:10.000Z"},"item":[{"name":"ALERTSPANEL.COM API","item":[{"name":"Simple Text","id":"13486ee0-04ff-45da-83db-af4cf3ba5783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<p>API enables to send simple Text to the subsciber</p>\n<img src=\"https://content.pstmn.io/6d98e373-0fdd-4f35-94ec-f168170f8167/SV9NSkdHLWxWcGpIanpyWlY1T3dSX3NjcmVlbnNob3QtMjAyMi0wOS0yOS1hdC0xMjIwMzQtYW0ucG5n\" width=\"260\" height=\"136\" />\n\n<p>Please find below the Request and an example.</p>\n","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"3c9de6c8-7f6c-4fa3-9e5f-308496564862","name":"Simple Text","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgk5erz3m1--J-M\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"13486ee0-04ff-45da-83db-af4cf3ba5783"},{"name":"Text With Variables","id":"7e87f6fd-9bb1-4e70-9396-3a5eead27d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n            {\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"john\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"2000\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"sample\"\n                    }\n                ],\n                \"type\": \"body\"\n            }\n        ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<img src=\"https://content.pstmn.io/2506b0d7-f073-4148-b4df-33a650610a34/YTNNMmp4QTZDejBJbFJKOXNETERuX3NjcmVlbnNob3QtMjAyMi0wOS0yOS1hdC0xMjIzNTYtYW0ucG5n\" width=\"256\" height=\"290\" />","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"a2f6db7c-afbf-46b3-8bdc-6bf2f136239e","name":"Text With Variables","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n            {\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"john\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"2000\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"sample\"\n                    }\n                ],\n                \"type\": \"body\"\n            }\n        ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgk5erz3m1--J-M\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"7e87f6fd-9bb1-4e70-9396-3a5eead27d7e"},{"name":"Text & Buttons","id":"a5fc7811-b64a-4669-8af2-7fc1f94dd298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{ \n\"phoneNumber\":\"{{PhoneNumber}}\",\n\"payload\":\n{\n\"language\":\n{\n\"policy\":\"deterministic\",\n\"code\": \"en\"\n},\n\"namespace\":\"{{TemplateNamespace}}\", \n\"component\":[{\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-id}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }],\n\"name\": \"{{TemplateName}}\"\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<img src=\"https://content.pstmn.io/958d0ad7-d37b-48ae-818c-fa1a5d59ffb7/V2hhdHNBcHAgSW1hZ2UgMjAyMy0wOC0yOCBhdCAxMC4xMS4xMy5qcGVn\" alt height=\"368\" width=\"280\" />","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"b7156fed-84a9-4bdd-97bd-a2d57f013976","name":"Text & Buttons","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{ \n\"phoneNumber\":\"{{PhoneNumber}}\",\n\"payload\":\n{\n\"language\":\n{\n\"policy\":\"deterministic\",\n\"code\": \"en\"\n},\n\"namespace\":\"{{TemplateNamespace}}\", \n\"component\":[{\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-id}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }],\n\"name\": \"{{TemplateName}}\"\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgm12Xa90xRyByg\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"a5fc7811-b64a-4669-8af2-7fc1f94dd298"},{"name":"Text, Buttons & Dynamic Values","id":"92da98d5-18ef-43b2-af10-7674f25d35cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<img src=\"https://content.pstmn.io/be8505fa-e112-4c3f-90ba-a766580e9bce/QTJGazFZRXN5cUxncnRILVJVM1FwX3NjcmVlbnNob3QtMjAyMi0wOS0yOC1hdC04MzMwNi1wbS5wbmc=\" width=\"277\" height=\"330\" />","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"0f0ebfd0-28dc-4cc5-88a6-3333378f9c64","name":"Text, Buttons & Dynamic Values","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgm12Xa90xRyByg\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"92da98d5-18ef-43b2-af10-7674f25d35cf"},{"name":"Call to Action Button / Dynamic Value","id":"198bb312-0ff8-43c8-8fae-6c5c03b52b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"BILLING\"\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },\n          {\n            \"type\": \"text\",\n            \"text\": \"Rs 2000\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"text\": \"https://developers.facebook.com/docs/whatsapp#faq_1612022582274564\",\n            \"type\": \"text\"\n          }\n        ],\n        \"sub_type\": \"url\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"zh_CN\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<img src=\"https://content.pstmn.io/a8502522-1501-4cc2-ba1a-b19fc47b6ee7/QTJGazFZRXN5cUxncnRILVJVM1FwX3NjcmVlbnNob3QtMjAyMi0wOS0yOC1hdC04MzMwNi1wbSAoMSkucG5n\" width=\"275\" height=\"328\" />\n\n<img src=\"https://content.pstmn.io/0d9dc43a-b804-4e46-8f74-e5f9991885b2/azNrblA2dkxwTEpib3YxYWFNZWtMX3NjcmVlbnNob3QtMjAyMi0wOS0yOC1hdC05MTYzMi1wbS5wbmc=\" width=\"281\" height=\"243\" />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"8992ffe1-7602-4c9e-9b8f-999de74b66f8","name":"Call to Action Button / Dynamic Value","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"BILLING\"\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },\n          {\n            \"type\": \"text\",\n            \"text\": \"Rs 2000\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"text\": \"https://developers.facebook.com/docs/whatsapp#faq_1612022582274564\",\n            \"type\": \"text\"\n          }\n        ],\n        \"sub_type\": \"url\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"zh_CN\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgm12Xa90xRyByg\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"198bb312-0ff8-43c8-8fae-6c5c03b52b34"},{"name":"Media, Dynamic Value and Buttons","id":"52803cc3-68a5-4cfd-9480-af57244ac92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"document\",\n            \"document\": {\n              \"filename\": \"test.pdf\",\n              \"link\": \"https://s3.ap-south-1.amazonaws.com/file-upload-public/prod/61179/BROADCAST_TEMPLATE_ATTACHMENT/75549-test.pdf\"\n            }\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'\n"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","description":"<img src=\"https://content.pstmn.io/6e5e748f-04da-4c66-b1c3-4b0ba817d73a/Z3ZUTU1kYzZONWtQbGdRRExDa1lNX3NjcmVlbnNob3QtMjAyMi0wOS0yOC1hdC05NDQzMi1wbS5wbmc=\" width=\"282\" height=\"346\" />\n\n<img src=\"https://content.pstmn.io/d06c83bd-fce6-4ec8-bc07-39b57cfe4fe0/OW1PWEpfUGRWUzBVYzRYME9TNXI3X3NjcmVlbnNob3QtMjAyMi0wOS0yNy1hdC0xNDA0OS1hbS5wbmc=\" width=\"283\" height=\"333\" />","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"f473d89d-b0d6-49ec-a6da-9fb9a8f2dc3c","name":"Media, Dynamic Value and Buttons","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"document\",\n            \"document\": {\n              \"filename\": \"test.pdf\",\n              \"link\": \"https://s3.ap-south-1.amazonaws.com/file-upload-public/prod/61179/BROADCAST_TEMPLATE_ATTACHMENT/75549-test.pdf\"\n            }\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'\n"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgm12Xa90xRyByg\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"52803cc3-68a5-4cfd-9480-af57244ac92a"},{"name":"Media, Dynamic Value and Buttons with Attributes","id":"ac2f4078-59e5-4340-b1ed-7751c9ecdc95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"document\",\n            \"document\": {\n              \"filename\": \"test.pdf\",\n              \"link\": \"https://s3.ap-south-1.amazonaws.com/file-upload-public/prod/61179/BROADCAST_TEMPLATE_ATTACHMENT/75549-test.pdf\"\n            }\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },{\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },{\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template","urlObject":{"protocol":"https","path":["whatsapp-api","v1.0","customer","{{cid}}","bot","{{bot-key}}","template"],"host":["api","alertspanel","com"],"query":[],"variable":[]}},"response":[{"id":"3f727571-3b44-47cb-ba05-c8bba51f2ff0","name":"Media, Dynamic Value and Buttons with Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"'{\n    \"phoneNumber\": \"{{PhoneNumber}}\",\n    \"payload\": {\n        \"components\": [\n      {\n        \"type\": \"header\",\n        \"parameters\": [\n          {\n            \"type\": \"document\",\n            \"document\": {\n              \"filename\": \"test.pdf\",\n              \"link\": \"https://s3.ap-south-1.amazonaws.com/file-upload-public/prod/61179/BROADCAST_TEMPLATE_ATTACHMENT/75549-test.pdf\"\n            }\n          }\n        ]\n      },\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },{\n            \"type\": \"text\",\n            \"text\": \"John\"\n          },{\n            \"type\": \"text\",\n            \"text\": \"John\"\n          }\n        ]\n      },\n      {\n        \"index\": 0,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      },\n      {\n        \"index\": 1,\n        \"parameters\": [\n          {\n            \"payload\": \"{{Flow-ID}}\",\n            \"type\": \"payload\"\n          }\n        ],\n        \"sub_type\": \"quick_reply\",\n        \"type\": \"button\"\n      }\n    ],\n        \"namespace\": \"{{TemplateNamespace}}\",\n        \"name\": \"{{TemplateName}}\",\n        \"language\": {\n            \"policy\": \"deterministic\",\n            \"code\": \"en\"\n        }\n    }\n}\n}'"},"url":"https://api.alertspanel.com/whatsapp-api/v1.0/customer/{{cid}}/bot/{{bot-key}}/template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"responseObject\": {\n        \"message_id\": \"gBEGkZAZSGcxAgm12Xa90xRyByg\"\n    },\n    \"status\": {\n        \"code\": 1000,\n        \"desc\": \"SUCCESS\"\n    }\n}"}],"_postman_id":"ac2f4078-59e5-4340-b1ed-7751c9ecdc95"}],"id":"0225391c-8755-4043-8985-c566e9b3e7f1","description":"<p>Standard API formats for easy integration with alertspanel.com</p>\n<p>Use the following from your account login</p>\n<p><strong>CID</strong> – Customer Identifier will be available in the 'Integrations' tab<br /><strong>Bot key</strong> – The bot key will be available in the 'Integrations' tab<br /><strong>API Key</strong> – A key available in the 'Integrations' tab</p>\n","_postman_id":"0225391c-8755-4043-8985-c566e9b3e7f1"}],"event":[{"listen":"prerequest","script":{"id":"0cc292ca-5a9a-4285-b8b5-afc7c56f6344","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c4acf179-c3b0-4fc4-9365-f3c69227f089","type":"text/javascript","exec":[""]}}]}