{"info":{"_postman_id":"019fa04b-5f28-4f51-ac0c-a877dffba5d1","name":"Slybroadcast API","description":"<html><head></head><body><p>The team at MobileSphere has developed and deployed an API solution for its slybroadcast audio delivery voicemail platform to facilitate the integration of its solution for third party providers. The API offers a simple and secure method to submit transaction data to MobileSphere’s voice mail delivery platform. All transactions will require specific information that indicates to the gateway that the transaction is authentic and that it has been submitted for processing with the client’s knowledge. The API can handle all the necessary steps in the secure transaction process — data collection, data submission and audio file delivery to voicemail — while keeping the process virtually transparent to its end user. The API’s primary function is to collect the audio file, the destination landline or mobile number(s) and the caller ID of the originating number.</p>\n<p>All requests must be submitted as a form using the POST method.</p>\n<p>Post to the URL below, unless otherwise specified:<br><a href=\"https://www.mobile-sphere.com/gateway/vmb.php\">https://www.mobile-sphere.com/gateway/vmb.php</a></p>\n<p>Hosting providers must have a server scripting or CGI capability such as ASP, PHP, Perl, or JSP. To receive a status of each call, MobileSphere uses webhook. Clients should provide a URL to which each call status data can be posted automatically. This is optional.</p>\n<p>Example: c_dispo_url=<a href=\"https://www.yoursite.com/results\">https://www.yoursite.com/results</a></p>\n<p>*Users must acknowledge receipt of each call status by returning 'OK'.</p>\n<p>IMPORTANT 1: All values containing URL information must be encoded.</p>\n<p>IMPORTANT 2: Audio file names are case sensitive. \"Meeting1\" and \"meeting1\" would be two different files.</p>\n<p>IMPORTANT 3: All campaigns are sent out in Eastern Time and use the 24-hour clock. (YYYY-MM-DD HH:MM:SS)<br>Example: December 31, 2025 at 5:00pm = \"2025-12-31 17:00:00\"</p>\n<p>IMPORTANT 4: TLSv1.1 or TLSv1.2 must be used. We do not accept TLSv1.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4602054","collectionId":"019fa04b-5f28-4f51-ac0c-a877dffba5d1","publishedId":"TWDZJbgj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-23T20:26:07.000Z"},"item":[{"name":"Sending a Campaign","item":[{"name":"Sending A Slybroadcast Campaign","id":"b8e7b1f1-6eb6-4403-9461-53b3b7fd4437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_callerID","value":"6173999981","description":"<p>Caller ID of campaign. This will appear within the recipient's voicemail-box.</p>\n","type":"text"},{"key":"c_phone","value":"6173999980","description":"<p>Destination phone numbers. Max: 100,000 submissions.</p>\n","type":"text"},{"key":"c_record_audio","value":"My First Test\n","description":"<p>Audio file name as seen within your account. Case Sensitive.</p>\n","type":"text"},{"key":"c_date","value":"now","description":"<p>Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS</p>\n","type":"text"},{"key":"c_method","value":"new_campaign","description":"<p>Required when submitting a new campaign.</p>\n","type":"text"},{"key":"mobile_only","value":"1","description":"<p>Optional. Campaign sent to mobile numbers only.</p>\n","type":"text"},{"key":"c_dispo_url","value":"www.myownlink.com","description":"<p>Optional. Your own URL if you wish to have your call status data posted back automatically. </p>\n","type":"text"},{"key":"c_title","value":"My First Campaign","description":"<p>Optional. Name of campaign,</p>\n","type":"text"}]},"url":"{{url}}","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"74b4325c-7a00-4a4a-8b7f-982b3ecf8dd8","name":"Sending A Slybroadcast Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"c_phone","value":"44207758999","description":"Destination phone numbers. Max: 100,000 submissions.","type":"text"},{"key":"c_record_audio","value":"My First Test\n","description":"Audio file name as seen within your account. Case Sensitive.","type":"text"},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text"},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text"},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"new_campaign\": \"OK\",\n    \"session_id\": \"8146944394\",\n    \"number_of_phone\": 1\n}\n\nIf c_dispo_url is used, information will be returned in the format below:\n \"Session ID\" | \"Call To\" | \"Status\" | \"Reason for Failure\" | \"Delivery Time\" | \"Carrier\" \n\t9145797854 | 6173999981 | OK | | 2017-12-31 17:00:00 | verizon wireless\n\t9145797854 | 6173999982 | OK | | 2017-12-31 17:00:04 | verizon wireless\n\t9145797854 | 6173999983 | Failure | Do Not Dial List Removed | | |\n\t9145797854 | 6173999984 | Failure | Unable to Detect VM | 2017-12-31 17:00:32 | paetec\n\t9145797854 | 6173999985 | Failure | VM may be full or not setup | 2017-12-31 17:00:34 | TMobile"}],"_postman_id":"b8e7b1f1-6eb6-4403-9461-53b3b7fd4437"},{"name":"Sending A Slybroadcast Campaign with List ID","id":"8411caef-b9fd-4756-8d53-213dd04e2b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_callerID","value":"6173999980","description":"<p>Caller ID of campaign. This will appear within the recipient's voicemail-box.</p>\n","type":"text"},{"key":"c_listid","value":"65106","description":"<p>Phone list ID attached to uploaded list. Use \"get_phone_list\" to obtain list ID</p>\n","type":"text"},{"key":"c_record_audio","value":"My First Test\n","description":"<p>Audio file name as seen within your account. Case Sensitive.</p>\n","type":"text"},{"key":"c_date","value":"now","description":"<p>Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS</p>\n","type":"text"},{"key":"c_method","value":"new_campaign","description":"<p>Required when submitting a new campaign.</p>\n","type":"text"},{"key":"mobile_only","value":"1","description":"<p>Campaign sent to mobile numbers only. Optional.</p>\n","type":"text"}]},"url":"{{url}}","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f45b63d-7c32-422c-b027-09642ac23c7f","name":"Sending A Slybroadcast Campaign with ListID","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"c_listid","value":"65106","description":"Phone list ID attached to uploaded list. Use \"get_phone_list\" to obtain list ID","type":"text"},{"key":"c_record_audio","value":"My First Test\n","description":"Audio file name as seen within your account. Case Sensitive.","type":"text"},{"key":"c_date","value":"2019-10-30 10:00:00","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text"},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text"},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:00:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"ERROR\": \"No phone numbers found in list: 65106\"\n}"},{"id":"78f244f2-d6e0-4b68-8808-d6290ee87ef6","name":"Sending A Slybroadcast Campaign with ListID","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"c_listID","value":"65106","description":"Phone list ID attached to uploaded list. Use \"get_phone_list\" to obtain list ID","type":"text"},{"key":"c_record_audio","value":"My First Test\n","description":"Audio file name as seen within your account. Case Sensitive.","type":"text"},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text"},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text"},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ERROR\": \"No phone numbers found in list: 65106\"\n}\n\nOR\n{\n    \"new_campaign\": \"OK\",\n    \"session_id\": \"8246944374\",\n    \"number_of_phone\": 51\n}"}],"_postman_id":"8411caef-b9fd-4756-8d53-213dd04e2b46"},{"name":"Sending A Slybroadcast Campaign with Audio URL","id":"71b02c6d-0abf-44fc-99d2-813cc518f926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Caller ID of campaign. This will appear within the recipient's voicemail-box.</p>\n","key":"c_callerID","type":"text","value":"6173999980"},{"description":"<p>Phone list ID attached to uploaded list. Use \"get_phone_list\" to obtain list ID</p>\n","key":"c_listid","type":"text","value":"65106"},{"description":"<p>URL for audio file if recorded elsewhere. Must include c_audio type.</p>\n","key":"c_url","type":"text","value":"http://www.yoursite.com/wav\n"},{"description":"<p>Audio file type (WAV, Mp3 or M4a)</p>\n","key":"c_audio","type":"text","value":"wav"},{"description":"<p>Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS</p>\n","key":"c_date","type":"text","value":"now"},{"description":"<p>Required when submitting a new campaign.</p>\n","key":"c_method","type":"text","value":"new_campaign"},{"description":"<p>Campaign sent to mobile numbers only. Optional.</p>\n","key":"mobile_only","type":"text","value":"1"}]},"url":"{{url}}","description":"<p>Use c_url if hosting an audio message on your own site. When using c_url you must include c_audio with the file's type. WAV, Mp3 or M4A files only.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"69759fe7-4445-4d36-8db6-abcb9f535ebb","name":"Sending A Slybroadcast Campaign with Audio URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Your email address","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"Your password","key":"c_password","type":"text","value":"ilovesly!"},{"description":"Caller ID of campaign. This will appear within the recipient's voicemail-box.","key":"c_callerID","type":"text","value":"6173999980"},{"description":"Phone list ID attached to uploaded list. Use \"get_phone_list\" to obtain list ID","key":"c_listid","type":"text","value":"65106"},{"description":"URL for audio file if recorded elsewhere. Must include c_audio type.","key":"c_url","type":"text","value":"http://www.yoursite.com/wav\n"},{"description":"Audio file type (WAV, Mp3 or M4a)","key":"c_audio","type":"text","value":"wav"},{"description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","key":"c_date","type":"text","value":"now"},{"description":"Required when submitting a new campaign.","key":"c_method","type":"text","value":"new_campaign"},{"description":"Campaign sent to mobile numbers only. Optional.","key":"mobile_only","type":"text","value":"1"}]},"url":"https://www.slybroadcast.com/gateway/vmb.php"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ERROR\": \"Bad Audio, can't download\"\n}\n\nOR\n\n{\n    \"new_campaign\": \"OK\",\n    \"session_id\": \"8145444394\",\n    \"number_of_phone\": 55\n}"}],"_postman_id":"71b02c6d-0abf-44fc-99d2-813cc518f926"}],"id":"685d5879-ad09-44b9-9da7-257940022df8","_postman_id":"685d5879-ad09-44b9-9da7-257940022df8","description":""},{"name":"Campaign Options","item":[{"name":"Retreive Campaign Results","id":"48f83507-bc42-4f32-b6c1-ea42731c660a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Session ID created automatically by system when creating a campaign</p>\n","key":"session_id","type":"text","value":"91965830988"},{"description":"<p>Use to request call results of a specific campaign</p>\n","key":"c_option","type":"text","value":"campaign_result"}]},"url":"{{url}}","description":"<p>Include the required parameters to view the results of a past campaign.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2cad6907-925f-4f9c-868d-d7a6e5383b90","name":"Campaign Results ","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"campaign_result","description":"Use to request call results of a specific campaign","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=dgdbs62p29necncld8aposqkd6; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"  \"Session ID\" | \"Call To\" | \"Status\" | \"Reason for Failure\" | \"Delivery Time\" | \"Carrier\" \r\n\t9145797854 | 6173999981 | OK | | 2017-12-31 17:00:00 | verizon wireless\r\n\t9145797854 | 6173999982 | OK | | 2017-12-31 17:00:04 | verizon wireless\r\n\t9145797854 | 6173999983 | Failure | Do Not Dial List Removed | | |\r\n\t9145797854 | 6173999984 | Failure | Unable to Detect VM | 2017-12-31 17:00:32 | paetec"}],"_postman_id":"48f83507-bc42-4f32-b6c1-ea42731c660a"},{"name":"Pause a Campaign","id":"2c858942-5734-4bf3-a5fa-6e2a02a674ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"session_id","value":"91965830988","description":"<p>Session ID created automatically by system when creating a campaign</p>\n","type":"text"},{"key":"c_option","value":"pause","description":"<p>Pause a running campaign</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>Include the required parameters to pause a running campaign. </p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5378652a-bbe3-4da8-956f-30748dd8bf89","name":"Pause a Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"pause","description":"Pause a running campaign.","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=dgdbs62p29necncld8aposqkd6; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"OK\": \"Campaign was paused.\"\n}\n\nOR\n{\n    \"ERROR\": \"Campaign not found.\"\n}\n"}],"_postman_id":"2c858942-5734-4bf3-a5fa-6e2a02a674ee"},{"name":"Resume a Campaign","id":"4d749b27-9a73-4c5b-ac78-70fe54e3cbcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"session_id","value":"91965830978","description":"<p>Session ID created automatically by system when creating a campaign</p>\n","type":"text"},{"key":"c_option","value":"run","description":"<p>Resume a paused campaign</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>Include the required parameters to resume a paused campaign. </p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"51e13b03-1a8b-4f79-b7ef-c14a7e535bc1","name":"Resume a Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"run","description":"Resume a paused campaign.","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:33:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"ERROR\": \"Campaign not found.\"\n}\n\nOR\n{\n    \"OK\": \"Campaign was resumed.\"\n}"}],"_postman_id":"4d749b27-9a73-4c5b-ac78-70fe54e3cbcf"},{"name":"Cancel a Scheduled Campaign","id":"4e52cc9f-8855-433a-bc27-7011b3cc4166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"session_id","value":"91965830978","description":"<p>Session ID created automatically by system when creating a campaign.</p>\n","type":"text"},{"key":"c_option","value":"cancel","description":"<p>Cancel a scheduled campaign. Do not use to stop a running campaign.</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>Include the required parameters to cancel a scheduled campaign. </p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c64fdd8d-5549-40c5-9743-d3cda5a32471","name":"Cancel a Scheduled Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830978","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"cancel","description":"Cancel a scheduled campaign. Do not use to stop a running campaign.","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:38:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"ERROR\": \"Campaign not found.\"\n}\n\nOR\n\n{\n    \"OK\": \"Campaign was cancelled.\"\n}"}],"_postman_id":"4e52cc9f-8855-433a-bc27-7011b3cc4166"},{"name":"Stop a Running Campaign","id":"8c1a81a4-b1eb-4812-8587-c13c11357ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"session_id","value":"1252675622","description":"<p>Session ID created automatically by system when creating a campaign.</p>\n","type":"text"},{"key":"c_option","value":"stop","description":"<p>Used to stop a campaign that is currently running.</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>Include the required parameters to stop a running campaign. Campaigns that are stopped cannot be resumed.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3ec9abf-cfb5-4109-ab57-c8f277885522","name":"Stop a Running Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91814305896","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"stop","description":"Used to stop a campaign that is currently running.","type":"text"},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:42:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"OK\": \"Campaign was stopped.\"\n}\n\nOR\n{\n    \"ERROR\": \"Campaign not found.\"\n}"}],"_postman_id":"8c1a81a4-b1eb-4812-8587-c13c11357ee2"}],"id":"d58a760b-3843-42fa-90ea-5d179b5790d0","event":[{"listen":"prerequest","script":{"id":"b9f70b80-074a-4c65-9728-5b80cab99b3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"332f2f33-c1bd-4c70-95eb-6c05be7fd2b0","type":"text/javascript","exec":[""]}}],"_postman_id":"d58a760b-3843-42fa-90ea-5d179b5790d0","description":""},{"name":"Other","item":[{"name":"Campaign ID Requests","id":"2356b483-e389-4d87-8334-5d81f58256f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Used to request call status of one phone number</p>\n","key":"c_option","type":"text","value":"get_campaign_id"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php","description":"<p>Include the required parameters to view the campaign IDs from the past two weeks.</p>\n","urlObject":{"protocol":"https","path":["gateway","vmb.php"],"host":["www","mobile-sphere","com"],"query":[],"variable":[]}},"response":[{"id":"f763f1a8-62c4-4994-b2d6-43bcb37ceee7","name":"Campaign ID Requests","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Your email address","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"Your password","key":"c_password","type":"text","value":"ilovesly!"},{"description":"Used to request call status of one phone number","key":"c_option","type":"text","value":"get_campaign_id"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 05 Jun 2024 19:01:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"var=1792156191,2024-05-24 13:33:54"}],"_postman_id":"2356b483-e389-4d87-8334-5d81f58256f5"},{"name":"Call Status of Phone Number Copy","id":"3b7bc69d-6b43-4ae7-9e2a-850b2405ef18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Session ID created automatically by system when creating a campaign</p>\n","key":"session_id","type":"text","value":"91965830988"},{"description":"<p>Used to request call status of one phone number</p>\n","key":"c_option","type":"text","value":"callstatus"},{"description":"<p>Phone number</p>\n","key":"c_phone","type":"text","value":"6173999980"}]},"url":"{{url}}","description":"<p>Include the required parameters to view the results of a past campaign.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fde5af49-faa6-40e0-ad61-d0a6237e2add","name":"Status of Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text"},{"key":"c_option","value":"pause","description":"Pause a running campaign.","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=dgdbs62p29necncld8aposqkd6; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"\"Session ID\" | \"Call To\" | \"Status\" | \"Reason for Failure\" | \"Delivery Time\" | \"Carrier\" \r\n\t91965830988 | 6173999980 | OK | | 2017-12-31 17:00:00 | verizon wireless"}],"_postman_id":"3b7bc69d-6b43-4ae7-9e2a-850b2405ef18"},{"name":"Request Remaining Delivery Credit Balance","id":"7f090286-4e20-4361-bc02-1284ca8566ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"remain_message","value":"1","description":"<p>Required to receive remaining delivery credit balance</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>To request the number of remaining messages in your account, the following parameters are required.  Pending messages are messages scheduled to be delivered and are in your que. </p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8c0f56d3-8b87-42fa-8df4-291b668be3dc","name":"Request Remaining Delivery Credit Balance","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text","disabled":true},{"key":"remain_message","value":"1","description":"Used to request current delivery credit balance","type":"text"},{"key":"c_audio","value":"wav","description":"Audio file type (WAV, Mp3 or M4a)","type":"text","disabled":true},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 17:36:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"remaining_messages\": 500097,\n    \"pending_messages\": 14039\n}"}],"_postman_id":"7f090286-4e20-4361-bc02-1284ca8566ff"},{"name":"Delete an Audio File","id":"20cac97e-e529-4826-8e60-32b9688924e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_method","value":"delete_audio","description":"<p>Use to remove an audio file</p>\n","type":"text"},{"key":"c_sys_audio_name","value":"","description":"<p>System file name</p>\n","type":"text"}]},"url":"{{url}}","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"64724bf0-1455-44cd-9df1-098bafbf6729","name":"Delete an Audio File","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"c_method","value":"delete_audio","description":"Used to remove an audio file.","type":"text"},{"key":"c_sys_audio_name","value":"b9055b112411.wav","description":"System file name.","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 20:36:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"OK\": \"Audio file deleted.\"\n}\n\nOR\n{\n    \"ERROR\": \"Audio file not found.\"\n}"}],"_postman_id":"20cac97e-e529-4826-8e60-32b9688924e6"},{"name":"Retrieve a List of all Audio Files","id":"8e4e96b9-6111-4093-a5fa-79b3913fcfeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_method","value":"get_audio_list","description":"<p>Used to retrieve a list of all audio file.</p>\n","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.aflist.php","description":"<p>We will return back the audio file's system file name.</p>\n","urlObject":{"protocol":"https","path":["gateway","vmb.aflist.php"],"host":["www","mobile-sphere","com"],"query":[],"variable":[]}},"response":[{"id":"f236a521-bd68-49d3-87a0-76447668c8d1","name":"Retrieve a List of all Audio Files","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"c_method","value":"get_audio_list","description":"Used to retrieve a list of all audio file.","type":"text"},{"key":"c_sys_audio_name","value":"","description":"System file name.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 20:35:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"c_sys_audio_name\": \"b9055b179709.wav\",\n        \"Audio file Title\": \"Current Try It Out Message\",\n        \"Create Date\": \"2017-09-28 13:11:10\"\n    },\n    {\n        \"c_sys_audio_name\": \"b9055b114059.wav\",\n        \"Audio file Title\": \"Cut Off Recording\",\n        \"Create Date\": \"2019-02-11 12:53:54\"\n    },\n    {\n        \"c_sys_audio_name\": \"r9055b18082109461412345.wav\",\n        \"Audio file Title\": \"FSBO - South End\",\n        \"Create Date\": \"2018-08-21 09:46:34\"\n    },\n    {\n        \"c_sys_audio_name\": \"b9055b112411.wav\",\n        \"Audio file Title\": \"Gregs Recording 2\",\n        \"Create Date\": \"2019-01-30 13:59:47\"\n    },\n    {\n        \"c_sys_audio_name\": \"b9055b185998.wav\",\n        \"Audio file Title\": \"Holiday Special Event\",\n        \"Create Date\": \"2017-08-01 16:42:54\"\n    },\n    {\n        \"c_sys_audio_name\": \"b9055b369209.wav\",\n        \"Audio file Title\": \"My First Test\",\n        \"Create Date\": \"2019-02-13 15:59:19\"\n    },\n    {\n        \"c_sys_audio_name\": \"b9055b125139.wav\",\n        \"Audio file Title\": \"Old Test Message\",\n        \"Create Date\": \"2018-04-18 15:08:03\"\n    }\n]"}],"_postman_id":"8e4e96b9-6111-4093-a5fa-79b3913fcfeb"},{"name":"Retrieve Campaigns","id":"4ae9f107-c3fd-4538-9524-341ae204a583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Used to retrieve a list of campaigns sent on a specific date</p>\n","key":"c_option","type":"text","value":"campaign_by_date"},{"key":"date","value":"2021-01-25","description":"<p>Date</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>We will return back session IDs of campaigns sent on the date specified.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a7dced6-4e94-4b51-b7ba-9f11f244397c","name":"Retrieve Campaigns","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Your email address","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"Your password","key":"c_password","type":"text","value":"ilovesly!"},{"description":"Used to retrieve a list of campaigns sent on a specific date","key":"c_option","type":"text","value":"campaign_by_date"},{"key":"date","value":"2021-02-01","description":"Date","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Feb 2021 20:38:06 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"No records."},{"id":"f411b833-3c3e-48d3-8989-415a6f9d667f","name":"Retrieve Campaigns","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Your email address","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"Your password","key":"c_password","type":"text","value":"ilovesly!"},{"description":"Used to retrieve a list of campaigns sent on a specific date","key":"c_option","type":"text","value":"campaign_by_date"},{"key":"date","value":"2021-01-25","description":"Date","type":"text"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Feb 2021 20:39:55 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"1757020310\n7978766821\n"}],"_postman_id":"4ae9f107-c3fd-4538-9524-341ae204a583"},{"name":"Retrieve Campaign Title","id":"3820dbf6-eb46-4ef9-8c6d-d6d0663dd466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address</p>\n","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"<p>Your password</p>\n","key":"c_password","type":"text","value":"ilovesly!"},{"description":"<p>Used to retrieve campaign title</p>\n","key":"c_option","type":"text","value":"get_title"},{"description":"<p>Date</p>\n","key":"session_id","type":"text","value":"1153206834"}]},"url":"{{url}}","description":"<p>We will return campaign title.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d7a1fb2e-911b-4824-8253-eb76c1aa3996","name":"Retrieve Campaign Title","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"Your email address","key":"c_uid","type":"text","value":"myemail@domain.com"},{"description":"Your password","key":"c_password","type":"text","value":"ilovesly!"},{"description":"Used to retrieve campaign title","key":"c_option","type":"text","value":"get_title"},{"description":"Date","key":"session_id","type":"text","value":"1153206834"}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 18 Mar 2021 18:51:55 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=ei8ofibuhlo2jtlureobgt6a51; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"c_title= My first campaign"}],"_postman_id":"3820dbf6-eb46-4ef9-8c6d-d6d0663dd466"}],"id":"f11311a4-d392-4337-8ceb-01e754fa89cd","_postman_id":"f11311a4-d392-4337-8ceb-01e754fa89cd","description":""},{"name":"Phone Lists","item":[{"name":"Upload Phone Numbers to Do Not Dial List","id":"3697c27d-f837-46b7-b565-773ac32b0657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_option","value":"do_not_dial","description":"<p>Use to add numbers to your account's Do Not Dial List</p>\n","type":"text"},{"key":"c_phone","value":"6173990000","description":"<p>Destination phone numbers. Comma separated. Max: 10,000 submissions</p>\n","type":"text"}]},"url":"{{url}}","description":"<p>To add phone numbers to your Do Not Dial list, include the parameters in the example.  Phone numbers entered on your account's Do Not Dial list will not receive a voice message sent from your slybroadcast account.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"63c35f00-fdf4-4395-8141-f6dcb99337c6","name":"Upload Phone Numbers to Do Not Dial List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text","disabled":true},{"key":"c_option","value":"do_not_dial","description":"Used to add numbers to your account's Do Not Dial List.","type":"text"},{"key":"c_phone","value":"6173990000","description":"Destination phone numbers. Max: 10,000 submissions.","type":"text"},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 19:46:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"OK\": \"1 phone number(s) saved.\"\n}\n\nOR\n\n{\n    \"ERROR\": \"No valid phone numbers.\"\n}"}],"_postman_id":"3697c27d-f837-46b7-b565-773ac32b0657"},{"name":"Remove Phone Numbers from Do Not Dial List","id":"0d5c183f-f910-4c61-807f-e9d78a290473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"<p>Your email address</p>\n","type":"text"},{"key":"c_password","value":"ilovesly!","description":"<p>Your password</p>\n","type":"text"},{"key":"c_option","value":"remove_do_not_dial","description":"<p>Use to remove numbers to your account's Do Not Dial List</p>\n","type":"text"},{"key":"c_phone","value":"2059103358","description":"<p>Destination phone numbers. Comma separated. Max: 10,000 submissions.</p>\n","type":"text"}]},"url":"{{url}}","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65849005-9639-4e5b-ad0b-34fdadb08b1d","name":"Remove Phone Numbers to Do Not Dial List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"c_uid","value":"myemail@domain.com","description":"Your email address","type":"text"},{"key":"c_password","value":"ilovesly!","description":"Your password","type":"text"},{"key":"session_id","value":"91965830988","description":"Session ID created automatically by system when creating a campaign.","type":"text","disabled":true},{"key":"c_option","value":"remove_do_not_dial","description":"Used to remove numbers to your account's Do Not Dial List.","type":"text"},{"key":"c_phone","value":"617399000","description":"Destination phone numbers. Max: 10,000 submissions.","type":"text"},{"key":"c_date","value":"now","description":"Date/Time of delivery.\n*All campaigns are sent out in Eastern Time.\n**Required Format: YYYY-MM-DD HH:MM:SS\n","type":"text","disabled":true},{"key":"c_method","value":"new_campaign","description":"Required when submitting a new campaign.","type":"text","disabled":true},{"key":"mobile_only","value":"1","description":"Campaign sent to mobile numbers only. Optional.","type":"text","disabled":true}]},"url":"https://www.mobile-sphere.com/gateway/vmb.php"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 28 Mar 2019 19:57:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"OK\": \"1 phone number(s) removed.\"\n}\n\n{\n    \"ERROR\": \"No phone numbers removed.\"\n}"}],"_postman_id":"0d5c183f-f910-4c61-807f-e9d78a290473"}],"id":"71cc9482-7a0f-43e5-b68a-4e6ccfcfeee9","_postman_id":"71cc9482-7a0f-43e5-b68a-4e6ccfcfeee9","description":""}],"event":[{"listen":"prerequest","script":{"id":"ff16920d-07e2-4344-9313-493857e6bf81","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"daf5591a-1954-4749-b61f-eb969b149c64","type":"text/javascript","exec":[""]}}]}