{"info":{"_postman_id":"83c3043d-d362-4df1-a38d-7e3bcbaf3037","name":"API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14215086","collectionId":"83c3043d-d362-4df1-a38d-7e3bcbaf3037","publishedId":"2sA2xfYDAb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-07T08:03:58.000Z"},"item":[{"name":"WA CLOUD Channel APIs","item":[{"name":"Templates","item":[{"name":"Get template by ID (default fields)","id":"83f25ec1-924c-4ff4-992d-36993b9442aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/TEMPLATE_ID","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","TEMPLATE_ID"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"83f25ec1-924c-4ff4-992d-36993b9442aa"},{"name":"Get template by name (default fields)","id":"72ee386d-9917-477b-a586-9831b30bda42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/<WABA_ID>/message_templates?name=TEMPLATE_NAME","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[{"key":"name","value":"TEMPLATE_NAME"}],"variable":[]}},"response":[],"_postman_id":"72ee386d-9917-477b-a586-9831b30bda42"},{"name":"Get all templates (default fields)","id":"34785571-3a29-4224-a075-5b5d3b4e9459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"34785571-3a29-4224-a075-5b5d3b4e9459"},{"name":"Get namespace","id":"3c7ad6d9-2499-48c2-a51a-dd6b9990d502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/<WABA_ID>?fields=message_template_namespace","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>"],"host":["<API_URL>"],"query":[{"key":"fields","value":"message_template_namespace"}],"variable":[]}},"response":[],"_postman_id":"3c7ad6d9-2499-48c2-a51a-dd6b9990d502"},{"name":"Create authentication template w/ OTP copy code button","id":"542b2d6e-9341-4253-81f2-d7ca1484c8d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"authentication_code_copy_code_button\",\n    \"language\": \"en_US\",\n    \"category\": \"AUTHENTICATION\",\n    \"components\": [\n        {\n            \"type\": \"BODY\",\n            \"add_security_recommendation\": true\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"code_expiration_minutes\": 10\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"OTP\",\n                    \"otp_type\": \"COPY_CODE\",\n                    \"text\": \"Copy Code\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"542b2d6e-9341-4253-81f2-d7ca1484c8d0"},{"name":"Create authentication template w/ OTP one-tap autofill button","id":"8264814a-e8b4-467a-a5e4-25fe6e74c978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"authentication_code_autofill_button\",\n    \"language\": \"en_US\",\n    \"category\": \"AUTHENTICATION\",\n    \"components\": [\n        {\n            \"type\": \"BODY\",\n            \"add_security_recommendation\": true\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"code_expiration_minutes\": 10\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"OTP\",\n                    \"otp_type\": \"ONE_TAP\",\n                    \"text\": \"Copy Code\",\n                    \"autofill_text\": \"Autofill\",\n                    \"package_name\": \"com.example.luckyshrub\",\n                    \"signature_hash\": \"K8a%2FAINcGX7\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"8264814a-e8b4-467a-a5e4-25fe6e74c978"},{"name":"Create catalog template","id":"fc4cc8d9-7eed-4ce2-8268-bbca5f939b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"intro_catalog_offer\",\n    \"language\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Now shop for your favourite products right here on WhatsApp! Get Rs {{1}} off on all orders above {{2}}Rs! Valid for your first {{3}} orders placed on WhatsApp!\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"100\",\n                        \"400\",\n                        \"3\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Best grocery deals on WhatsApp!\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"CATALOG\",\n                    \"text\": \"View catalog\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc4cc8d9-7eed-4ce2-8268-bbca5f939b8f"},{"name":"Create multi-product message template","id":"e53d2736-3b57-4208-8cf3-e8752d2c25a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"abandoned_cart\",\n    \"language\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Forget something {{1}}?\",\n            \"example\": {\n                \"header_text\": [\n                    \"Pablo\"\n                ]\n            }\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Looks like you left some items in your cart! Use code {{1}} and you can get 10% off of all of them!\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"10OFF\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\":\"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"MPM\",\n                    \"text\": \"View items\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"e53d2736-3b57-4208-8cf3-e8752d2c25a1"},{"name":"Create template w/ text header, text body, text footer, and 2 quick reply buttons","id":"71a34990-3528-410a-8771-9d9722af7262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"seasonal_promotion_text_only\",\n    \"language\": \"en\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Our {{1}} is on!\",\n            \"example\": {\n                \"header_text\": [\n                    \"Summer Sale\"\n                ]\n            }\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Shop now through {{1}} and use code {{2}} to get {{3}} off of all merchandise.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"the end of August\",\"25OFF\",\"25%\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Use the buttons below to manage your marketing subscriptions\"\n        },\n        {\n            \"type\":\"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Unsubcribe from Promos\"\n                },\n                {\n                    \"type\":\"QUICK_REPLY\",\n                    \"text\": \"Unsubscribe from All\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"71a34990-3528-410a-8771-9d9722af7262"},{"name":"Create template w/ image header, text body, text footer, and 2 call-to-action buttons","id":"70eae333-dad7-47fe-a534-a34ee87b728c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"limited_time_offer_tuscan_getaway_2023\",\n    \"language\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"IMAGE\",\n            \"example\": {\n                \"header_handle\": [\n                    \"4::aW...\"\n                ]\n            }\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\"Tuscan Getaway package\",\"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"15550051310\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"70eae333-dad7-47fe-a534-a34ee87b728c"},{"name":"Create template w/ location header, text body, text footer, and a website buttons","id":"43df03b7-bc01-494b-b49d-46388f6effb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"order_delivery_update\",\n    \"language\": \"en_US\",\n    \"category\": \"UTILITY\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"LOCATION\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Good news {{1}}! Your order #{{2}} is on its way to the location above. Thank you for your order!\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"566701\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"To stop receiving delivery updates, tap the button below.\"\n        },\n        {\n            \"type\":\"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Stop Delivery Updates\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"43df03b7-bc01-494b-b49d-46388f6effb4"},{"name":"Create template w/ document header, text body, a phone number button, and a URL button","id":"41cd5db1-e0ae-41d9-8734-2aea8812dafe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"order_confirmation\",\n  \"language\": \"en_US\",\n  \"category\": \"UTILITY\",\n  \"components\": [\n    {\n      \"type\": \"HEADER\",\n      \"format\": \"DOCUMENT\",\n      \"example\": {\n        \"header_handle\": [\n          \"4::YXBwbGljYXRpb24vcGRm:ARZVv4zuogJMxmAdS3_6T4o_K4ll2806avA7rWpikisTzYPsXXUeKk0REjS-hIM1rYrizHD7rQXj951TKgUFblgd_BDWVROCwRkg9Vhjj-cHNQ:e:1681237341:634974688087057:100089620928913:ARa1ZDhwbLZM3EENeeg\"\n         ]\n      }\n    },\n    {\n      \"type\": \"BODY\",\n      \"text\": \"Thank you for your order, {{1}}! Your order number is {{2}}. Tap the PDF linked above to view your receipt. If you have any questions, please use the buttons below to contact support. Thanks again!\",\n      \"example\": {\n        \"body_text\": [\n          [\n            \"Mark\",\"860198-230332\"\n          ]\n        ]\n      }\n    },\n    {\n      \"type\": \"BUTTONS\",\n      \"buttons\": [\n        {\n          \"type\": \"PHONE_NUMBER\",\n          \"text\": \"Call\",\n          \"phone_number\": \"16467043595\"\n        },\n        {\n          \"type\": \"URL\",\n          \"text\": \"Contact Support\",\n          \"url\": \"https://www.examplesite.com/support\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"41cd5db1-e0ae-41d9-8734-2aea8812dafe"},{"name":"Edit template","id":"fa41038e-c34d-487c-8e85-d4cac3d2eb92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"2023_april_promo\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Fall Sale\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}, our Fall Sale is on! Use promo code {{2}} Get an extra 25% off every order above $350!\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"FALL25\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Not interested in any of our sales? Tap Stop Promotions\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Stop promotions\"\n                }\n            ]\n        }\n    ],\n    \"language\": \"en_US\",\n    \"category\": \"MARKETING\"\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/TEMPLATE_ID","description":"<ul>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates\">Message Templates</a></li>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/guides/how-to-monitor-quality-signals\">How To Monitor Quality Signals</a></li>\n<li>Endpoint reference: <a href=\"https://developers.facebook.com/docs/graph-api/reference/whats-app-business-hsm/\">WhatsApp Message Template</a></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","TEMPLATE_ID"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa41038e-c34d-487c-8e85-d4cac3d2eb92"},{"name":"Delete template by name","id":"fca61d59-f8ee-47ef-86de-0cc0c9c665e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"<API_URL>/e9a3:ff79:ca80:ef38:e518:93cd:c550:ee57/<WABA_ID>/message_templates?name=TEMPLATE_NAME","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["5b59:5436:9f53:6612:54cc:1925:ac51:4805","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[{"key":"name","value":"TEMPLATE_NAME"}],"variable":[]}},"response":[],"_postman_id":"fca61d59-f8ee-47ef-86de-0cc0c9c665e8"},{"name":"Delete template by ID","id":"370154f9-b9e6-41b8-8e95-4132dccf1a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"<API_URL>/<Version>/<WABA_ID>/message_templates?hsm_id=TEMPLATE_ID&name=TEMPLATE_NAME","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[{"description":{"content":"<p>Template ID</p>\n","type":"text/plain"},"key":"hsm_id","value":"TEMPLATE_ID"},{"description":{"content":"<p>Template name</p>\n","type":"text/plain"},"key":"name","value":"TEMPLATE_NAME"}],"variable":[]}},"response":[],"_postman_id":"370154f9-b9e6-41b8-8e95-4132dccf1a08"}],"id":"1d775d91-7d79-4149-b588-3d57b4c47ed1","_postman_id":"1d775d91-7d79-4149-b588-3d57b4c47ed1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Messages","item":[{"name":"Send Message Template Text","id":"f9a62a0f-67e2-4c85-9944-399c5a4ec207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"template\",\n    \"template\": {\n        \"name\": \"template-name\",\n        \"language\": {\n            \"code\": \"language-and-locale-code\"\n        },\n        \"components\": [\n            {\n                \"type\": \"body\",\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"text-string\"\n                    },\n                    {\n                        \"type\": \"currency\",\n                        \"currency\": {\n                            \"fallback_value\": \"$100.99\",\n                            \"code\": \"USD\",\n                            \"amount_1000\": 100990\n                        }\n                    },\n                    {\n                        \"type\": \"date_time\",\n                        \"date_time\": {\n                            \"fallback_value\": \"February 25, 1977\",\n                            \"day_of_week\": 5,\n                            \"year\": 1977,\n                            \"month\": 2,\n                            \"day_of_month\": 25,\n                            \"hour\": 15,\n                            \"minute\": 33,\n                            \"calendar\": \"GREGORIAN\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9a62a0f-67e2-4c85-9944-399c5a4ec207"},{"name":"Send Message Template Media","id":"32e63155-56ec-463d-8376-81d17fce6ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"template\",\n    \"template\": {\n        \"name\": \"template-name\",\n        \"language\": {\n            \"code\": \"language-and-locale-code\"\n        },\n        \"components\": [\n            {\n                \"type\": \"header\",\n                \"parameters\": [\n                    {\n                        \"type\": \"image\",\n                        \"image\": {\n                            \"link\": \"http(s)://the-image-url\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"type\": \"body\",\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"text-string\"\n                    },\n                    {\n                        \"type\": \"currency\",\n                        \"currency\": {\n                            \"fallback_value\": \"$100.99\",\n                            \"code\": \"USD\",\n                            \"amount_1000\": 100990\n                        }\n                    },\n                    {\n                        \"type\": \"date_time\",\n                        \"date_time\": {\n                            \"fallback_value\": \"February 25, 1977\",\n                            \"day_of_week\": 5,\n                            \"year\": 1977,\n                            \"month\": 2,\n                            \"day_of_month\": 25,\n                            \"hour\": 15,\n                            \"minute\": 33,\n                            \"calendar\": \"GREGORIAN\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"32e63155-56ec-463d-8376-81d17fce6ed2"},{"name":"Send Message Template Interactive","id":"6d5a1163-e381-4b8f-9522-81c5c8b9f71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"template\",\n    \"template\": {\n        \"name\": \"template-name\",\n        \"language\": {\n            \"code\": \"language-and-locale-code\"\n        },\n        \"components\": [\n            {\n                \"type\": \"header\",\n                \"parameters\": [\n                    {\n                        \"type\": \"image\",\n                        \"image\": {\n                            \"link\": \"http(s)://the-image-url\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"type\": \"body\",\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"text-string\"\n                    },\n                    {\n                        \"type\": \"currency\",\n                        \"currency\": {\n                            \"fallback_value\": \"$100.99\",\n                            \"code\": \"USD\",\n                            \"amount_1000\": 100990\n                        }\n                    },\n                    {\n                        \"type\": \"date_time\",\n                        \"date_time\": {\n                            \"fallback_value\": \"February 25, 1977\",\n                            \"day_of_week\": 5,\n                            \"year\": 1977,\n                            \"month\": 2,\n                            \"day_of_month\": 25,\n                            \"hour\": 15,\n                            \"minute\": 33,\n                            \"calendar\": \"GREGORIAN\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"type\": \"button\",\n                \"sub_type\": \"quick_reply\",\n                \"index\": \"0\",\n                \"parameters\": [\n                    {\n                        \"type\": \"payload\",\n                        \"payload\": \"aGlzIHRoaXMgaXMgY29v\"\n                    }\n                ]\n            },\n            {\n                \"type\": \"button\",\n                \"sub_type\": \"quick_reply\",\n                \"index\": \"1\",\n                \"parameters\": [\n                    {\n                        \"type\": \"payload\",\n                        \"payload\": \"9rwnB8RbYmPF5t2Mn09x4h\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d5a1163-e381-4b8f-9522-81c5c8b9f71f"},{"name":"Send Text Message","id":"e2293e32-eab1-4db9-b25f-b450f5d307d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",    \n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"text\",\n    \"text\": {\n        \"preview_url\": false,\n        \"body\": \"text-message-content\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a text message, make a <strong>POST</strong> call to <strong><code>/{{{Phone-Number-ID}}/messages</code></strong> and attach a message object with <code>type = \"text\"</code>. Then, add a <code>text object</code>.</p>\n<p>For more information about the <code>Text Object</code> structure, see <a href=\"#fa59d67b-dc6f-446a-a0fd-f97537afbd2e\">Text object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2293e32-eab1-4db9-b25f-b450f5d307d4"},{"name":"Send Reply to Text Message","id":"b31ab348-92e6-439a-af80-3be87bf60ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"text\",\n    \"text\": {\n        \"preview_url\": false,\n        \"body\": \"<TEXT_MSG_CONTENT>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31ab348-92e6-439a-af80-3be87bf60ab0"},{"name":"Send Text Message with Preview URL","id":"39af421d-8a4a-4652-a1fa-d3409a0a13f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"text\": {\n        \"preview_url\": true,\n        \"body\": \"Please visit https://youtu.be/hpltvTEiRrY to inspire your day!\"\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"39af421d-8a4a-4652-a1fa-d3409a0a13f0"},{"name":"Send Reply with Reaction Message","id":"a004e28c-3a3b-4cc8-a2e6-370d1eb45a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"reaction\",\n    \"reaction\": {\n        \"message_id\": \"<WAM_ID>\",\n        \"emoji\": \"<EMOJI>\"\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send reaction messages, make a <strong>POST</strong> call to <code>/PHONE_NUMBER_ID/messages</code> and attach a message object with <code>type = reaction</code>. Then, add a <strong><code>reaction</code></strong> object.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.  <br />Always set this value to <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>recipient_type</code></strong></td>\n<td><strong>Optional</strong>.  <br />Currently, you can only send messages to individuals. Set this value to <code>\"individual\"</code>.  <br />  <br /><strong>Default</strong>: <code>individual</code></td>\n</tr>\n<tr>\n<td><strong><code>to</code></strong></td>\n<td><strong>Required</strong>.  <br />WhatsApp ID or phone number for the person you want to send a message to.  <br />  <br />See <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers#formatting\">Phone Numbers, Formatting</a> for more information.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.  <br />To send a reply with a reaction, set this string value to <code>\"reaction\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>reaction</code></strong></td>\n<td><strong>Required</strong>.  <br />The <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#reaction-object\">reaction object</a> you are using for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the previous message is more than 30 days old or doesn't correspond to any message in the conversation, the reaction message will not be delivered and you will receive a Webhook with the code <code>131009</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"a004e28c-3a3b-4cc8-a2e6-370d1eb45a83"},{"name":"Send Image Message by ID","id":"2f9669bd-1f15-4055-8f6f-af57b2c60466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"image\",\n    \"image\": {\n        \"id\": \"<IMAGE_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a reply to an image message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>image</code>. Then add a corresponding <code>image object</code>.</p>\n<p>Send an image message to your customers using link or media ID uploaded from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f9669bd-1f15-4055-8f6f-af57b2c60466"},{"name":"Send Reply to Image Message by ID","id":"d1b6a19b-de35-4ebc-8e43-aaf430e57dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"image\",\n    \"image\": {\n        \"id\": \"<IMAGE_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a reply-to image message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>image</code>. Add the <code>image.id</code> of the image. </p>\n<p>Assign <strong><code>context.message_id</code></strong> the message id of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message being replied to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"image\".</td>\n</tr>\n<tr>\n<td><strong><code>image.id</code></strong></td>\n<td>Specifies the ID of the image you are replying to.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1b6a19b-de35-4ebc-8e43-aaf430e57dde"},{"name":"Send Image Message by URL","id":"b2844744-616c-4b1e-8773-269d777a24fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"image\",\n    \"image\": {\n        \"link\": \"http(s)://image-url\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>image</code>. Then, be sure to include the link to the image.</p>\n<p>Send an audio message to your customers using a link to an image file.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2844744-616c-4b1e-8773-269d777a24fe"},{"name":"Send Reply to Image Message by URL","id":"dfe96165-3cdb-4cae-8b50-82869406a5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"image\",\n    \"image\": {\n        \"link\": \"http(s)://image-url\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send an image link as a reply to message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>image</code>. Then, be sure to include the link to the image.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message ID of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message being replied to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"image\".</td>\n</tr>\n<tr>\n<td><strong><code>image.link</code></strong></td>\n<td>Specifies the link of the image you are using for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfe96165-3cdb-4cae-8b50-82869406a5a9"},{"name":"Send Audio Message by ID","id":"3dfb5388-f625-49d9-b65a-6a1e9ada9bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"audio\",\n    \"audio\": {\n        \"id\": \"<AUDIO_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>audio</code>. Then, add the corresponding <code>audio object</code> ID.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send an audio message to your customers using the media ID uploaded from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dfb5388-f625-49d9-b65a-6a1e9ada9bac"},{"name":"Send Reply to Audio Message by ID","id":"e65a54c9-e606-46dc-a6d4-dfc49ebc1fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"audio\",\n    \"audio\": {\n        \"id\": \"<AUDIO_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>audio</code>. Then, add the corresponding <code>audio object</code> ID.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message id of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message being replied to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"audio\".</td>\n</tr>\n<tr>\n<td><strong><code>audio.id</code></strong></td>\n<td>Specifies the ID of the media object you are replying to.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"e65a54c9-e606-46dc-a6d4-dfc49ebc1fb1"},{"name":"Send Audio Message by URL","id":"0374d79c-ecc2-4221-b6e9-56bfc3605d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"audio\",\n    \"audio\": {\n        \"link\": \"http(s)://audio-url\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>audio</code>. Be sure to include the link to the audio.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send an audio message to your customers using link from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0374d79c-ecc2-4221-b6e9-56bfc3605d96"},{"name":"Send Reply to Audio Message by URL","id":"bb5b8687-d99e-45fe-906e-a072cd4d7730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"audio\",\n    \"audio\": {\n        \"link\": \"http(s)://audio-url\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send an audio link as a reply to message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>image</code>. Then, be sure to include the link to the audio.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message ID of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"audio\".</td>\n</tr>\n<tr>\n<td><strong><code>audio.link</code></strong></td>\n<td>Specifies the link of the image you are using for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb5b8687-d99e-45fe-906e-a072cd4d7730"},{"name":"Send Document Message by ID","id":"3095a750-93f4-47df-9e33-f7d9f7ded74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"document\",\n    \"document\": {\n        \"id\": \"<DOCUMENT_OBJECT_ID>\",\n        \"caption\": \"<DOCUMENT_CAPTION_TO_SEND>\",\n        \"filename\": \"<DOCUMENT_FILENAME>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>document</code>. Then, add the corresponding <code>document object</code> ID.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a document message to your customers using media ID uploaded from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"3095a750-93f4-47df-9e33-f7d9f7ded74e"},{"name":"Send Reply to Document Message by ID","id":"0b6cb42c-3e45-4d7a-a981-41d3e5ace5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"document\",\n    \"document\": {\n        \"id\": \"<DOCUMENT_OBJECT_ID>\",\n        \"caption\": \"<DOCUMENT_CAPTION_TO_SEND>\",\n        \"filename\": \"<DOCUMENT_FILENAME>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a reply to document message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>document</code>. Then, add the corresponding <code>document object</code> ID.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message id of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message being replied to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"document\".</td>\n</tr>\n<tr>\n<td><strong><code>document.id</code></strong></td>\n<td>Specifies the ID of the document object you are replying to.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a document message to your customers using media ID uploaded from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b6cb42c-3e45-4d7a-a981-41d3e5ace5da"},{"name":"Send Document Message by URL","id":"bc22fa36-70a8-4279-a5bc-13f7464c1a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"document\",\n    \"document\": {\n        \"link\": \"<http(s)://document-url>\",\n        \"caption\": \"<DOCUMENT_CAPTION_TEXT>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>document</code>. Then, include the link to the document.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a document message to your customers using link.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc22fa36-70a8-4279-a5bc-13f7464c1a9d"},{"name":"Send Reply to Document Message by URL","id":"0c3f0c1d-ef72-4b07-98ac-55ec4df20672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"document\",\n    \"document\": {\n        \"link\": \"<http(s)://document-url>\",\n        \"caption\": \"<DOCUMENT_CAPTION_TEXT>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a document link as a reply to message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>document</code>. Then, be sure to include the link to the document.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message ID of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"document\".</td>\n</tr>\n<tr>\n<td><strong><code>document.link</code></strong></td>\n<td>Specifies the link of the document you are sending for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c3f0c1d-ef72-4b07-98ac-55ec4df20672"},{"name":"Send Sticker Message by ID","id":"5299d2d4-6de1-4b18-88db-bb67acd6f7ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"sticker\",\n    \"sticker\": {\n        \"id\": \"<MEDIA_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>sticker</code>. Then, add the corresponding <strong><code>sticker</code></strong> object ID.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a sticker message to your customers using the media ID uploaded from media endpoint.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Always use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use <code>\"sticker\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>sticker.id</code></strong></td>\n<td>Specifies the ID of the sticker object you are sending.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"5299d2d4-6de1-4b18-88db-bb67acd6f7ef"},{"name":"Send Reply to Sticker Message by ID","id":"3c7b42c3-1b17-460a-9ed9-0126bd1b893a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"sticker\",\n    \"sticker\": {\n        \"id\": \"<MEDIA_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a reply to sticker message, make a <strong>POST</strong> call to <strong>/{{Phone-Number-ID}}/messages</strong> and attach a media object with type = sticker. Then, add the corresponding sticker object ID.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message id of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use <code>\"sticker\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>sticker.id</code></strong></td>\n<td>Specifies the ID of the sticker object you are sending.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c7b42c3-1b17-460a-9ed9-0126bd1b893a"},{"name":"Send Sticker Message by URL","id":"0cc6585c-d2f7-4054-882a-d4b67e68b340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"sticker\",\n    \"sticker\": {\n        \"link\": \"<http(s)://sticker-url>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>sticker</code>. Then, add a link to the corresponding <code>sticker</code> file.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a sticker message to your customers using link.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc6585c-d2f7-4054-882a-d4b67e68b340"},{"name":"Send Reply to Sticker Message by URL","id":"cd6c570b-c714-4342-a7e7-2e1370e5cd02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"sticker\",\n    \"sticker\": {\n        \"link\": \"<http(s)://sticker-url>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a sticker link as a reply to message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>sticker</code>. Then, be sure to include the link to the sticker.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message ID of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"sticker\".</td>\n</tr>\n<tr>\n<td><strong><code>sticker.link</code></strong></td>\n<td>Specifies the link of the sticker you are sending for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd6c570b-c714-4342-a7e7-2e1370e5cd02"},{"name":"Send Video Message by ID","id":"e84d2cdb-a656-4caf-9718-be88cca0ca92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"video\",\n    \"video\": {\n        \"caption\": \"<VIDEO_CAPTION_TEXT>\",\n        \"id\": \"<VIDEO_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>video</code>. Then, add a corresponding <code>video object</code> ID.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a video message to your customers using the media ID uploaded from media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"e84d2cdb-a656-4caf-9718-be88cca0ca92"},{"name":"Send Reply to Video Message by ID","id":"aefde9c7-526e-421c-b282-dd371b8175d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"video\",\n    \"video\": {\n        \"caption\": \"<VIDEO_CAPTION_TEXT>\",\n        \"id\": \"<VIDEO_OBJECT_ID>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a reply to video message, make a <strong>POST</strong> call to <strong>/{{Phone-Number-ID}}/messages</strong> and attach a media object with type = \"video\". Then, add the corresponding video object ID.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message id of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"video\".</td>\n</tr>\n<tr>\n<td><strong><code>video.id</code></strong></td>\n<td>Specifies the ID of the video object you are sending.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Sends a video message as a reply to using the media ID uploaded from the /media endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"aefde9c7-526e-421c-b282-dd371b8175d8"},{"name":"Send Video Message by URL","id":"8f9bb91c-55c6-4fa7-b1f9-c262beb2072b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"video\",\n    \"video\": {\n        \"link\": \"<http(s)://video-url>\",\n        \"caption\": \"<VIDEO_CAPTION_TEXT>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a media message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>video</code>. Then, add a link to the video.</p>\n<p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<p>Send a video message to your customers using a link.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f9bb91c-55c6-4fa7-b1f9-c262beb2072b"},{"name":"Send Reply to Video Message by URL","id":"2c2847cf-53e4-4e38-ad59-34cd3a074d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_MSG_YOU_ARE_REPLYING_TO>\"\n    },\n    \"type\": \"video\",\n    \"video\": {\n        \"link\": \"<http(s)://video-url>\",\n        \"caption\": \"<VIDEO_CAPTION_TEXT>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a video link as a reply to message, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a media object with type = <code>video</code>. Then, be sure to include the link to the video.</p>\n<p>Assign <strong><code>context.message_id</code></strong> the message ID of the message you want to reply to.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong><br />Messaging service used for the request. Use <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>context.message_id</code></strong></td>\n<td><strong>Required for context object</strong><br />Specifies the ID of the message you are replying to.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong><br /> Specifies the media type. Use \"video\".</td>\n</tr>\n<tr>\n<td><strong><code>video.link</code></strong></td>\n<td>Specifies the link to the video you are sending for your reply.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information about the <code>Media Object</code> structure, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object\">Media Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>. Use the ID listed after <strong><code>wamid</code></strong> to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2847cf-53e4-4e38-ad59-34cd3a074d1e"},{"name":"Send Contact Message","id":"25b759cc-dc54-4384-9444-f54fdad9d365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"contacts\",\n    \"contacts\": [\n        {\n            \"addresses\": [\n                {\n                    \"street\": \"<ADDRESS_STREET>\",\n                    \"city\": \"<ADDRESS_CITY>\",\n                    \"state\": \"<ADDRESS_STATE>\",\n                    \"zip\": \"<ADDRESS_ZIP>\",\n                    \"country\": \"<ADDRESS_COUNTRY>\",\n                    \"country_code\": \"<ADDRESS_COUNTRY_CODE>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ],\n            \"birthday\": \"<CONTACT_BIRTHDAY>\",\n            \"emails\": [\n                {\n                    \"email\": \"<CONTACT_EMAIL>\",\n                    \"type\": \"<WORK|HOME>\"\n                }\n            ],\n            \"name\": {\n                \"formatted_name\": \"<CONTACT_FORMATTED_NAME>\",\n                \"first_name\": \"<CONTACT_FIRST_NAME>\",\n                \"last_name\": \"<CONTACT_LAST_NAME>\",\n                \"middle_name\": \"<CONTACT_MIDDLE_NAME>\",\n                \"suffix\": \"<CONTACT_SUFFIX>\",\n                \"prefix\": \"<CONTACT_PREFIX>\"\n            },\n            \"org\": {\n                \"company\": \"<CONTACT_ORG_COMPANY>\",\n                \"department\": \"<CONTACT_ORG_DEPARTMENT>\",\n                \"title\": \"<CONTACT_ORG_TITLE>\"\n            },\n            \"phones\": [\n                {\n                    \"phone\": \"<CONTACT_PHONE>\",\n                    \"wa_id\": \"<CONTACT_WA_ID>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ],\n            \"urls\": [\n                {\n                    \"url\": \"<CONTACT_URL>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send contact messages, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type: <strong><code>contact</code></strong>. Then, add a <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#contacts-object\">contacts object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"25b759cc-dc54-4384-9444-f54fdad9d365"},{"name":"Send Reply to Contact Message","id":"f13af2f6-996a-4b79-bb20-c82269bbe8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"contacts\",\n    \"contacts\": [\n        {\n            \"addresses\": [\n                {\n                    \"street\": \"<ADDRESS_STREET>\",\n                    \"city\": \"<ADDRESS_CITY>\",\n                    \"state\": \"<ADDRESS_STATE>\",\n                    \"zip\": \"<ADDRESS_ZIP>\",\n                    \"country\": \"<ADDRESS_COUNTRY>\",\n                    \"country_code\": \"<ADDRESS_COUNTRY_CODE>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ],\n            \"birthday\": \"<CONTACT_BIRTHDAY>\",\n            \"emails\": [\n                {\n                    \"email\": \"<CONTACT_EMAIL>\",\n                    \"type\": \"<WORK|HOME>\"\n                }\n            ],\n            \"name\": {\n                \"formatted_name\": \"<CONTACT_FORMATTED_NAME>\",\n                \"first_name\": \"<CONTACT_FIRST_NAME>\",\n                \"last_name\": \"<CONTACT_LAST_NAME>\",\n                \"middle_name\": \"<CONTACT_MIDDLE_NAME>\",\n                \"suffix\": \"<CONTACT_SUFFIX>\",\n                \"prefix\": \"<CONTACT_PREFIX>\"\n            },\n            \"org\": {\n                \"company\": \"<CONTACT_ORG_COMPANY>\",\n                \"department\": \"<CONTACT_ORG_DEPARTMENT>\",\n                \"title\": \"<CONTACT_ORG_TITLE>\"\n            },\n            \"phones\": [\n                {\n                    \"phone\": \"<CONTACT_PHONE>\",\n                    \"wa_id\": \"<CONTACT_WA_ID>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ],\n            \"urls\": [\n                {\n                    \"url\": \"<CONTACT_URL>\",\n                    \"type\": \"<HOME|WORK>\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send contact messages, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type: <strong><code>contact</code></strong>. Then, add a <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#contacts-object\">contacts object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"f13af2f6-996a-4b79-bb20-c82269bbe8ce"},{"name":"Send Location Message","id":"27c365aa-558c-4779-8979-edfae4b7f5fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"location\",\n    \"location\": {\n        \"latitude\": \"<LOCATION_LATITUDE>\",\n        \"longitude\": \"<LOCATION_LONGITUDE>\",\n        \"name\": \"<LOCATION_NAME>\",\n        \"address\": \"<LOCATION_ADDRESS>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send location messages, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>location</code>. Then, add a location object.</p>\n<p>For more information on the structure of <code>Location Object</code>, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#location-object\">Location Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"27c365aa-558c-4779-8979-edfae4b7f5fc"},{"name":"Send Reply to Location Message","id":"334ac3b3-90c0-4eb7-97f7-d74bf8243949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"location\",\n    \"location\": {\n        \"latitude\": \"<LOCATION_LATITUDE>\",\n        \"longitude\": \"<LOCATION_LONGITUDE>\",\n        \"name\": \"<LOCATION_NAME>\",\n        \"address\": \"<LOCATION_ADDRESS>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send location messages, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/messages</code></strong> and attach a message object with type = <code>location</code>. Then, add a location object.</p>\n<p>For more information on the structure of <code>Location Object</code>, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#location-object\">Location Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with <strong><code>wamid</code></strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"334ac3b3-90c0-4eb7-97f7-d74bf8243949"},{"name":"Send List Message","id":"bd3d039b-406a-4d09-8646-a6ce190d3fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"button\": \"<BUTTON_TEXT>\",\n            \"sections\": [\n                {\n                    \"title\": \"<LIST_SECTION_1_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_1_ID>\",\n                            \"title\": \"<SECTION_1_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_2_ID>\",\n                            \"title\": \"<SECTION_1_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_2_DESC>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<LIST_SECTION_2_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_1_ID>\",\n                            \"title\": \"<SECTION_2_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_2_ID>\",\n                            \"title\": \"<SECTION_2_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_2_DESC>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a list message, make a <strong>POST</strong> call to <code>/messages</code> and attach a message object with <strong><code>type</code></strong> = <code>interactive</code>. Then, set the <strong><code>type</code></strong> of the <code>interactive</code> object = <strong><code>list</code></strong>. Finally, include the corresponding <strong><code>interactive</code></strong> object.</p>\n<p>For more reference information about <strong><code>interactive</code></strong> objects, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">Interactive Object</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd3d039b-406a-4d09-8646-a6ce190d3fa4"},{"name":"Send Reply to List Message","id":"db946233-1389-4774-9687-323206038839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"context\": {\n        \"message_id\": \"<MSGID_OF_PREV_MSG>\"\n    },\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"button\": \"<BUTTON_TEXT>\",\n            \"sections\": [\n                {\n                    \"title\": \"<LIST_SECTION_1_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_1_ID>\",\n                            \"title\": \"<SECTION_1_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_2_ID>\",\n                            \"title\": \"<SECTION_1_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_2_DESC>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<LIST_SECTION_2_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_1_ID>\",\n                            \"title\": \"<SECTION_2_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_2_ID>\",\n                            \"title\": \"<SECTION_2_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_2_DESC>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a list message, make a <strong>POST</strong> call to <code>/messages</code> and attach a message object with <strong><code>type</code></strong> = <code>interactive</code>. Then, set the <strong><code>type</code></strong> of the <code>interactive</code> object = <strong><code>list</code></strong>. Finally, include the corresponding <strong><code>interactive</code></strong> object.</p>\n<p>For more reference information about <strong><code>interactive</code></strong> objects, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">Interactive Object</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"db946233-1389-4774-9687-323206038839"},{"name":"Send Reply Button","id":"4c5f15d9-9117-45c0-a523-a5229ccf3a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send interactive messages, make a <strong>POST</strong> call to <code>/PHONE_NUMBER_ID/messages</code>(see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers\">Get Phone Number</a>) and attach a message object with **<code>type</code>**=<code>interactive</code>. Then, add an <strong><code>interactive object</code></strong>.</p>\n<p>For more reference information about <strong><code>interactive</code></strong> objects, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">Interactive Object</a>.</p>\n<h2 id=\"response\">Response</h2>\n<p>A successful response includes an object with an identifier prefixed with wamid. Use the ID listed after wamid to track your message status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c5f15d9-9117-45c0-a523-a5229ccf3a09"},{"name":"Mark Message As Read","id":"13a6b4ed-ee91-4c5d-9d87-b35023ed9657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"status\": \"read\",\n    \"message_id\": \"<INCOMING_MSG_ID>\"\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>When you receive an incoming message from Webhooks, you could use messages endpoint to change the status of it to read.<br />We recommend marking incoming messages as read within 30 days of receipt.<br /><strong>Note</strong>: you cannot mark outgoing messages you sent as read.</p>\n<p>You need to obtain the <strong><code>message_id</code></strong> of the incoming message from Webhooks.</p>\n<p>For a more in depth guide for marking messages as read, see <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/guides/mark-message-as-read\">Guide: Mark Messages as Read</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"13a6b4ed-ee91-4c5d-9d87-b35023ed9657"},{"name":"Send Single Product Message","id":"70cfea4c-2412-40d1-954b-1189c418ce8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"product\",\n        \"body\": {\n            \"text\": \"<OPTIONAL_BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<OPTIONAL_FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"catalog_id\": \"367025965434465\",\n            \"product_retailer_id\": \"<ID_TEST_ITEM_1>\"\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a single product message, make a <strong>POST</strong> call to the <strong><code>/<Version>/phone_number/messages</code></strong> endpoint.</p>\n<p>This request uses an <strong><code>interactive</code></strong> object and parameter <strong><code>type</code></strong> should be set to <code>interactive</code>. The <strong><code>interactive</code></strong> parameter must also be set to the <strong><code>interactive</code></strong> object associated with the single product message. </p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />Always set this value to <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>recipient_type</code></strong></td>\n<td><strong>Optional</strong>.<br /> Currently, you can only send messages to individuals. Set this value to <code>\"individual\"</code>. <br /><br /><strong>Default</strong>: <code>individual</code></td>\n</tr>\n<tr>\n<td><strong><code>to</code></strong></td>\n<td><strong>Required</strong>. <br /> WhatsApp ID or phone number for the person you want to send a message to.<br /><br />See <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers#formatting\">Phone Numbers, Formatting</a> for more information.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br /> To send single product messages, set this string value to <code>\"interactive\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>interactive</code></strong></td>\n<td><strong>Required</strong>. <br /> The <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">interactive object</a> associated with the single product message.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"interactive-object-parameters-specific-to-single-product-messages\">Interactive Object Parameters specific to Single Product Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br />Specifies the type of interactive object. For single product messages set this value to <code>\"product\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>action</code></strong></td>\n<td><strong>Required</strong>.<br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"70cfea4c-2412-40d1-954b-1189c418ce8d"},{"name":"Send Multi-Product Message","id":"ba0c3e5f-71cb-4d47-9352-be18eeabd023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"product_list\",\n        \"header\": {\n            \"type\": \"<HEADER_TYPE>\",\n            \"text\": \"<YOUR_TEXT_HEADER_CONTENT>\"\n        },\n        \"body\": {\n            \"text\": \"<YOUR_TEXT_BODY_CONTENT>\"\n        },\n        \"footer\": {\n            \"text\": \"<YOUR_TEXT_FOOTER_CONTENT>\"\n        },\n        \"action\": {\n            \"catalog_id\": \"146265584024623\",\n            \"sections\": [\n                {\n                    \"title\": \"<SECTION1_TITLE>\",\n                    \"product_items\": [\n                        {\n                            \"product_retailer_id\": \"<YOUR_PRODUCT1_SKU_IN_CATALOG>\"\n                        },\n                        {\n                            \"product_retailer_id\": \"<YOUR_SECOND_PRODUCT1_SKU_IN_CATALOG>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<SECTION2_TITLE>\",\n                    \"product_items\": [\n                        {\n                            \"product_retailer_id\": \"<YOUR_PRODUCT2_SKU_IN_CATALOG>\"\n                        },\n                        {\n                            \"product_retailer_id\": \"<YOUR_SECOND_PRODUCT2_SKU_IN_CATALOG>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a multi-product message, make a <strong>POST</strong> call to the <strong><code>/<Version>/phone_number/messages</code></strong> endpoint.</p>\n<p>This request uses an <strong><code>interactive</code></strong> object and parameter <strong><code>type</code></strong> should be set to <code>interactive</code>. The <strong><code>interactive</code></strong> parameter must also be set to the <strong><code>interactive</code></strong> object associated with the single product message. </p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />Always set this value to <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>recipient_type</code></strong></td>\n<td><strong>Optional</strong>.<br /> Currently, you can only send messages to individuals. Set this value to <code>\"individual\"</code>. <br /><br /><strong>Default</strong>: <code>individual</code></td>\n</tr>\n<tr>\n<td><strong><code>to</code></strong></td>\n<td><strong>Required</strong>. <br /> WhatsApp ID or phone number for the person you want to send a message to.<br /><br />See <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers#formatting\">Phone Numbers, Formatting</a> for more information.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br /> To send single product messages, set this string value to <code>\"interactive\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>interactive</code></strong></td>\n<td><strong>Required</strong>. <br /> The <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">interactive object</a> associated with the single product message.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"interactive-object-parameters-specific-to-multi-product-messages\">Interactive Object Parameters specific to Multi-Product Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br />Specifies the type of interactive object. For multi-product messages set this value to <code>\"product_list\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0c3e5f-71cb-4d47-9352-be18eeabd023"},{"name":"Send Catalog Message","id":"f3eb34fa-4028-4b46-a386-e5734ab07e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"catalog_message\",\n        \"body\": {\n            \"text\": \"Hello! Thanks for your interest. Ordering is easy. Just visit our catalog and add items to purchase.\"\n        },\n        \"action\": {\n            \"name\": \"catalog_message\",\n            \"parameters\": {\n                \"thumbnail_product_retailer_id\": \"2lc20305pt\"\n            }\n        },\n        \"footer\": {\n            \"text\": \"Best grocery deals on WhatsApp!\"\n        }\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a single product message, make a <strong>POST</strong> call to the <strong><code>/<Version>/phone_number/messages</code></strong> endpoint.</p>\n<p>This request uses an <strong><code>interactive</code></strong> object and parameter <strong><code>type</code></strong> should be set to <code>interactive</code>. The <strong><code>interactive</code></strong> parameter must also be set to the <strong><code>interactive</code></strong> object associated with the single product message. </p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />Always set this value to <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>recipient_type</code></strong></td>\n<td><strong>Optional</strong>.<br /> Currently, you can only send messages to individuals. Set this value to <code>\"individual\"</code>. <br /><br /><strong>Default</strong>: <code>individual</code></td>\n</tr>\n<tr>\n<td><strong><code>to</code></strong></td>\n<td><strong>Required</strong>. <br /> WhatsApp ID or phone number for the person you want to send a message to.<br /><br />See <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers#formatting\">Phone Numbers, Formatting</a> for more information.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br /> To send single product messages, set this string value to <code>\"interactive\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>interactive</code></strong></td>\n<td><strong>Required</strong>. <br /> The <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">interactive object</a> associated with the single product message.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"interactive-object-parameters-specific-to-single-product-messages\">Interactive Object Parameters specific to Single Product Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br />Specifies the type of interactive object. For single product messages set this value to <code>\"product\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>action</code></strong></td>\n<td><strong>Required</strong>.<br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3eb34fa-4028-4b46-a386-e5734ab07e7f"},{"name":"Send Catalog Template Message","id":"de467d4a-2ff2-404d-869d-f222549347a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"template\",\n    \"template\": {\n        \"name\": \"intro_catalog_offer\",\n        \"language\": {\n            \"code\": \"en_US\"\n        },\n        \"components\": [\n            {\n                \"type\": \"body\",\n                \"parameters\": [\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"100\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"400\"\n                    },\n                    {\n                        \"type\": \"text\",\n                        \"text\": \"3\"\n                    }\n                ]\n            },\n            {\n                \"type\": \"button\",\n                \"sub_type\": \"CATALOG\",\n                \"index\": 0,\n                \"parameters\": [\n                    {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"thumbnail_product_retailer_id\": \"2lc20305pt\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>To send a single product message, make a <strong>POST</strong> call to the <strong><code>/<Version>/phone_number/messages</code></strong> endpoint.</p>\n<p>This request uses an <strong><code>interactive</code></strong> object and parameter <strong><code>type</code></strong> should be set to <code>interactive</code>. The <strong><code>interactive</code></strong> parameter must also be set to the <strong><code>interactive</code></strong> object associated with the single product message. </p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />Always set this value to <code>\"whatsapp\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>recipient_type</code></strong></td>\n<td><strong>Optional</strong>.<br /> Currently, you can only send messages to individuals. Set this value to <code>\"individual\"</code>. <br /><br /><strong>Default</strong>: <code>individual</code></td>\n</tr>\n<tr>\n<td><strong><code>to</code></strong></td>\n<td><strong>Required</strong>. <br /> WhatsApp ID or phone number for the person you want to send a message to.<br /><br />See <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers#formatting\">Phone Numbers, Formatting</a> for more information.</td>\n</tr>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br /> To send single product messages, set this string value to <code>\"interactive\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>interactive</code></strong></td>\n<td><strong>Required</strong>. <br /> The <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#interactive-object\">interactive object</a> associated with the single product message.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"interactive-object-parameters-specific-to-single-product-messages\">Interactive Object Parameters specific to Single Product Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>type</code></strong></td>\n<td><strong>Required</strong>.<br />Specifies the type of interactive object. For single product messages set this value to <code>\"product\"</code>.</td>\n</tr>\n<tr>\n<td><strong><code>action</code></strong></td>\n<td><strong>Required</strong>.<br /></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"de467d4a-2ff2-404d-869d-f222549347a8"}],"id":"b0ba83fb-f689-4b18-81ff-fea0de353a72","event":[{"listen":"prerequest","script":{"id":"f7bb73d5-df3b-4d47-9595-ec6ef83fd10b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92aa2a85-a593-45f0-b6f4-7b9e19966d86","type":"text/javascript","exec":[""]}}],"_postman_id":"b0ba83fb-f689-4b18-81ff-fea0de353a72","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Commerce","item":[{"name":"Payments API - IN","item":[{"name":"Send Order Details Message","id":"21d67834-024c-4009-a551-e57dc3c01517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_details\",\n        \"header\": {\n            \"type\": \"image\",\n            \"image\": {\n                \"link\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Home_made_sour_dough_bread.jpg/640px-Home_made_sour_dough_bread.jpg\"\n            }\n        },\n        \"body\": {\n            \"text\": \"your-text-body-content\"\n        },\n        \"footer\": {\n            \"text\": \"your-text-footer-content\"\n        },\n        \"action\": {\n            \"name\": \"review_and_pay\",\n            \"parameters\": {\n                \"reference_id\": \"unique-reference-id\",\n                \"type\": \"digital-goods\",\n                \"payment_type\": \"upi\",\n                \"payment_configuration\": \"my-payment-config-name\",\n                \"currency\": \"INR\",\n                \"total_amount\": {\n                    \"value\": 1100,\n                    \"offset\": 100\n                },\n                \"order\": {\n                    \"status\": \"pending\",\n                    \"items\": [\n                        {\n                            \"retailer_id\": \"1234567\",\n                            \"name\": \"bread\",\n                            \"amount\": {\n                                \"value\": 1500,\n                                \"offset\": 100\n                            },\n                            \"sale_amount\": {\n                                \"value\": 1000,\n                                \"offset\": 100\n                            },\n                            \"quantity\": 1\n                        }\n                    ],\n                    \"subtotal\": {\n                        \"value\": 1000,\n                        \"offset\": 100\n                    },\n                    \"tax\": {\n                        \"value\": 100,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\"\n                    },\n                    \"shipping\": {\n                        \"value\": 100,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\"\n                    },\n                    \"discount\": {\n                        \"value\": 100,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\",\n                        \"discount_program_name\": \"optional_text\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p><strong>These APIs are in beta. Please reach out to Meta Business Engineering teams with your WABA ID to gain access.</strong></p>\n<p>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-in\">Payments API - IN</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d67834-024c-4009-a551-e57dc3c01517"},{"name":"Send Order Status Message","id":"7a333fef-b72c-483d-81f2-339199fda3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_status\",\n        \"body\": {\n            \"text\": \"your-text-body-content\"\n        },\n        \"action\": {\n            \"name\": \"review_order\",\n            \"parameters\": {\n                \"reference_id\": \"unique-reference-id\",\n                \"order\": {\n                    \"status\": \"processing\",\n                    \"description\": \"optional-text\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p><strong>These APIs are in beta. Please reach out to Meta Business Engineering teams with your WABA ID to gain access.</strong></p>\n<p>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-in\">Payments API - IN</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a333fef-b72c-483d-81f2-339199fda3a6"}],"id":"36a0623b-f3c4-4ab6-b10b-ff33a276968d","_postman_id":"36a0623b-f3c4-4ab6-b10b-ff33a276968d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Payments API - SG","item":[{"name":"Send Order Details Message","id":"4d884078-6d76-470c-8b7e-f2c54cb4f840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_details\",\n        \"order_details\": {\n            \"header\": {\n                \"type\": \"image\",\n                \"image\": {\n                    \"link\": \"http(s)://the-url\",\n                    \"provider\": {\n                        \"name\": \"provider-name\"\n                    }\n                }\n            },\n            \"body\": {\n                \"text\": \"your-text-body-content\"\n            },\n            \"footer\": {\n                \"text\": \"your-text-footer-content\"\n            },\n            \"action\": {\n                \"reference_id\": \"unique-reference-id\",\n                \"type\": \"digital-goods\",\n                \"payment_type\": \"p2m-lite:stripe\",\n                \"payment_configuration\": \"my-payment-config-name\",\n                \"currency\": \"SGD\",\n                \"total_amount\": {\n                    \"value\": 1000,\n                    \"offset\": 100\n                },\n                \"order\": {\n                    \"status\": \"pending\",\n                    \"items\": [\n                        {\n                            \"retailer_id\": \"1234567\",\n                            \"name\": \"bread\",\n                            \"amount\": {\n                                \"value\": 10000,\n                                \"offset\": 100\n                            },\n                            \"sale_amount\": {\n                                \"value\": 100,\n                                \"offset\": 100\n                            },\n                            \"quantity\": 1\n                        }\n                    ],\n                    \"subtotal\": {\n                        \"value\": 20000,\n                        \"offset\": 100\n                    },\n                    \"tax\": {\n                        \"value\": 1000,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\"\n                    },                    \n                    \"shipping\": {\n                        \"value\": 1000,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\"\n                    },\n                    \"discount\": {\n                        \"value\": 1000,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\",\n                        \"discount_program_name\": \"optional_text\"\n                    },\n                    \"catalog_id\": \"optional-catalog_id\",\n                    \"expiration\": {\n                        \"timestamp\": \"utc_timestamp_in_seconds\",\n                        \"description\": \"cancellation-explanation\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-sg\">Payments API - SG</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d884078-6d76-470c-8b7e-f2c54cb4f840"},{"name":"Send Order Status Message","id":"2660c74b-0d2b-42e5-bec2-b32ef61c0918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"recipient_type\": \"individual\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_status\",\n        \"body\": {\n            \"text\": \"your-text-body-content\"\n        },\n        \"action\": {\n            \"name\": \"review_order\",\n            \"parameters\": {\n                \"reference_id\": \"unique-reference-id-from-order-details-msg\",\n                \"order\": {\n                    \"status\": \"processing\",\n                    \"description\": \"optional-text\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/messages","description":"<p>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/payments-api/payments-sg\">Payments API - SG</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"2660c74b-0d2b-42e5-bec2-b32ef61c0918"}],"id":"08ef0b9c-eb80-4ecf-a2cd-f8c2ac03c079","_postman_id":"08ef0b9c-eb80-4ecf-a2cd-f8c2ac03c079","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Get commerce settings","id":"3a7429d5-4306-4663-bcfd-ff66958f8d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"GET","header":[],"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/whatsapp_commerce_settings","description":"<ul>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/guides/sell-products-and-services\">Sell Products &amp; Services</a> (Cloud API)</li>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/on-premises/guides/commerce-guides\">Sell Products &amp; Services</a> (On-Premises API)</li>\n<li>Endpoint reference: <a href=\"https://developers.facebook.com/docs/graph-api/reference/whats-app-business-account-to-number-current-status/whatsapp_commerce_settings\">WhatsApp Business Phone Number &gt; WhatsApp Commerce Settings</a></li>\n</ul>\n","urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","whatsapp_commerce_settings"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a7429d5-4306-4663-bcfd-ff66958f8d41"},{"name":"Set or update commerce settings","id":"c649b1aa-f204-400a-8f82-9838a0a22568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/whatsapp_commerce_settings?is_cart_enabled=true&is_catalog_visible=true","description":"<ul>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/cloud-api/guides/sell-products-and-services\">Sell Products &amp; Services</a> (Cloud API)</li>\n<li>Guide: <a href=\"https://developers.facebook.com/docs/whatsapp/on-premises/guides/commerce-guides\">Sell Products &amp; Services</a> (On-Premises API)</li>\n<li>Endpoint reference: <a href=\"https://developers.facebook.com/docs/graph-api/reference/whats-app-business-account-to-number-current-status/whatsapp_commerce_settings\">WhatsApp Business Phone Number &gt; WhatsApp Commerce Settings</a></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","whatsapp_commerce_settings"],"host":["<API_URL>"],"query":[{"key":"is_cart_enabled","value":"true"},{"key":"is_catalog_visible","value":"true"}],"variable":[]}},"response":[],"_postman_id":"c649b1aa-f204-400a-8f82-9838a0a22568"}],"id":"e3a32bf7-2fe9-4d5e-aa1a-7b62107dd5ba","_postman_id":"e3a32bf7-2fe9-4d5e-aa1a-7b62107dd5ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Media","item":[{"name":"Upload Image","id":"61447c56-a2ef-4d7e-a06b-780c1939012d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"messaging_product","value":"whatsapp","type":"text"},{"key":"file","type":"file","src":"/Users/Sample.jpg"}]},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/media","description":"<p>This request uploads an image as .jpeg. The parameters are specified as <strong>form-data</strong> in the request <strong>body</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","media"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"61447c56-a2ef-4d7e-a06b-780c1939012d"},{"name":"Upload Sticker","id":"f6cbec14-382b-4595-a232-40f7bfffff49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"messaging_product","value":"whatsapp","type":"text"},{"key":"file","type":"file","src":"/Users/sticker.webp"}]},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/media","description":"<p>This request uploads a sticker as .webp. The parameters are specified as <strong>form-data</strong> in the request <strong>body</strong>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","media"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6cbec14-382b-4595-a232-40f7bfffff49"},{"name":"Retrieve Media URL","id":"2e4156f3-5c35-4048-9fd5-9a0bb3c11517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/Media-ID?phone_number_id=<PHONE_NUMBER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","Media-ID"],"host":["<API_URL>"],"query":[{"description":{"content":"<p>Specifies that this action only be performed if the media belongs to the provided phone number.</p>\n","type":"text/plain"},"key":"phone_number_id","value":"<PHONE_NUMBER_ID>"}],"variable":[]}},"response":[],"_postman_id":"2e4156f3-5c35-4048-9fd5-9a0bb3c11517"},{"name":"Delete Media","id":"107afc72-9cec-4805-92b7-dd6bbc3ed52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"<API_URL>/<Version>/Media-ID/?phone_number_id=<PHONE_NUMBER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","Media-ID",""],"host":["<API_URL>"],"query":[{"description":{"content":"<p>Specifies that deletion of the media  only be performed if the media belongs to the provided phone number.</p>\n","type":"text/plain"},"key":"phone_number_id","value":"<PHONE_NUMBER_ID>"}],"variable":[]}},"response":[],"_postman_id":"107afc72-9cec-4805-92b7-dd6bbc3ed52e"},{"name":"Download Media","id":"697a32ac-b863-40e5-a1a3-bf50bc5dcf25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/Media-URL?format=link","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","Media-URL"],"host":["<API_URL>"],"query":[{"description":{"content":"<p>link / media</p>\n","type":"text/plain"},"key":"format","value":"link"}],"variable":[]}},"response":[],"_postman_id":"697a32ac-b863-40e5-a1a3-bf50bc5dcf25"}],"id":"9bb7b36d-fc06-489c-bed0-56b27fc6b63d","_postman_id":"9bb7b36d-fc06-489c-bed0-56b27fc6b63d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"WhatsApp Native Flows","item":[{"name":"1. Create Flow","item":[{"name":"Create Flow","id":"b8fc3311-6b43-4124-8352-ea61af79f24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"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. </p>\n<p>Possible values: \"SIGN_UP\", \"SIGN_IN\", \"APPOINTMENT_BOOKING\", \"LEAD_GENERATION\", \"CONTACT_US\", \"CUSTOMER_SUPPORT\", \"SURVEY\", \"OTHER\"</p>\n","type":"text"},{"key":"clone_flow_id","value":"<EXISTING_FLOW_ID>","description":"<p>Creates a copy of the existing flow specified</p>\n","type":"text","disabled":true},{"key":"endpoint_uri","value":"https://example.com","description":"<p>Endpoint URI for the Flow</p>\n","type":"text","disabled":true}],"options":{"formdata":{"language":"json"}}},"url":"<API_URL>/<WABA_ID>/flows","description":"<p>Creates a new flow. To clone an existing flow you can add the parameter</p>\n<p><code>\"clone_flow_id\": \"original-flow-id\"</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<WABA_ID>","flows"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8fc3311-6b43-4124-8352-ea61af79f24b"},{"name":"Get Flow","id":"4caee4e8-60b2-45ba-bff3-09974a6633c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<FLOW_ID>?fields=id,name,categories,preview,status,validation_errors,json_version,data_api_version,data_channel_uri,whatsapp_business_account,application","description":"<p>Can request specific fields by enabling the `fields` query param</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>"],"host":["<API_URL>"],"query":[{"description":{"content":"<p>Return specific fields in the response</p>\n","type":"text/plain"},"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":"4caee4e8-60b2-45ba-bff3-09974a6633c5"},{"name":"List Flows","id":"61aae6c9-f07f-43c5-bf02-6a0f29337b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<WABA_ID>/flows","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<WABA_ID>","flows"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"61aae6c9-f07f-43c5-bf02-6a0f29337b1e"}],"id":"4d16871b-0b3e-4292-aac6-61ddd43ecbd5","_postman_id":"4d16871b-0b3e-4292-aac6-61ddd43ecbd5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"2. Update Flow","item":[{"name":"Upload Flow JSON Asset","id":"ca41ec7e-e0aa-451a-a955-3308bdaedc5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"name","value":"flow.json","type":"text"},{"key":"asset_type","value":"FLOW_JSON","type":"text"}]},"url":"<API_URL>/<FLOW_ID>/assets","description":"<p>Used to upload a flow JSON file with the flow content. Refer to flow JSON documentation here <a href=\"https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson\">https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson</a></p>\n<p>The file must be attached as from data. The response will include any validation errors in the JSON file</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>","assets"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca41ec7e-e0aa-451a-a955-3308bdaedc5b"},{"name":"Get Preview URL","id":"99fbde46-8fda-4676-92ec-b90a758c7f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<FLOW_ID>?fields=preview.invalidate(false)","description":"<p>Returns link to web page with preview of the flow. The link has an expiry time which is returned in the response. The same link will be returned as long as it's still valid, a new link will be generated when it expires.</p>\n<p>To generate a new link and invalidate the existing link, set</p>\n<p><code>fields=preview.invalidate(true)</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>"],"host":["<API_URL>"],"query":[{"description":{"content":"<p>Set to true to generate a new preview link and expire old link</p>\n","type":"text/plain"},"key":"fields","value":"preview.invalidate(false)"},{"disabled":true,"description":{"content":"<p>Returns date as unix timestamp in seconds</p>\n","type":"text/plain"},"key":"date_format","value":"U"}],"variable":[]}},"response":[],"_postman_id":"99fbde46-8fda-4676-92ec-b90a758c7f49"},{"name":"Publish Flow","id":"85d6e0b3-acb0-4b00-b840-2884847b462e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"<API_URL>/<FLOW_ID>/publish","description":"<p>Updates the status of the flow as \"PUBLISHED\". This action is not reversible. The flow and its assets become immutable once published. To update the flow, you must create a new flow and specify the previous flow id as the `clone_flow_id` parameter</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>","publish"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"85d6e0b3-acb0-4b00-b840-2884847b462e"},{"name":"Update Flow Metadata","id":"c7423bc9-d8ca-430f-9b3e-90fa959549c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<NEW_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. </p>\n<p>Allowed values: \"SIGN_UP\", \"SIGN_IN\", \"APPOINTMENT_BOOKING\", \"LEAD_GENERATION\", \"CONTACT_US\", \"CUSTOMER_SUPPORT\", \"SURVEY\", \"OTHER\"</p>\n","type":"text"},{"key":"endpoint_uri","value":"https://example.com","description":"<p>Endpoint URI for the Flow</p>\n","type":"text"}],"options":{"formdata":{"language":"json"}}},"url":"<API_URL>/<FLOW_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7423bc9-d8ca-430f-9b3e-90fa959549c1"},{"name":"List Assets","id":"21e38677-9e0a-4cc9-8f87-40564c577748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"<API_URL>/<FLOW_ID>/assets","description":"<p>Returns all assets attached to the flow. Currently only FLOW_JSON asset is supported</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>","assets"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"21e38677-9e0a-4cc9-8f87-40564c577748"},{"name":"Deprecate Flow","id":"0bac557f-1bd6-4e20-b379-f4a30a991ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"<API_URL>/<FLOW_ID>/deprecate","description":"<p>Updates the status of the flow as \"DEPRECATED\". This action is not reversible. Only a published flow can be deprecated to prevent sending or opening it.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>","deprecate"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bac557f-1bd6-4e20-b379-f4a30a991ba9"},{"name":"Delete Flow","id":"4b46802b-a2b8-4b3c-8361-bf01952ffccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"<API_URL>/<FLOW_ID>","description":"<p>Deletes the flow entirely. This action is not reversible. Only a DRAFT flow can be deleted.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<FLOW_ID>"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b46802b-a2b8-4b3c-8361-bf01952ffccc"}],"id":"a80ee661-2915-4bcd-8be1-bdd3f37ffa84","_postman_id":"a80ee661-2915-4bcd-8be1-bdd3f37ffa84","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"3. Setup Encryption","item":[{"name":"Set Encryption Public Key","id":"4e610f33-2760-4d91-91b9-3077e9d47ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_public_key","value":"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\n...\n8QIDAQAB\n-----END PUBLIC KEY-----","type":"text"}]},"url":"<API_URL>/<PHONE_NUMBER_ID>/whatsapp_business_encryption","description":"<p>Sets the public key that is used for encrypting the data channel requests</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<PHONE_NUMBER_ID>","whatsapp_business_encryption"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e610f33-2760-4d91-91b9-3077e9d47ca1"},{"name":"Get Encryption Public Key","id":"76902fa9-9c09-4329-a1cc-459d805113cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_public_key","value":"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\n...\n8QIDAQAB\n-----END PUBLIC KEY-----","type":"text"}]},"url":"<API_URL>/<PHONE_NUMBER_ID>/whatsapp_business_encryption","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<PHONE_NUMBER_ID>","whatsapp_business_encryption"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"76902fa9-9c09-4329-a1cc-459d805113cf"}],"id":"b9720099-03f3-41f6-b78c-d960228b1675","_postman_id":"b9720099-03f3-41f6-b78c-d960228b1675","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"4. Send Flow via CAPI","item":[{"name":"Send Draft Flow","id":"c322f560-05a1-455a-bf16-e9b0c2f69b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"recipient_type\": \"individual\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"flow\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"Not shown in draft mode\"\n        },\n        \"body\": {\n            \"text\": \"Not shown in draft mode\"\n        },\n        \"footer\": {\n            \"text\": \"Not shown in draft mode\"\n        },\n        \"action\": {\n            \"name\": \"flow\",\n            \"parameters\": {\n                \"flow_message_version\": \"3\",\n                \"flow_action\": \"navigate\",\n                \"flow_token\": \"<FLOW_TOKEN>\",\n                \"flow_id\": \"<FLOW_ID>\",\n                \"flow_cta\": \"Not shown in draft mode\",\n                \"mode\": \"draft\",\n                \"flow_action_payload\": {\n                    \"screen\": \"<SCREEN_ID>\",\n                    \"data\": {\n                        \"<CUSTOM_KEY>\": \"<CUSTOM_VALUE>\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<PHONE_NUMBER_ID>/messages","description":"<p>Flow messages won't be delivered to unsupported WhatsApp versions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"c322f560-05a1-455a-bf16-e9b0c2f69b99"},{"name":"Send Published Flow","id":"f1d8d36c-aa49-4051-8f27-168698e10d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"recipient_type\": \"individual\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"flow\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"name\": \"flow\",\n            \"parameters\": {\n                \"flow_message_version\": \"3\",\n                \"flow_action\": \"navigate\",\n                \"flow_token\": \"<FLOW_TOKEN>\",\n                \"flow_id\": \"<FLOW_ID>\",\n                \"flow_cta\": \"Open Flow!\",\n                \"flow_action_payload\": {\n                    \"screen\": \"<SCREEN_ID>\",\n                    \"data\": {\n                        \"<CUSTOM_KEY>\": \"<CUSTOM_VALUE>\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<PHONE_NUMBER_ID>/messages","description":"<p>Flow messages won't be delivered to unsupported WhatsApp versions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1d8d36c-aa49-4051-8f27-168698e10d20"},{"name":"Create Flow Template Message","id":"bb5f341d-1fe6-41ba-bea1-987ef8ea53a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<TEMPLATE_NAME>\",\n    \"language\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"body\",\n            \"text\": \"<MESSAGE_BODY>\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"FLOW\",\n                    \"text\": \"Open flow!\",\n                    \"flow_id\": \"<FLOW_ID>\",\n                    \"navigate_screen\": \"<SCREEN_ID>\",\n                    \"flow_action\": \"navigate\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<WABA_ID>/message_templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<WABA_ID>","message_templates"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb5f341d-1fe6-41ba-bea1-987ef8ea53a2"},{"name":"Send Flow Template Message","id":"ffbbaed4-82bc-45ad-b1a6-5ccd453b769d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"to\": \"Recipient-Phone-Number\",\n    \"type\": \"template\",\n    \"template\": {\n        \"name\": \"<TEMPLATE_NAME>\",\n        \"language\": {\n            \"code\": \"en_US\"\n        },\n        \"components\": [\n            {\n                \"type\": \"button\",\n                \"sub_type\": \"flow\",\n                \"index\": \"0\",\n                \"parameters\": [\n                    {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"flow_token\": \"<FLOW_TOKEN>\",\n                            \"flow_action_data\": {\n                                \"<CUSTOM_KEY>\": \"<CUSTOM_VALUE>\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<PHONE_NUMBER_ID>/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<PHONE_NUMBER_ID>","messages"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffbbaed4-82bc-45ad-b1a6-5ccd453b769d"}],"id":"c56d357d-1e4f-4630-b51d-0a1f86560d9b","_postman_id":"c56d357d-1e4f-4630-b51d-0a1f86560d9b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}}],"id":"b04431df-96b8-4810-81d7-e9779052c457","_postman_id":"b04431df-96b8-4810-81d7-e9779052c457","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Business Profiles","item":[{"name":"Resumable Upload - Create an Upload Session","id":"b68c2d44-3030-4e22-9d45-f086843cfb23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"OAuth {{User-Access-Token}}","type":"text"}],"url":"<API_URL>/<Version>/uploads/?file_length=<YOUR_FILE_LENGTH>&file_type=image/jpeg&file_name=myprofile.jpg","description":"<p>The Resumable Upload series of requests allow you to upload Profile Pictures to Meta so you can receive a handle to update these pictures in the Business Profile API. The Resumable Upload requests consist of the following:</p>\n<ul>\n<li><strong>Resumable Upload - Create an Upload Session</strong></li>\n<li><strong>Resumable Upload - Upload File Data</strong></li>\n<li><strong>Resumable Upload - Query File Upload Status</strong></li>\n</ul>\n<p>To create a new upload session, make a <strong>POST</strong> call using the <code>/app/uploads</code> endpoint.</p>\n<p>For more information, see <a href=\"https://developers.facebook.com/docs/graph-api/guides/upload#step-1--create-a-session\">Create an Upload Session</a>.</p>\n<p><strong>Response</strong><br />The call returns a server-generated value that includes the session ID that you can use in later calls. </p>\n<blockquote>\n<p>Copy this value and Open the <strong>Environment quick look</strong> in Postman and paste it in the <strong>CURRENT VALUE</strong> for <code>Upload-ID</code>.</p>\n</blockquote>\n","urlObject":{"path":["<Version>","uploads",""],"host":["<API_URL>"],"query":[{"description":{"content":"<p><strong>Required</strong><br />Specifies the size of your file in bytes.</p>\n","type":"text/plain"},"key":"file_length","value":"<YOUR_FILE_LENGTH>"},{"description":{"content":"<p><strong>Required</strong><br />Specifies the MIME type. Values are </p><ul><li><code>image/jpeg</code></li><li><code>image/png</code></li><li><code>video/mp4</code></li></ul><p></p>\n","type":"text/plain"},"key":"file_type","value":"image/jpeg"},{"description":{"content":"<p><strong>Optional</strong><br />Specifies the file name you are using to create the session.</p>\n","type":"text/plain"},"key":"file_name","value":"myprofile.jpg"}],"variable":[]}},"response":[],"_postman_id":"b68c2d44-3030-4e22-9d45-f086843cfb23"},{"name":"Resumable Upload - Upload File Data","id":"4ca92d9d-0729-4aaf-925d-5aa19e094f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"image/jpeg","type":"text"},{"key":"file_offset","value":"0","description":"<p>Specifies the offset to start the upload. The offset value should always be <code>0</code>.</p>\n","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"OAuth {{User-Access-Token}}","type":"text"}],"body":{"mode":"file","file":{"src":"/Users/Sample.jpg"}},"url":"<API_URL>/<Version>/uploads/Upload-ID","description":"<p>To upload a profile picture to your business profile, make a <strong>POST</strong> call to the named endpoint <Version>/Upload-ID, where <strong>Upload-ID</strong> is the value you received from <strong>Resumable Upload - Create an Upload Session</strong>. This value should look like the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"upload:MTphdHRhY2htZW50Ojlk2mJiZxUwLWV6MDUtNDIwMy05yTA3LWQ4ZDPmZGFkNTM0NT8=?sig=ARZqkGCA_uQMxC8nHKI\"\n\n</code></pre>\n<p>The <strong><code>file_offset</code></strong> parameter <strong>must</strong> be included as an HTTP header. It will not work as a query parameter.</p>\n<p>The access token must be included in an Authorization HTTP header. It cannot work as a query parameter.</p>\n<p>For more information, see <a href=\"https://developers.facebook.com/docs/graph-api/guides/upload#step-2--initiate-upload\">Initiate Data Upload</a>.</p>\n<p><strong>Response</strong><br />The call returns a handle that includes the session ID that you can use to update your profile picture using <strong>Update Business Profile</strong>.</p>\n","urlObject":{"path":["<Version>","uploads","Upload-ID"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ca92d9d-0729-4aaf-925d-5aa19e094f5a"},{"name":"Resumable Upload - Query File Upload Status","id":"cdbd0eea-79fc-4b8c-81c1-8851d2dc93b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"GET","header":[{"key":"Cache-Control","value":"no-cache","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"OAuth {{User-Access-Token}}","type":"text"}],"url":"<API_URL>/<Version>/uploads/Upload-ID","description":"<p>You can query the status of an upload session by making a <strong>GET</strong> call to an endpoint that is named based on the <strong><code>Upload-ID</code></strong> that was returned through the <strong>Resumable Upload - Create an Upload Session</strong> request.</p>\n<p>When uploading data, you <strong>must include the access token as an HTTP header.</strong></p>\n<p><strong>Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET https://graph.facebook.com/v14.0/upload:MTphdHRhY2htZW50Ojlk2mJiZxUwLWV6MDUtNDIwMy05yTA3LWQ4ZDPmZGFkNTM0NT8=?sig=ARZqkGCA_uQMxC8nHKI HTTP/1.1\nAuthorization: OAuth {{USER_ACCESS_TOKEN}}\n\n</code></pre>\n<p>For more information, see <a href=\"https://developers.facebook.com/docs/graph-api/guides/upload#interruptions\">Query File Upload Status after an Interruption</a>.</p>\n<p><strong>Response</strong>\nThe result will be a JSON-encoded ID and offset that looks like the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \"id\": \"upload:MTphdHRhY2htZW50Ojlk2mJiZxUwLWV6MDUtNDIwMy05yTA3LWQ4ZDPmZGFkNTM0NT8=?sig=ARZqkGCA_uQMxC8nHKI\", \"file_offset\": 0 }\n</code></pre>\n","urlObject":{"path":["<Version>","uploads","Upload-ID"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdbd0eea-79fc-4b8c-81c1-8851d2dc93b1"},{"name":"Get Business Profile","id":"1a3ca9ce-3a62-4fc9-a67c-41a18ea4b1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/whatsapp_business_profile","description":"<p>To get information about a business profile, make a <strong>GET</strong> call to the <strong><code>/{{Phone-Number-ID}}/whatsapp_business_profile</code></strong> endpoint. Within the <strong><code>whatsapp_business_profile</code></strong> request, you can specify what you want to know from the business. </p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />The messaging service used for the request. Always set the value to <code>\"whatsapp\"</code> if you are using WhatsApp for Business API.</td>\n</tr>\n<tr>\n<td><strong><code>address</code></strong></td>\n<td>The address of the business. The maximum character limit for the string is 256.</td>\n</tr>\n<tr>\n<td><strong><code>description</code></strong></td>\n<td>Description of the business. The maximum character limit for the string is 256.</td>\n</tr>\n<tr>\n<td><strong><code>vertical</code></strong></td>\n<td><strong>Optional</strong>. <br />The industry type of the business. This can be either an empty string or one of the accepted values<br /><br /><strong>Values</strong>: <code>UNDEFINED</code>, <code>OTHER</code>, <code>AUTO</code>, <code>BEAUTY</code>, <code>APPAREL</code>, <code>EDU</code>, <code>ENTERTAIN</code>, <code>EVENT_PLAN</code>, <code>FINANCE</code>, <code>GROCERY</code>, <code>GOVT</code>, <code>HOTEL</code>, <code>HEALTH</code>, <code>NONPROFIT</code>, <code>PROF_SERVICES</code>, <code>RETAIL</code>, <code>TRAVEL</code>, <code>RESTAURANT</code>, or <code>NOT_A_BIZ</code>.</td>\n</tr>\n<tr>\n<td><strong><code>about</code></strong></td>\n<td><strong>Optional</strong>. <br />The text to display in business profile's About section The max length for the string is 139 characters. The minimum length for the string is 1 character.<br /><br />Rendered emojis are supported however their unicode values are not. Emoji unicode values must be Java- or JavaScript-escape encoded.</td>\n</tr>\n<tr>\n<td><strong><code>email</code></strong></td>\n<td><strong>Optional</strong>. <br />The contact email address (in valid email format) of the business. The maximum character limit for the string is 128 characters.</td>\n</tr>\n<tr>\n<td><strong><code>websites</code></strong></td>\n<td><strong>Optional</strong>. <br />The URLs associated with the business. For instance, a website, Facebook Page, or Instagram. You must include the http:// or https:// portion of the URL. There is a maximum of 2 websites with a maximum of 256 characters each.</td>\n</tr>\n<tr>\n<td><strong><code>profile_picture_handle</code></strong></td>\n<td><strong>Optional</strong>. <br />The handle of the profile picture generated from a call to the <a href=\"https://developers.facebook.com/docs/graph-api/guides/upload\">Resumable Upload API</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","whatsapp_business_profile"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a3ca9ce-3a62-4fc9-a67c-41a18ea4b1a4"},{"name":"Update Business Profile","id":"39347684-635d-4cad-ac89-650cebf5d35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"address\": \"<business-address>\",\n    \"description\": \"<business-description>\",\n    \"vertical\": \"<business-industry>\",\n    \"about\": \"<profile-about-text>\",\n    \"email\": \"<business-email>\",\n    \"websites\": [\n        \"<https://website-1>\",\n        \"<https://website-2>\"\n    ],\n    \"profile_picture_handle\": \"<IMAGE_HANDLE_ID>\"\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/whatsapp_business_profile","description":"<p>Update the business profile information such as the business description, email or address. To update your profile, make a <strong>POST</strong> call to <strong><code>/{{Phone-Number-ID}}/whatsapp_business_profile</code></strong>. In your request, you can include the parameters listed below.</p>\n<p>It is recommended that you use <strong>Resumable Upload - Create an Upload Session</strong> to obtain an upload ID. Then use this upload ID in a call to <strong>Resumable Upload - Upload File Data</strong> to obtain the picture handle. This handle can be used for the <strong><code>profile_picture_handle</code></strong>.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>messaging_product</code></strong></td>\n<td><strong>Required</strong>.<br />The messaging service used for the request. Always set the value to <code>\"whatsapp\"</code> if you are using WhatsApp for Business API.</td>\n</tr>\n<tr>\n<td><strong><code>address</code></strong></td>\n<td><strong>Optional</strong>.<br />The address of the business. The maximum character limit for the string is 256.</td>\n</tr>\n<tr>\n<td><strong><code>description</code></strong></td>\n<td><strong>Optional</strong>.<br />The description of the business. The maximum character limit for the string is 256.</td>\n</tr>\n<tr>\n<td><strong><code>vertical</code></strong></td>\n<td><strong>Optional</strong>. <br />The industry type of the business. This can be either an empty string or one of the accepted values.<br /><br /><strong>Values</strong>: <code>UNDEFINED</code>, <code>OTHER</code>, <code>AUTO</code>, <code>BEAUTY</code>, <code>APPAREL</code>, <code>EDU</code>, <code>ENTERTAIN</code>, <code>EVENT_PLAN</code>, <code>FINANCE</code>, <code>GROCERY</code>, <code>GOVT</code>, <code>HOTEL</code>, <code>HEALTH</code>, <code>NONPROFIT</code>, <code>PROF_SERVICES</code>, <code>RETAIL</code>, <code>TRAVEL</code>, <code>RESTAURANT</code>, or <code>NOT_A_BIZ</code>.</td>\n</tr>\n<tr>\n<td><strong><code>about</code></strong></td>\n<td><strong>Optional</strong>. <br />The text to display in business profile's About section. The max length for the string is 139 characters. The minimum length for the string is 1 character. <br /><br />Rendered emojis are supported however their unicode values are not. Emoji unicode values must be Java- or JavaScript-escape encoded.</td>\n</tr>\n<tr>\n<td><strong><code>email</code></strong></td>\n<td><strong>Optional</strong>. <br />The contact email address (in valid email format) of the business. The maximum character limit for the string is 128 characters.</td>\n</tr>\n<tr>\n<td><strong><code>websites</code></strong></td>\n<td><strong>Optional</strong>. <br />The URLs associated with the business. For instance, a website, Facebook Page, or Instagram. You must include the http:// or https:// portion of the URL. There is a maximum of 2 websites with a maximum of 256 characters each.</td>\n</tr>\n<tr>\n<td><strong><code>profile_picture_handle</code></strong></td>\n<td><strong>Optional</strong>. <br />The handle of the profile picture generated from a call to <strong>Resumable Upload - Upload File Data</strong>. For more information, see <a href=\"https://developers.facebook.com/docs/graph-api/guides/upload\">Resumable Upload API</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delete-business-profile\">Delete Business Profile</h2>\n<p>To delete your business profile, you must <a href=\"https://developers.facebook.com/docs/whatsapp/phone-numbers#delete-phone-number-from-a-business-account\">delete your phone number</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}},"urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","whatsapp_business_profile"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[{"id":"d574a4dd-a641-48a8-ba4e-4527c9afb078","name":"Update Business Profile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{User-Access-Token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"address\": \"<business-address>\",\n    \"description\": \"<business-description>\",\n    \"vertical\": \"<business-industry>\",\n    \"about\": \"<profile-about-text>\",\n    \"email\": \"<business-email>\",\n    \"websites\": [\n        \"<https://website-1>\",\n        \"<https://website-2>\"\n    ],\n    \"profile_picture_handle\": \"4:VGVzdC5wbmc=:aW1hZ2UvanBlZw==:ARat4Mt-L09JON3f30SmDkdyPSuyBkDDYiB4TFXuXISjdgHoNp2b7j882_9Jzr2tPrdKxi92UygyVzTivJiOvmebMpZ6MIjTik3gTyI3ZCQAgQ:e:1659995302:2022308451254161:636685196:ARZf1ftR5N6-qSLtklU\"\n}","options":{"raw":{"language":"json"}}},"url":"https://graph.facebook.com/<Version>/{{Phone-Number-ID}}/whatsapp_business_profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"business_profile\": {\n                \"messaging_product\": \"whatsapp\",\n                \"address\": \"<business-address>\",\n                \"description\": \"<business-description>\",\n                \"vertical\": \"<business-industry>\",\n                \"about\": \"<profile-about-text>\",\n                \"email\": \"<business-email>\",\n                \"websites\": [\n                    \"https://website-1\",\n                    \"https://website-2\"\n                ],\n                \"profile_picture_url\": \"https://pps.whatsapp.net/...\",\n                \"id\": \"<business-profile-id>\"\n            },\n            \"id\": \"<phone-number-id>\"\n        }\n    ]\n}"}],"_postman_id":"39347684-635d-4cad-ac89-650cebf5d35a"}],"id":"457b4903-3704-425e-8a09-56970e7ebc85","_postman_id":"457b4903-3704-425e-8a09-56970e7ebc85","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Business Compliance","item":[{"name":"Get India-based business compliance info","id":"938a8675-b55a-4b44-8ab7-4405ac81d851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"GET","header":[],"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/business_compliance_info","urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","business_compliance_info"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"938a8675-b55a-4b44-8ab7-4405ac81d851"},{"name":"Add India-based business compliance info","id":"45d00bef-6c50-43ef-8acc-074ccadf2433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"messaging_product\": \"whatsapp\",\n    \"entity_name\": \"<ENTITY_NAME>\",\n    \"entity_type\": \"<ENTITY_TYPE>\",\n    \"is_registered\": <IS_REGISTERED>,\n    \"grievance_officer_details\": {\n        \"name\": \"<GRIEVANCE_OFFER_NAME>\",\n        \"email\": \"<GRIEVANCE_OFFER_EMAIL>\",\n        \"landline_number\": \"<GRIEVANCE_OFFER_LANDLINE_NUMBER>\",\n        \"mobile_number\": \"<GRIEVANCE_OFFER_MOBILE_NUMBER>\"\n    },\n    \"customer_care_details\": {\n        \"email\": \"<CUSTOMER_CARE_EMAIL>\",\n        \"landline_number\": \"<CUSTOMER_CARE_LANDLINE_NUMBER>\",\n        \"mobile_number\": \"<CUSTOMER_CARE_MOBILE_NUMBER>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/<Version>/<PHONE_NUMBER_ID>/business_compliance_info","urlObject":{"path":["<Version>","<PHONE_NUMBER_ID>","business_compliance_info"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d00bef-6c50-43ef-8acc-074ccadf2433"}],"id":"b27d3737-cc88-477f-8389-0d42985dba26","_postman_id":"b27d3737-cc88-477f-8389-0d42985dba26","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}},{"name":"Webhook","item":[{"name":"List Webhooks","id":"7ab85ace-cf32-4a30-b338-585cdf54fea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"GET","header":[],"url":"<API_URL>/v2/webhook","urlObject":{"path":["v2","webhook"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ab85ace-cf32-4a30-b338-585cdf54fea9"},{"name":"Create Webhook","id":"e03ebbae-384d-434a-b03c-aae6345fa9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<TITLE>\",\r\n    \"active\": true,\r\n    \"events\": [\r\n        \"incoming\",\r\n        \"sent\",\r\n        \"delivered\",\r\n        \"read\",\r\n        \"failed\",\r\n        \"deleted\",\r\n        \"template\",\r\n        \"account\",\r\n        \"phone_number\",\r\n        \"outgoing\"\r\n    ],\r\n    \"url\": \"<URL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/v2/webhook","urlObject":{"path":["v2","webhook"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"e03ebbae-384d-434a-b03c-aae6345fa9cb"},{"name":"Update Webhook","id":"8d97bcde-fdf2-4ef1-ad9b-18738548e5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<TITLE>\",\r\n    \"active\": true,\r\n    \"events\": [\r\n        \"incoming\",\r\n        \"sent\",\r\n        \"delivered\",\r\n        \"read\",\r\n        \"failed\",\r\n        \"deleted\",\r\n        \"template\",\r\n        \"account\",\r\n        \"phone_number\",\r\n        \"outgoing\"\r\n    ],\r\n    \"url\": \"<URL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<API_URL>/v2/webhook/webhook_id","urlObject":{"path":["v2","webhook","webhook_id"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d97bcde-fdf2-4ef1-ad9b-18738548e5df"},{"name":"Delete Webhook","id":"bc4cdd61-51fe-490e-8ec2-d84572e2f27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"<API_URL>/v2/webhook/webhook_id","urlObject":{"path":["v2","webhook","webhook_id"],"host":["<API_URL>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc4cdd61-51fe-490e-8ec2-d84572e2f27d"}],"id":"4aaa61d6-93f6-4f14-b12b-7e50af3b93d9","_postman_id":"4aaa61d6-93f6-4f14-b12b-7e50af3b93d9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":true,"source":{"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","name":"WA CLOUD Channel APIs","type":"folder"}}}],"id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89061045-f46e-4c10-875d-a7717f9fa21b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aeb7065f-ae3a-461d-939f-ec473a58f801","type":"text/javascript","exec":[""]}}],"_postman_id":"cfc179b7-30f6-4cd6-861f-84900a9250f8","description":""},{"name":"File Upload API By Us","event":[{"listen":"test","script":{"id":"f1a5f840-f0f9-4ef1-80e4-53da192b765c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"53e483d2-89ec-4d4f-932b-1c90f8df81bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/automationsbuilder/Downloads/Baku Package.pdf"}]},"url":"https://media-manager.1automations.com/api/uploadfile","description":"<p>Kindly Get Key From<br /><a href=\"https://mediaz-manager.netlify.app/\">https://mediaz-manager.netlify.app/</a></p>\n","urlObject":{"protocol":"https","path":["api","uploadfile"],"host":["media-manager","1automations","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53e483d2-89ec-4d4f-932b-1c90f8df81bc"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<ACCESS_TOKEN>"}]}},"event":[{"listen":"prerequest","script":{"id":"2b1513b5-0294-473c-8aa7-d9cf66531726","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1fb5bd0c-0871-4640-8018-8ebc271f95b3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base-url","value":"<API_URL>","type":"string"},{"key":"access-token","value":"<ACCESS_TOKEN>","type":"string"},{"key":"waba-id","value":"<WABA_ID>","type":"string"},{"key":"flow-id","value":"<FLOW_ID>","type":"string"},{"key":"business-phone-number-id","value":"<PHONE_NUMBER_ID>","type":"string"},{"key":"Version","value":"<Version>","type":"string"},{"key":"Media-URL","value":"Media-URL","type":"string"},{"key":"Media-ID","value":"Media-ID","type":"string"},{"key":"Upload-ID","value":"Upload-ID","type":"string"},{"key":"Recipient-Phone-Number","value":"Recipient-Phone-Number","type":"string"},{"key":"TEMPLATE_ID","value":"TEMPLATE_ID","type":"string"},{"key":"TEMPLATE_NAME","value":"TEMPLATE_NAME","type":"string"},{"key":"webhook_id","value":"webhook_id"}]}