{"info":{"_postman_id":"7750cd99-5dde-43f2-bacd-f2d767a7cbfc","name":"WhatsApp Order Notification Ultimate","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"7750cd99-5dde-43f2-bacd-f2d767a7cbfc","publishedId":"2sBXwpNBZH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-03T12:05:34.000Z"},"item":[{"name":"GraphQL","item":[{"name":"Send Registration OTP","id":"9756dfdd-f1a3-4e49-b873-84e66e4c1749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendotp (\n        mobilenumber: \"\"\n        countrycode: \"\"\n        isresend: true\n\t\tstoreid : \n) \n    {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9756dfdd-f1a3-4e49-b873-84e66e4c1749"},{"name":"Verify Registration OTP","id":"129b8421-b9ce-4f56-a57a-b393cd0c8d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    verifyotp (\n        mobilenumber: \"\",\n        countrycode: \"IN\",\n        otp: \"\",\n        storeid : \"1\") \n    {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"129b8421-b9ce-4f56-a57a-b393cd0c8d06"},{"name":"Send Registration Notification","id":"4dd881c6-5fad-4d93-8e9e-16ed5cfe383c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendRegistrationSuccessMsg (\n        email: \"\",\n        password:\"\",\n        mobilenumber:\"\",\n        countrycode: \"IN\",\n        otp:\"\",\n        storeId: \"1\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dd881c6-5fad-4d93-8e9e-16ed5cfe383c"},{"name":"Send Whatsapp Number Update OTP","id":"d40ce684-683e-4b8e-917e-b30218c7c972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendMobileUpdateOtp (\n        newmobilenumber: \"\",\n        oldmobilenumber: \"\",\n        countrycode: \"IN\",\n        customer_id: 1,\n        isresend: true,\n        storeid:\"1\"\n    )\n  {\n        success\n        message\n    }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d40ce684-683e-4b8e-917e-b30218c7c972"},{"name":"Update Whatsapp Number OTP Verify","id":"83df7088-2512-403e-947c-9017df21e326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   verifyMobileUpdateOtp (\n        newmobilenumber: \"\",\n        oldmobilenumber: \"\",\n        countrycode: \"IN\",\n        customer_id:1,\n        otp:\"\"\n        storeid:\"1\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83df7088-2512-403e-947c-9017df21e326"},{"name":"Send Order Notification","id":"8af662b5-74dc-4f80-89d9-8bef760201ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendOrderNotification (\n         orderId: 1,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8af662b5-74dc-4f80-89d9-8bef760201ff"},{"name":"Send Invoice Notification","id":"029aff63-5cc2-4df7-bdb5-8c4e8867681c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendInvoiceNotification (\n         invoiceId: 1,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"029aff63-5cc2-4df7-bdb5-8c4e8867681c"},{"name":"Send Shipment Notification","id":"c802a178-3f29-45e8-9830-75b7fee543b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendShipmentNotification (\n         shipmentId: 1,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c802a178-3f29-45e8-9830-75b7fee543b6"},{"name":"Send Creditmemo Notification","id":"d608e797-a872-4759-b8c7-aaf078b9bb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendCreditmemoNotification (\n         creditmemoId: 1,\n         isresend:true\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d608e797-a872-4759-b8c7-aaf078b9bb66"},{"name":"Send Contact Notification","id":"7a377d55-286d-4ad2-adb6-1992fa8d1c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n   sendContactNotification (\n         name:\"\",\n         email:\"\",\n         mobilenumber:\"\",\n         countrycode: \"IN\",\n         comment:\"\",\n         storeid :\"1\"\n  ) {\n        success\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a377d55-286d-4ad2-adb6-1992fa8d1c57"},{"name":"Country List","id":"e8abb830-f375-4b2f-8ab6-e2f46c6aa478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  countryList(status: true) {\n    status\n    country {\n      value\n      label\n      is_region_visible\n      is_region_required\n      is_default\n    }\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8abb830-f375-4b2f-8ab6-e2f46c6aa478"},{"name":"Create Customer","id":"65226a1c-77c3-4fc5-acd7-82269ec2caec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  createCustomerAccount(\n      email: \"\"\n      firstname: \"\"\n      lastname: \"\"\n      password: \"\"\n      storeid: 1\n   ) {\n    success\n    message\n  }\n}\n","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65226a1c-77c3-4fc5-acd7-82269ec2caec"}],"id":"c48521b0-1c7b-4595-81f4-8c53d60a67da","_postman_id":"c48521b0-1c7b-4595-81f4-8c53d60a67da","description":""},{"name":"REST API","item":[{"name":"Send Registration OTP","id":"5dc1bc18-36ef-4bea-8d6a-c6e8401b5414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"IN\",\n  \"isresend\": true,\n   \"storeid\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendregotp","urlObject":{"path":["rest","all","V1","whatsappultimate","sendregotp"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dc1bc18-36ef-4bea-8d6a-c6e8401b5414"},{"name":"Registration OTP Verify","id":"81b544ea-9bcc-476d-9a34-12ac09898c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"IN\",\n  \"otp\": \"\",\n  \"storeid\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/regotpverify","urlObject":{"path":["rest","all","V1","whatsappultimate","regotpverify"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81b544ea-9bcc-476d-9a34-12ac09898c32"},{"name":"Customer Account Create","id":"545f711a-b5cf-41a6-956d-121a8966a0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"\",\n    \"firstname\": \"\",\n    \"lastname\": \"\",\n    \"website_id\": 1 \n  },\n  \"password\": \"test@123\"\n}"},"url":"{{base_url}}/rest/all/V1/customers","urlObject":{"path":["rest","all","V1","customers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"545f711a-b5cf-41a6-956d-121a8966a0bf"},{"name":"Send Registration Notification","id":"2290621f-4d80-4e2e-884b-46bfc8ddfae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"\",\n  \"password\": \"\",\n  \"mobilenumber\": \"\",\n  \"countrycode\": \"IN\",\n  \"otp\": \"\",\n  \"storeId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendregistrationnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendregistrationnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2290621f-4d80-4e2e-884b-46bfc8ddfae0"},{"name":"Send Whatsapp Update OTP","id":"bbacb0da-7d4d-49d7-b9d7-11d0de8213ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"newmobilenumber\": \"\",\n  \"oldmobilenumber\": \"\",\n   \"countrycode\": \"IN\",\n   \"customer_id\": 1,\n  \"isresend\": true,\n   \"storeid\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendmobileupdateotp","urlObject":{"path":["rest","all","V1","whatsappultimate","sendmobileupdateotp"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbacb0da-7d4d-49d7-b9d7-11d0de8213ab"},{"name":"Update Whatsapp OTP Verify","id":"ca211704-a7d6-4895-aef2-ec229998a8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"newmobilenumber\": \"\",\n  \"oldmobilenumber\": \"\",\n   \"countrycode\": \"IN\",\n  \"customer_id\": 1,\n  \"otp\": \"\",\n  \"storeid\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/updateotpverify","urlObject":{"path":["rest","all","V1","whatsappultimate","updateotpverify"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca211704-a7d6-4895-aef2-ec229998a8a7"},{"name":"Send Order Notification","id":"3ab950ff-75d5-4532-abe8-088de6a96b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"orderid\": 1,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendordernotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendordernotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ab950ff-75d5-4532-abe8-088de6a96b0d"},{"name":"Send Invoice Notification","id":"77049731-9640-4277-ad3a-7ebe1a7b5b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"invoiceid\": 1,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendinvoicenotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendinvoicenotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77049731-9640-4277-ad3a-7ebe1a7b5b31"},{"name":"Send Shipment Notification","id":"9e70e6ff-cada-419e-a650-ec32b5ff0a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"shipmentid\": 1,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendshipmentnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendshipmentnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e70e6ff-cada-419e-a650-ec32b5ff0a5d"},{"name":"Send Creditmemo Notification","id":"ababe481-6fb6-46ac-a92a-11f3dc0f2ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"creditmemoid\": 1,\n  \"isresend\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendcreditmemonotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendcreditmemonotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ababe481-6fb6-46ac-a92a-11f3dc0f2ba1"},{"name":"Send Contact Notification","id":"a432ad6a-4322-4801-93a7-45c9b5224cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"mobilenumber\": \"\",\n  \"comment\": \"\",\n  \"countrycode\": \"IN\",\n  \"storeId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsappultimate/sendcontactnotification","urlObject":{"path":["rest","all","V1","whatsappultimate","sendcontactnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a432ad6a-4322-4801-93a7-45c9b5224cbb"},{"name":"Country List","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"requests":{},"id":"7d36dcda-9327-43c3-9a2e-136b13233b42"}}],"id":"e2292663-e618-4ab6-99d3-61ed7c2b6c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/rest/all/V1/whatsappultimate/countrylist","urlObject":{"path":["rest","all","V1","whatsappultimate","countrylist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2292663-e618-4ab6-99d3-61ed7c2b6c9d"},{"name":"Create Customer","id":"fa95a57c-0518-4cb5-a7fb-69fd5c3a2bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"\",\n    \"firstname\": \"\",\n    \"lastname\": \"\",\n    \"website_id\": 1,\n    \"addresses\": [\n      {\n        \"defaultShipping\": true,\n        \"defaultBilling\": true,\n        \"firstname\": \"\",\n        \"region\": {\n          \"regionCode\": \"\",\n          \"region\": \"\",\n          \"regionId\": 1\n        },\n        \"postcode\": \"\",\n        \"street\": [\n          \"\"\n        ],\n        \"city\": \"\",\n        \"telephone\": \"\",\n        \"countryId\": \"\"\n      }\n    ]\n  },\n  \"password\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/V1/customers","urlObject":{"path":["rest","V1","customers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa95a57c-0518-4cb5-a7fb-69fd5c3a2bc0"}],"id":"7bedc1d7-fcf8-4ae5-b545-f7b5ab7e740c","_postman_id":"7bedc1d7-fcf8-4ae5-b545-f7b5ab7e740c","description":""}]}