{"info":{"_postman_id":"2f8f251d-51d8-4dfd-b50b-cb43b0552382","name":"deliver API","description":"<html><head></head><body><h1 id=\"deliver-api-documentation\">deliver API Documentation</h1>\n<p>welcome to deliver API Documentation. in this API, you will learn how to connect your server to deliver API to control your own WhatsApp message.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"deliver API Documentation","slug":"deliver-api-documentation"}],"owner":"11791688","collectionId":"2f8f251d-51d8-4dfd-b50b-cb43b0552382","publishedId":"2sA3XWeKBL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-24T04:56:21.000Z"},"item":[{"name":"Send Message","id":"37baab0a-e149-4fdc-8766-118473bce3be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to send, it can be multiple files, leave empty if you dont want to send files</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Pictures/Gusfahmi.jpg"],"src":"/C:/Users/ASUS/Pictures/Gusfahmi.jpg"},{"key":"numbers","value":"[\"082166216671\"]","description":"<p>numbers to send, should be an array, leave blank empty array if you want to send to all contacts</p>\n","type":"text"},{"key":"message","value":"Hello, how are you today?","description":"<p>text message to send</p>\n","type":"text"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>API token. login to app.deliver.land to get the token</p>\n","type":"text"},{"key":"track_url","value":"false","description":"<p>true / false, for tracking how many clicks are the links on your message clicked</p>\n","type":"text"},{"key":"actions","value":"[]","description":"<p>id of actions message you have created, leave blank if you want to send a message without actions</p>\n","type":"text"}]},"url":"https://api.deliver.zone/send-message","urlObject":{"protocol":"https","path":["send-message"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"37baab0a-e149-4fdc-8766-118473bce3be"},{"name":"Contacts","id":"f6504b0f-7d10-495e-82f5-1ca3d5f92fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\",\r\n\r\n    //number to save, should be an array\r\n    \"numbers\": [\"081111111111\"],\r\n\r\n    //name of contact\r\n    \"name\": \"Antonio Vivaldi\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/add-contacts","urlObject":{"protocol":"https","path":["add-contacts"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6504b0f-7d10-495e-82f5-1ca3d5f92fcb"},{"name":"Export Contacts","id":"051a325a-8088-4c2e-84b4-cd17390c7534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\",\r\n\r\n    //file type to export : json, xls, csv\r\n    \"type\": \"json\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/export-contacts","urlObject":{"protocol":"https","path":["export-contacts"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"051a325a-8088-4c2e-84b4-cd17390c7534"},{"name":"Get Contacts","id":"de3b274c-113f-4c93-8a8a-a057db7784dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\",\r\n\r\n    //get all contacts with groups or not\r\n    \"withGroups\": false\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/get-contacts","urlObject":{"protocol":"https","path":["get-contacts"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"de3b274c-113f-4c93-8a8a-a057db7784dd"},{"name":"Set Profile Picture WhatsApp","id":"6c9c8962-ef20-4baf-bf38-dc936d09ae6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Image to set to profile picture on WhatsApp</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Downloads/As1wa9.jpeg"],"src":"/C:/Users/ASUS/Downloads/As1wa9.jpeg"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>login to app.deliver.land to get the token</p>\n","type":"text"}]},"url":"https://api.deliver.zone/set-profile-picture","urlObject":{"protocol":"https","path":["set-profile-picture"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c9c8962-ef20-4baf-bf38-dc936d09ae6e"},{"name":"Delete Profile Picture","id":"9317dc06-4e86-4986-b9f5-9ff0726e7b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\", \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/delete-profile-picture","urlObject":{"protocol":"https","path":["delete-profile-picture"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"9317dc06-4e86-4986-b9f5-9ff0726e7b7a"},{"name":"File Manager","id":"340dec4e-0e83-4e5f-96fd-d15aeb8ea563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Files to save, it can be multiple and it has to be less than 21 mb</p>\n","type":"file","src":["/C:/Users/ASUS/Downloads/coffee-break.gif","/C:/Users/ASUS/Downloads/robot.gif"]},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>Login to app.deliver.land to get the token</p>\n","type":"text"}]},"url":"https://api.deliver.zone/upload-file-manager","urlObject":{"protocol":"https","path":["upload-file-manager"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"340dec4e-0e83-4e5f-96fd-d15aeb8ea563"},{"name":"Get File Manager","id":"5f8debf1-c847-4e58-9eab-eb17f3e58d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/get-file-manager","urlObject":{"protocol":"https","path":["get-file-manager"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f8debf1-c847-4e58-9eab-eb17f3e58d7e"},{"name":"Set QR Message","id":"85bccf93-e58c-4834-a995-cb4900f6b64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to put in the center of qr, leave empty if you dont want to put icon or logo in the center of QR</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Pictures/Gusfahmi.jpg"],"src":"/C:/Users/ASUS/Pictures/Gusfahmi.jpg"},{"key":"message","value":"Halo, apakah produknya ready?","description":"<p>Message to append on qr</p>\n","type":"text"},{"key":"color","value":"#4aaee7","description":"<p>Color of qr</p>\n","type":"text"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>login to app.deliver.land to get the token</p>\n","type":"text"}]},"url":"https://api.deliver.zone/set-qr-message","urlObject":{"protocol":"https","path":["set-qr-message"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"85bccf93-e58c-4834-a995-cb4900f6b64e"},{"name":"Get QR","id":"b699fb44-405c-4171-82cc-8792a92409ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/get-qr-message","urlObject":{"protocol":"https","path":["get-qr-message"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"b699fb44-405c-4171-82cc-8792a92409ad"},{"name":"Reject Call","id":"3f08a128-ed50-497f-b7d8-4e20c25a5d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\",\r\n\r\n    //numbers to reject call\r\n    \"numbers\": [\"082166216671\"],\r\n\r\n    //message to send after call rejected, leave blank if you dont want to send a message after call reject\r\n    \"message\": \"Sorry, tidak bisa angkat telp sekarang\",\r\n\r\n    //reject_type : Everyday or Range Time\r\n    \"reject_type\": \"Everyday\",\r\n\r\n    //Range type : date or time\r\n    //if date, the date format is : yyyy-mm-dd, 12:23\r\n    //if time, the time format is : hh:mm\r\n    \"range_type\": \"date\",\r\n\r\n    //from start to reject call\r\n    //if date, the date format is : yyyy-mm-dd, 12:23\r\n    //if time, the time format is : hh:mm\r\n    \"from\": \"2024-03-05, 12:22\",\r\n\r\n    //if date, the date format is : yyyy-mm-dd, 12:23\r\n    //if time, the time format is : hh:mm\r\n    \"to\": \"2024-12-15, 12:22\", \r\n\r\n    //list of actions id that you have uploaded, leave blank array if you dont want to send a message without actions\r\n    \"actions\": []\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/add-reject-call","urlObject":{"protocol":"https","path":["add-reject-call"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f08a128-ed50-497f-b7d8-4e20c25a5d14"},{"name":"Get Reject Call","id":"4e95a1ba-4ce3-45f2-be20-adfaf46e8c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/get-reject-call","urlObject":{"protocol":"https","path":["get-reject-call"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e95a1ba-4ce3-45f2-be20-adfaf46e8c40"},{"name":"Schedule Text Message","id":"f66cf3f9-7966-497c-892e-be2bc3ad7aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\",\r\n\r\n    //number to send, should be an array\r\n    \"numbers\": [\"082166216671\"],\r\n\r\n    //message to send\r\n    \"message\": \"Hi, This is a scheduled message\",\r\n\r\n    //date and time to send, format : yyyy-mm-dd, hh:mm\r\n    \"datetime\": \"2024-12-01, 15:22\",\r\n\r\n    //true / false, for tracking how many clicks are the links on your message clicked\r\n    \"track_url\": false,\r\n\r\n    //id of actions message you have created, leave blank if you want to send a message without actions\r\n    \"actions\": []\r\n\r\n\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/schedule-text-message","urlObject":{"protocol":"https","path":["schedule-text-message"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"f66cf3f9-7966-497c-892e-be2bc3ad7aad"},{"name":"Schedule Media Message","id":"c9332a76-8bdc-4b20-8519-ef39168661a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to send, it can be multiple files, leave empty if you dont want to send files</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Pictures/Gusfahmi.jpg"],"src":"/C:/Users/ASUS/Pictures/Gusfahmi.jpg"},{"key":"numbers","value":"[\"082166216671\"]","description":"<p>numbers to send, should be an array, leave blank empty array if you want to send to all contacts</p>\n","type":"text"},{"key":"message","value":"Hi, this is a scheduled media message","description":"<p>message to send</p>\n","type":"text"},{"key":"datetime","value":"2024-12-01, 15:22","description":"<p>date and time to send, format : yyyy-mm-dd, hh:mm</p>\n","type":"text"},{"key":"track_url","value":"false","description":"<p>true / false, for tracking how many clicks are the links on your message clicked</p>\n","type":"text"},{"key":"actions","value":"[]","description":"<p>id of actions message you have created, leave blank if you want to send a message without actions</p>\n","type":"text"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>login to app.deliver.land to get the token</p>\n","type":"text"}]},"url":"https://api.deliver.zone/schedule-media-message","urlObject":{"protocol":"https","path":["schedule-media-message"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9332a76-8bdc-4b20-8519-ef39168661a7"},{"name":"Bomb Message","id":"e66befc7-6ae4-44d0-9e33-5e5793723e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to send, leave empty if you dont want to send a file</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Pictures/Gusfahmi.jpg"],"src":"/C:/Users/ASUS/Pictures/Gusfahmi.jpg"},{"key":"numbers","value":"[\"082166216671\"]","description":"<p>numbers to send, should be an array</p>\n","type":"text"},{"key":"message","value":"Hi, this is a bomb","description":"<p>message to send</p>\n","type":"text"},{"key":"type","value":"direct","description":"<p>direct / schedule\ndirect : send message directly to selected contacts\nschedule : send message in selected time</p>\n","type":"text"},{"key":"datetime","value":"","description":"<p>leave empty if you choose direct\nif you choose schedule, date time format is : yyyy-mm-dd, hh:mm</p>\n","type":"text"},{"key":"repeat","value":"4","description":"<p>How many times you want to repeat the message. limit is 100</p>\n","type":"text"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U","description":"<p>login to app.deliver.land to get the token</p>\n","type":"text"}]},"url":"https://api.deliver.zone/bom-message","urlObject":{"protocol":"https","path":["bom-message"],"host":["api","deliver","zone"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"e66befc7-6ae4-44d0-9e33-5e5793723e19"},{"name":"Get Actions Message","id":"613a2359-1758-46e6-8902-aabdcd132467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //Login to app.deliver.land to get your token\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2MDNmYjhiNmFmMzA2YThmYjgxOTIiLCJudW1iZXIiOiI2Mjg1MzU5NzUwMDU0IiwidXNlcm5hbWUiOiJndXNmYWhtaSIsInNlc3Npb25faWQiOiJEUW5DTHQ3cyIsImlhdCI6MTcxOTU4MjMwMiwiZXhwIjoxNzE5NjY4NzAyfQ.FH4DVL2JwAjzuwsNQB1iao7fnOiVDFddAb-OWqvRl6U\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deliver.zone/get-action-messages","urlObject":{"protocol":"https","path":["get-action-messages"],"host":["api","deliver","zone"],"query":[],"variable":[]}},"response":[],"_postman_id":"613a2359-1758-46e6-8902-aabdcd132467"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1"},{"key":"base_url","value":"https://postman-rest-api-learner.glitch.me/"}]}