{"info":{"_postman_id":"97a30f83-d111-40e2-9ab8-27dd97fce5bb","name":"WhatsApp Order Notification Pro","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"97a30f83-d111-40e2-9ab8-27dd97fce5bb","publishedId":"2s9Ykq5zNm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-20T09:07:48.000Z"},"item":[{"name":"GRAPHQL API","item":[{"name":"Send Order Notification","id":"417e8d48-f70f-4e12-83b9-b0aa74924318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendOrderNotification (\n         orderId:1) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"417e8d48-f70f-4e12-83b9-b0aa74924318"},{"name":"Send Invoice Notification","id":"101f064a-bb88-4bf4-89e1-eb1677efc880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendInvoiceNotification (\n         invoiceId:1) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"101f064a-bb88-4bf4-89e1-eb1677efc880"},{"name":"Send Shipment Notification","id":"ba0ebdb0-1913-4ee0-a5a3-5d416ccc70fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendShipmentNotification (\n         shipmentId:1) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba0ebdb0-1913-4ee0-a5a3-5d416ccc70fb"},{"name":"Send Creditmemo Notification","id":"b05fb508-5eff-452a-8bf3-64585a218e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendCreditmemoNotification (\n         creditmemoId:1) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b05fb508-5eff-452a-8bf3-64585a218e15"},{"name":"Send Contact Notification","id":"aca086ed-2a24-428a-89aa-7a2dad572c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendContactNotification (\n        name:\"Magecomp\",\n        email:\"test.magecomp@gmail.com\",\n        mobilenumber: \"911234567890\",\n        comment:\"Test Comment\",\n        storeId:1) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aca086ed-2a24-428a-89aa-7a2dad572c00"},{"name":"Send Registration Notification","id":"9116fd15-5cc2-45b3-b874-3d365b7a796f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    sendRegistrationNotification (\n         customerId:1,\n         storeId:1\n         ) {\n        status\n        message\n    }\n}","variables":""}},"url":"{{base_url}}/graphql/","urlObject":{"path":["graphql",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9116fd15-5cc2-45b3-b874-3d365b7a796f"}],"id":"166c199a-0c53-4d9d-ad17-5e2dc9b7b41b","_postman_id":"166c199a-0c53-4d9d-ad17-5e2dc9b7b41b","description":""},{"name":"REST API","item":[{"name":"Send Order Notification","id":"5bc5b2b0-7ac9-4f9f-addf-87f4a0f8fc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"orderid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendordernotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendordernotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bc5b2b0-7ac9-4f9f-addf-87f4a0f8fc91"},{"name":"Send Invoice Notification","id":"ccb76e22-d49d-4927-b699-d0835b36a7f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"invoiceid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendinvoicenotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendinvoicenotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccb76e22-d49d-4927-b699-d0835b36a7f9"},{"name":"Send Shipment Notification","id":"f8879b02-2595-47fb-8eb1-2c8725fabc25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"shipmentid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendshipmentnotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendshipmentnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8879b02-2595-47fb-8eb1-2c8725fabc25"},{"name":"Send Creditmemo Notification","id":"6af8922c-c2c1-40ea-8d29-60b1a845bd9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"creditmemoid\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendcreditmemonotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendcreditmemonotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6af8922c-c2c1-40ea-8d29-60b1a845bd9b"},{"name":"Send Registration Notification","id":"5db1aaac-c9a1-4385-952f-3d2fdf3753cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"customerId\": 1,\n  \"storeId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendregnotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendregnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5db1aaac-c9a1-4385-952f-3d2fdf3753cf"},{"name":"Send Contact Notification","id":"39bd636a-2a23-4a2e-808c-47ab51201181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test Magecomp\",\n  \"email\": \"test.magecomp@gmail.com\",\n  \"mobilenumber\": \"911234567890\",\n  \"comment\": \"Test Message\",\n  \"storeId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/rest/all/V1/whatsapppro/sendcontactnotification","urlObject":{"path":["rest","all","V1","whatsapppro","sendcontactnotification"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39bd636a-2a23-4a2e-808c-47ab51201181"}],"id":"c2577e4e-2b71-4245-ace6-bfc17747cff0","_postman_id":"c2577e4e-2b71-4245-ace6-bfc17747cff0","description":""}]}