{"info":{"_postman_id":"beab16b0-7cc4-4892-8570-b07dc0f705f5","name":"RedeApp API","description":"<html><head></head><body><p>The RedeApp API is built using REST principles. It uses standard HTTP methods and response codes. Request/response bodies are typically in JSON format.</p>\n<p>Authentication is provided using an Authorization header with a bearer token. Refer to the authentication section for more details.</p>\n<p>Many of the GET requests will respond with a paginated list. The query string parameters are \"page\" for the page number, and \"page_size\". For example, <code>GET /api/groups/v1/groups?network_id=89f51460-bb3f-11e7-9b75-0242ac110003&amp;page=2&amp;page_size=20</code>.</p>\n<p>For help getting started with the API, visit our <a href=\"https://redeappsupport.zendesk.com/hc/en-us/articles/4408262610587-Public-API-Readme\">Getting Started Guide.</a></p>\n<p>Please send any questions or concerns to <a href=\"https://mailto:support@redeapp.com\">support@redeapp.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"928355","collectionId":"beab16b0-7cc4-4892-8570-b07dc0f705f5","publishedId":"TzsZq7wa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"DB1F33"},"publishDate":"2025-02-19T18:52:17.000Z"},"item":[{"name":"Accounts","item":[{"name":"Create new account","id":"3e712dda-4a10-4291-94bd-f07bb9ee324f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user","value":"{\"email\": \"\", \"username\": \"\", \"password\": \"\"}","type":"text"},{"key":"account","value":"{\"first_name\": \"\", \"last_name\": \"\"}","type":"text"}]},"url":"https://secure.redeapp.com/api/accounts/v1/accounts/create_new","description":"<p>All fields are required.\nEmail address must be unique, and must be a valid email address. \nUsername must be between 1-16 characters, must contain at least 1 letter, must begin with a letter or number, and can only contain letters, numbers, underscores, or periods. \nPassword must be at least 8 characters and cannot contain a colon.</p>\n","urlObject":{"protocol":"https","path":["api","accounts","v1","accounts","create_new"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"b3a0777e-04ef-445c-ac96-c5b642e44ef1","name":"Create new account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"user","value":"{\"email\":\"bobross+2@redeapp.com\",\"username\":\"bobross2\",\"password\":\"<secret>\"}","type":"text"},{"key":"account","value":"{\"first_name\":\"Bob\",\"last_name\":\"Ross\"}","type":"text"}]},"url":"https://secure.redeapp.com/api/accounts/v1/accounts/create_new"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 15:00:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1185"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aa7c191e-f07d-11eb-a66c-0242ac11000c\",\n    \"created_at\": \"2021-07-29T15:00:08.677014Z\",\n    \"updated_at\": \"2021-07-29T15:00:08.678491Z\",\n    \"user_id\": \"aa7a7f46-f07d-11eb-a66c-0242ac11000c\",\n    \"settings\": {\n        \"id\": \"aa7cbaa4-f07d-11eb-a66c-0242ac11000c\",\n        \"account_id\": \"aa7c191e-f07d-11eb-a66c-0242ac11000c\",\n        \"notification_sound\": \"memo.mp3\",\n        \"send_daily_email\": false,\n        \"push_repeat_interval\": 0,\n        \"do_not_disturb_until\": null,\n        \"default_network_id\": null\n    },\n    \"first_name\": \"Bob\",\n    \"last_name\": \"Ross\",\n    \"name\": \"Bob Ross\",\n    \"initials\": \"BR\",\n    \"avatar_object_key\": \"00000000-0000-0000-0000-000000000000.png\",\n    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/00000000-0000-0000-0000-000000000000.png\",\n    \"background_object_key\": \"00000000-0000-0000-0000-000000000004.png\",\n    \"background_url\": \"https://s3.amazonaws.com/media.redeapp.com/00000000-0000-0000-0000-000000000004.png\",\n    \"locale\": null,\n    \"timezone_offset\": \"0.00\",\n    \"daylight_savings\": false,\n    \"phone_number\": null,\n    \"user\": {\n        \"id\": \"aa7a7f46-f07d-11eb-a66c-0242ac11000c\",\n        \"username\": \"bobross2\",\n        \"is_staff\": false,\n        \"last_login\": \"2021-07-29T15:00:08Z\",\n        \"locked_out\": false,\n        \"email\": \"bobross+2@redeapp.com\"\n    },\n    \"profile\": null,\n    \"job_title\": null,\n    \"location\": null,\n    \"bio\": null,\n    \"web_uri_1\": null,\n    \"web_uri_2\": null\n}"}],"_postman_id":"3e712dda-4a10-4291-94bd-f07bb9ee324f"},{"name":"List accounts","id":"ca341529-ca9e-4e21-b1bc-a85cf82e47f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://secure.redeapp.com/api/accounts/v1/accounts","description":"<p>Responds with a list containing the account of the requesting user only.</p>\n","urlObject":{"protocol":"https","path":["api","accounts","v1","accounts"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca341529-ca9e-4e21-b1bc-a85cf82e47f4"},{"name":"Update account","id":"814830af-4426-4d68-9414-f93fe6253901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"job_title\": \"\",\n    \"location\": \"\",\n    \"locale\": \"\",\n    \"timezone_offset\": 0,\n    \"daylight_savings\": false,\n    \"phone_number\": \"\",\n    \"web_uri_1\": \"\",\n    \"web_uri_2\": \"\",\n    \"bio\": \"\"\n}\n"},"url":"https://secure.redeapp.com/api/accounts/v1/accounts/{id}","urlObject":{"protocol":"https","path":["api","accounts","v1","accounts","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"814830af-4426-4d68-9414-f93fe6253901"},{"name":"Update account settings","id":"a4bef041-ad5a-499a-a60b-019a873df393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"notification_sound\": \"memo.mp3\",\n    \"send_daily_email\": false,\n    \"do_not_disturb_until\": \"\"\n}\n"},"url":"https://secure.redeapp.com/api/accounts/v1/accountsettings/{id}","urlObject":{"protocol":"https","path":["api","accounts","v1","accountsettings","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4bef041-ad5a-499a-a60b-019a873df393"},{"name":"List devices","id":"1e8caffa-59eb-44be-bcf0-affa543f14fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/accounts/v1/devices","urlObject":{"protocol":"https","path":["api","accounts","v1","devices"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8caffa-59eb-44be-bcf0-affa543f14fa"},{"name":"Upsert device","id":"8a60fbc9-da5d-433a-8b79-2171fe3b401b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"unique_identifier\": \"\",\n    \"device_token\": null,\n    \"os_version\": \"\",\n    \"os_type\": \"\",\n    \"app_version\": null,\n    \"device_type\": \"\",\n    \"carrier\": null,\n    \"signed_in\": true,\n    \"push_enabled\": false,\n    \"push_platform\": null\n}"},"url":"https://secure.redeapp.com/api/accounts/v1/devices/upsert","description":"<p>Devices are unique by push token. As it is unknown whether your current device is already within our system, the same endpoint is used to either insert or update a device.</p>\n","urlObject":{"protocol":"https","path":["api","accounts","v1","devices","upsert"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a60fbc9-da5d-433a-8b79-2171fe3b401b"}],"id":"c45efbd6-16a5-4d26-82cb-0a783671d179","_postman_id":"c45efbd6-16a5-4d26-82cb-0a783671d179","description":""},{"name":"Analytics","item":[{"name":"Champs export","id":"e1a178c0-1c8c-4000-a4fc-30fb6737963a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/analytics/v1/subscribermessagingstats/export?network_id=","urlObject":{"protocol":"https","path":["api","analytics","v1","subscribermessagingstats","export"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"e1a178c0-1c8c-4000-a4fc-30fb6737963a"},{"name":"Group Analytics export","id":"223087b2-15e5-44f7-9e45-7bbbb2028323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/analytics/v1/groupanalytics/export?network_id=&is_reply_all=false&start_at=2021-04-01&end_at=2021-04-30","urlObject":{"protocol":"https","path":["api","analytics","v1","groupanalytics","export"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""},{"key":"is_reply_all","value":"false"},{"key":"start_at","value":"2021-04-01"},{"key":"end_at","value":"2021-04-30"}],"variable":[]}},"response":[],"_postman_id":"223087b2-15e5-44f7-9e45-7bbbb2028323"}],"id":"65c67b76-687d-4fd4-a3f1-cd4652bb1174","_postman_id":"65c67b76-687d-4fd4-a3f1-cd4652bb1174","description":""},{"name":"Authentication","item":[{"name":"Get bearer token","id":"0d624351-b93b-48da-885d-abf1bdeeca75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"\",\n\t\"password\": \"\"\n}"},"url":"https://secure.redeapp.com/api/auth/v1/bearer/login","description":"<p>Obtain the API token to be used to authenticate all other requests. Please note that if the user's password changes, the token will be regenerated, and the old token value will no longer be able to authenticate.</p>\n","urlObject":{"protocol":"https","path":["api","auth","v1","bearer","login"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"7fb9f432-782c-439d-bc56-4ce9a3d24a62","name":"Get bearer token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"georgesmith\",\n\t\"password\": \"oay5theiNgsi\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/auth/v1/bearer/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 03 Aug 2021 15:02:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"b43e371c9d4a53e0cb2bbb58652bf40f6b0a4f5b\"\n}"}],"_postman_id":"0d624351-b93b-48da-885d-abf1bdeeca75"},{"name":"Regenerate bearer token","id":"bb6a7856-a07f-4965-98df-8eadc9500cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/auth/v1/bearer/regenerate","description":"<p>Obtain a new API token and invalidate the old token.</p>\n","urlObject":{"protocol":"https","path":["api","auth","v1","bearer","regenerate"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"ac045bef-8e91-43e7-9d3a-0a3a050bbec0","name":"Regenerate bearer token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/auth/v1/bearer/regenerate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 03 Aug 2021 15:02:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"b43e371c9d4a53e0cb2bbb58652bf40f6b0a4f5b\"\n}"}],"_postman_id":"bb6a7856-a07f-4965-98df-8eadc9500cfd"},{"name":"Current user","id":"fdc1e5af-2c7f-4db5-81af-92d24a4d829e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/auth/v1/user/me","urlObject":{"protocol":"https","path":["api","auth","v1","user","me"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdc1e5af-2c7f-4db5-81af-92d24a4d829e"},{"name":"Update user","id":"30aa7d5a-9d28-406f-b761-780fdd0143e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"\",\n    \"email\": \"\"\n}\n"},"url":"https://secure.redeapp.com/api/auth/v1/users/{id}","urlObject":{"protocol":"https","path":["api","auth","v1","users","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"30aa7d5a-9d28-406f-b761-780fdd0143e4"},{"name":"Change password","id":"a34f2da9-3817-445a-981f-14c011392752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"\",\n    \"password\": \"\"\n}"},"url":"https://secure.redeapp.com/api/auth/v1/users/{id}","urlObject":{"protocol":"https","path":["api","auth","v1","users","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a34f2da9-3817-445a-981f-14c011392752"},{"name":"Request password reset","id":"e4cf597d-52c8-474e-bb53-9369d8d6f7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"\"\n}\n"},"url":"https://secure.redeapp.com/api/auth/v1/users/reset_password","description":"<p>May supply a username or email in the \"username\" field. Generates an email to the address on file for the given username or email, which contains a link with a unique key that is used when resetting password via the \"Confirm password reset\" endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","auth","v1","users","reset_password"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4cf597d-52c8-474e-bb53-9369d8d6f7cb"},{"name":"Confirm password reset","id":"9e6a1e38-e39c-4b23-8e86-1268243a1979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"\",\n    \"password\": \"\"\n}\n"},"url":"https://secure.redeapp.com/api/auth/v1/users/reset_password_confirm","description":"<p>Uses the unique key generated from the \"Request password reset\" endpoint email to reset a user's password.</p>\n","urlObject":{"protocol":"https","path":["api","auth","v1","users","reset_password_confirm"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e6a1e38-e39c-4b23-8e86-1268243a1979"}],"id":"70ed4b94-c2da-4ceb-bc2d-85facb6ec4bd","_postman_id":"70ed4b94-c2da-4ceb-bc2d-85facb6ec4bd","description":""},{"name":"Auto Sender","item":[{"name":"List message triggers","id":"5658e2b0-a2e1-4467-a72e-09e6c8894499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers?network_id=&trigger_type=","urlObject":{"protocol":"https","path":["api","autosender","v1","messagetriggers"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""},{"key":"trigger_type","value":""}],"variable":[]}},"response":[],"_postman_id":"5658e2b0-a2e1-4467-a72e-09e6c8894499"},{"name":"Create welcome trigger","id":"5068d8c7-3755-4006-88c1-6e2ee619821c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"trigger_type\": \"welcome\",\n    \"network_id\": \"\",\n    \"template_message_id\": \"\",\n    \"label\": \"Welcome Message\",\n    \"status\": \"draft | active | inactive\"\n}"},"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers","description":"<p>Set up a message to be sent to employees right after they connect to your network (activate their subscription).</p>\n","urlObject":{"protocol":"https","path":["api","autosender","v1","messagetriggers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5068d8c7-3755-4006-88c1-6e2ee619821c"},{"name":"Create recurring trigger","id":"90cc118b-e363-47e4-a685-fc9df464b5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"trigger_type\": \"recurring\",\n    \"network_id\": \"\",\n    \"template_message_id\": \"\",\n    \"label\": \"\",\n    \"status\": \"draft | active | inactive\",\n    \"begin_sending_at\": \"\",\n    \"frequency\": \"\"\n}"},"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers","description":"<p>Set up a message to be sent on repeating interval. The frequency format is ISO 8601 repeating time interval.</p>\n","urlObject":{"protocol":"https","path":["api","autosender","v1","messagetriggers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"43c8cff7-5ee3-4e50-a34d-b9c1d5adc1e6","name":"Create recurring trigger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"trigger_type\": \"recurring\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"template_message_id\": \"e6c99ca8-20df-11ea-b4e2-0242ac110003\",\n    \"label\": \"Compliance Training - 1 month reminder\",\n    \"status\": \"active\",\n    \"begin_sending_at\": \"2020-01-01T14:00:00Z\",\n    \"frequency\": \"P1D\",\n    \"queries\": [\n        {\n            \"list_id\": \"43fea838-243f-11eb-a977-0242ac110004\",\n            \"expression\": [\n                \"==\",\n                \"Compliance Cert Expires__days_from_now\",\n                30\n            ],\n            \"query_type\": \"list\"\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 02 Aug 2021 15:34:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2532"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"292c66ca-f3a7-11eb-9edb-0242ac110009\",\n    \"created_at\": \"2021-08-02T15:34:44.079612Z\",\n    \"updated_at\": \"2021-08-02T15:34:44.079658Z\",\n    \"trigger_type\": \"recurring\",\n    \"label\": \"Compliance Training - 1 month reminder\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"template_message_id\": \"e6c99ca8-20df-11ea-b4e2-0242ac110003\",\n    \"template_message\": {\n        \"id\": \"e6c99ca8-20df-11ea-b4e2-0242ac110003\",\n        \"created_at\": \"2019-12-17T15:14:20.998996Z\",\n        \"updated_at\": \"2021-06-25T18:36:28.548829Z\",\n        \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n        \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n        \"sender_type\": \"network\",\n        \"sender_profile_id\": \"32051afa-c4a6-11e7-9b75-0242ac110003\",\n        \"sender_profile\": {\n            \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_type\": \"network\",\n            \"name\": \"Zengo\",\n            \"initials\": \"Z\",\n            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n        },\n        \"creator_id\": null,\n        \"creator_profile_id\": null,\n        \"creator_profile\": null,\n        \"subject\": \"You have one month to complete your training!\",\n        \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style><div class=\\\"style-helper-wrap\\\"><p>Just a friendly reminder... </p></div></div></body></html>\",\n        \"content_type\": \"text/html\",\n        \"date\": \"2019-12-17T15:14:20.996941Z\",\n        \"delivered_at\": null,\n        \"status\": \"draft\",\n        \"use_case\": \"smart\",\n        \"recipients\": [],\n        \"attachments\": [],\n        \"embedded_attachments\": null,\n        \"has_embedded_link\": false,\n        \"template_id\": null,\n        \"reply_to_id\": null,\n        \"triggered\": false,\n        \"transcoding\": false,\n        \"tags\": null,\n        \"variable_list_id\": null\n    },\n    \"frequency\": \"P1D\",\n    \"begin_sending_at\": \"2020-01-01T14:00:00Z\",\n    \"queries\": [\n        {\n            \"list_id\": \"43fea838-243f-11eb-a977-0242ac110004\",\n            \"expression\": [\n                \"==\",\n                \"Compliance Cert Expires__days_from_now\",\n                30\n            ],\n            \"query_type\": \"list\"\n        }\n    ],\n    \"status\": \"active\",\n    \"sent_count\": 0,\n    \"send_at\": \"14:00\",\n    \"error_message\": null\n}"}],"_postman_id":"90cc118b-e363-47e4-a685-fc9df464b5be"},{"name":"Create smart trigger","id":"ec7027f6-8703-4393-8702-71168f601822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"trigger_type\": \"smart\",\n    \"network_id\": \"\",\n    \"template_message_id\": \"\",\n    \"label\": \"\",\n    \"status\": \"draft | active | inactive\",\n    \"send_at\": \"\",\n    \"queries\": []\n}"},"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers","description":"<p>Set up a message to be sent with recipients that match specific criteria. If the criteria uses a list, then the recipient search results will be current as of the latest list file upload.</p>\n","urlObject":{"protocol":"https","path":["api","autosender","v1","messagetriggers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec7027f6-8703-4393-8702-71168f601822"},{"name":"Validate search","id":"2ecba298-5792-4eae-9a61-fd146cdb6140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"queries\": [\n        {\n            \"list_id\": \"\",\n            \"expression\": [\n                \"==\",\n                \"Compliance_Certification_Expires__days_from_now\",\n                30\n            ],\n            \"query_type\": \"list\"\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/autosender/v1/messagetriggers/validate_search","urlObject":{"protocol":"https","path":["api","autosender","v1","messagetriggers","validate_search"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ecba298-5792-4eae-9a61-fd146cdb6140"}],"id":"cb069a10-e3e5-40b2-a5a8-4e5d88e4e1e1","description":"<p>Automate message sending using various trigger types. Each trigger is set up with a template message where the message contents will come from (see template message in the Messaging section).</p>\n<p>Messages triggers will often contain a list file query, which is designed to set the message recipients according to the employees' row values in the latest list file (in Auto Sync).</p>\n","_postman_id":"cb069a10-e3e5-40b2-a5a8-4e5d88e4e1e1"},{"name":"Auto Sync","item":[{"name":"Lists","id":"d61bbd66-48e3-4de7-ba0c-ceb62ea81f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/autosync/v1/lists?network_id=","urlObject":{"protocol":"https","path":["api","autosync","v1","lists"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"d61bbd66-48e3-4de7-ba0c-ceb62ea81f53"},{"name":"Create list","id":"d9e083d4-db14-4042-b840-ad474e0312d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"name\": \"\",\n    \"employee_key_column_name\": \"RedeKey\",\n    \"last_name_column_name\": \"LastName\",\n    \"automated\": false\n}"},"url":"https://secure.redeapp.com/api/autosync/v1/lists","urlObject":{"protocol":"https","path":["api","autosync","v1","lists"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9e083d4-db14-4042-b840-ad474e0312d2"},{"name":"Upload list file","id":"42ea91ce-09ce-4e49-a503-ed8dde15e7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://secure.redeapp.com/api/autosync/v1/lists/{id}/upload","urlObject":{"protocol":"https","path":["api","autosync","v1","lists","{id}","upload"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42ea91ce-09ce-4e49-a503-ed8dde15e7a9"},{"name":"Download list file","id":"7fd8ac42-1795-435a-bc52-dc18cc72dd1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/autosync/v1/listfiles/{id}/download","urlObject":{"protocol":"https","path":["api","autosync","v1","listfiles","{id}","download"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fd8ac42-1795-435a-bc52-dc18cc72dd1e"},{"name":"Get list file records","id":"d5ab901e-5626-46ec-80ca-07499f9d74b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/autosync/v1/records?list_file_id=","urlObject":{"protocol":"https","path":["api","autosync","v1","records"],"host":["secure","redeapp","com"],"query":[{"key":"list_file_id","value":""}],"variable":[]}},"response":[],"_postman_id":"d5ab901e-5626-46ec-80ca-07499f9d74b1"},{"name":"Search list file","id":"4cc081a4-e9a7-401a-acd0-6239baa01702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    \"=\",\n    \"Department\",\n    \"IT\"\n]"},"url":"https://secure.redeapp.com/api/autosync/v1/records/search?list_file_id=","urlObject":{"protocol":"https","path":["api","autosync","v1","records","search"],"host":["secure","redeapp","com"],"query":[{"key":"list_file_id","value":""}],"variable":[]}},"response":[],"_postman_id":"4cc081a4-e9a7-401a-acd0-6239baa01702"},{"name":"List rules","id":"fc63807d-9054-433f-9a74-a2a00a8f91c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://secure.redeapp.com/api/autosync/v1/rules?list_id=","urlObject":{"protocol":"https","path":["api","autosync","v1","rules"],"host":["secure","redeapp","com"],"query":[{"key":"list_id","value":""}],"variable":[]}},"response":[],"_postman_id":"fc63807d-9054-433f-9a74-a2a00a8f91c9"},{"name":"Preview group rule","id":"70041a0d-ac0c-4b5f-892a-5269e792d9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list_id\": \"\",\n    \"name\": \"Group Rule\",\n    \"rule_type\": \"group\",\n    \"entity_type\": \"group\",\n    \"template\": {\n        \"name\": \"{{Expertise}} Group\",\n        \"description\": \"{{Expertise}} Group\"\n    }\n}"},"url":"https://secure.redeapp.com/api/autosync/v1/rules/preview","urlObject":{"protocol":"https","path":["api","autosync","v1","rules","preview"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70041a0d-ac0c-4b5f-892a-5269e792d9f2"},{"name":"Create group rule","id":"348a38d6-0731-4355-a78d-256e6079ec89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list_id\": \"\",\n    \"name\": \"Group Rule\",\n    \"rule_type\": \"group\",\n    \"entity_type\": \"group\",\n    \"template\": {\n        \"name\": \"{{Expertise}} Group\",\n        \"description\": \"{{Expertise}} Group\"\n    }\n}"},"url":"https://secure.redeapp.com/api/autosync/v1/rules","urlObject":{"protocol":"https","path":["api","autosync","v1","rules"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"348a38d6-0731-4355-a78d-256e6079ec89"},{"name":"Preview group membership rule","id":"f7bb8206-ba3d-47cd-885e-3f45013fb2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list_id\": \"\",\n    \"name\": \"Group Membership Rule\",\n    \"rule_type\": \"group_membership\",\n    \"entity_type\": \"group_membership\",\n    \"parent_id\": \"\",\n    \"expression\": [\n        \"=\",\n        \"Job_Code\",\n        \"H2500P\"\n    ]\n}"},"url":"https://secure.redeapp.com/api/autosync/v1/rules/preview","urlObject":{"protocol":"https","path":["api","autosync","v1","rules","preview"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7bb8206-ba3d-47cd-885e-3f45013fb2e5"},{"name":"Create group membership rule","id":"6f0f4b48-ef56-4818-b731-3268980b03a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list_id\": \"\",\n    \"name\": \"Group Membership Rule\",\n    \"rule_type\": \"group_membership\",\n    \"entity_type\": \"group_membership\",\n    \"parent_id\": \"\",\n    \"expression\": [\n        \"=\",\n        \"Job_Code\",\n        \"H2500P\"\n    ]\n}"},"url":"https://secure.redeapp.com/api/autosync/v1/rules","urlObject":{"protocol":"https","path":["api","autosync","v1","rules"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f0f4b48-ef56-4818-b731-3268980b03a3"}],"id":"54d65b31-362b-4111-a3a1-72f1f193ef95","description":"<p>This is where employee lists and their associated data generating rules are kept. Each list has one-to-many list files. When employee data changes, a new list file can be uploaded, and the list rules will be processed (typically within a few minutes to an hour).</p>\n","_postman_id":"54d65b31-362b-4111-a3a1-72f1f193ef95"},{"name":"Contacts","item":[{"name":"List contacts","id":"100fee63-ee37-4e5e-84ed-3df1223035f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/contacts/v1/contacts?network_id=","description":"<p>Returns a list of accounts that the user has marked as a \"Favorite\" contact.</p>\n","urlObject":{"protocol":"https","path":["api","contacts","v1","contacts"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"100fee63-ee37-4e5e-84ed-3df1223035f3"},{"name":"Create contact","id":"9074c8cf-40ea-4889-86fd-3cc7817258e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"account_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/contacts/v1/contacts","description":"<p>Marks an account as a \"favorite\" contact.</p>\n","urlObject":{"protocol":"https","path":["api","contacts","v1","contacts"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9074c8cf-40ea-4889-86fd-3cc7817258e5"},{"name":"List contact groups","id":"66ad537f-0943-4d5f-b0a5-7dfd6ccbde4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/contacts/v1/contactgroups?network_id=","description":"<p>Contact groups have been largely discontinued within the apps and can no longer be created within the apps. Lists contact groups that have been created from a list of favorite contacts.</p>\n","urlObject":{"protocol":"https","path":["api","contacts","v1","contactgroups"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"66ad537f-0943-4d5f-b0a5-7dfd6ccbde4a"},{"name":"Create contact group","id":"6873bde6-d476-47c6-b443-d6cecda52270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"contact_ids\": []\n}"},"url":"https://secure.redeapp.com/api/contacts/v1/contactgroups","description":"<p>Contact groups have been largely discontinued within the apps and can no longer be created within the apps. Creates a contact group from the user's favorite contacts. Contact groups are user-created broadcast groups.</p>\n","urlObject":{"protocol":"https","path":["api","contacts","v1","contactgroups"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6873bde6-d476-47c6-b443-d6cecda52270"},{"name":"Update contact group","id":"17852d1b-5435-496e-8f2f-7a2e2322fe1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"contact_ids\": []\n}"},"url":"https://secure.redeapp.com/api/contacts/v1/contactgroups/{id}","urlObject":{"protocol":"https","path":["api","contacts","v1","contactgroups","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17852d1b-5435-496e-8f2f-7a2e2322fe1b"}],"id":"91ed55c6-37a6-46fb-9b0e-445b006721c6","description":"<p>Also known as \"favorites\". These are people found in the network directory that are favorited for quick messaging access.</p>\n","_postman_id":"91ed55c6-37a6-46fb-9b0e-445b006721c6"},{"name":"Forms","item":[{"name":"List forms folders","id":"75434635-132c-4ef8-be15-75b73c8bc928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/forms/v1/folders?network_id=","urlObject":{"protocol":"https","path":["api","forms","v1","folders"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"75434635-132c-4ef8-be15-75b73c8bc928"},{"name":"List forms","id":"8807a7be-5a80-43b7-8d55-fb497dc8b7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/forms/v1/forms?network_id=","urlObject":{"protocol":"https","path":["api","forms","v1","forms"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"8807a7be-5a80-43b7-8d55-fb497dc8b7df"},{"name":"Create forms folder","id":"94c995f0-5899-46db-bad0-8ae752d1dc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"name\": \"\",\n    \"parent_id\": null\n}"},"url":"https://secure.redeapp.com/api/forms/v1/folders","urlObject":{"protocol":"https","path":["api","forms","v1","folders"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"94c995f0-5899-46db-bad0-8ae752d1dc6f"},{"name":"Update forms folder","id":"8d8765d6-9cb8-4135-abd0-4d6197ddf8d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"parent_id\": \"\",\n    \"permissions\": [\n        {\n            \"grantee_id\": \"\",\n            \"grantee_type\": \"group | network\"\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/forms/v1/folders/{id}","urlObject":{"protocol":"https","path":["api","forms","v1","folders","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d8765d6-9cb8-4135-abd0-4d6197ddf8d9"},{"name":"Update form","id":"49c4d848-8bcc-4699-b69c-a4b010b13006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"\",\n    \"permissions\": [\n        {\n            \"grantee_id\": \"\",\n            \"grantee_type\": \"group | network\"\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/forms/v1/forms/:id","urlObject":{"protocol":"https","path":["api","forms","v1","forms",":id"],"host":["secure","redeapp","com"],"query":[],"variable":[{"id":"d403ce6c-0c1f-4ed2-8797-dbfbb8b5970f","type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"49c4d848-8bcc-4699-b69c-a4b010b13006"},{"name":"Forms root listing","id":"0f2c270b-404b-44b9-a959-d4814b37cda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/forms/v1/networks/{id}/listing","urlObject":{"protocol":"https","path":["api","forms","v1","networks","{id}","listing"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f2c270b-404b-44b9-a959-d4814b37cda5"},{"name":"Forms folder listing","id":"28cc5679-5158-425d-b6ca-afcd4754c150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/forms/v1/folders/{id}/listing","urlObject":{"protocol":"https","path":["api","forms","v1","folders","{id}","listing"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28cc5679-5158-425d-b6ca-afcd4754c150"},{"name":"Download form submissions","id":"7f9e26d8-188c-4c91-8b2c-abacc5f73ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/forms/v1/formsubmissions/download?form_id={id}","urlObject":{"protocol":"https","path":["api","forms","v1","formsubmissions","download"],"host":["secure","redeapp","com"],"query":[{"key":"form_id","value":"{id}"}],"variable":[]}},"response":[],"_postman_id":"7f9e26d8-188c-4c91-8b2c-abacc5f73ba3"}],"id":"a1bb952b-6a96-437f-9674-f65afeec1266","_postman_id":"a1bb952b-6a96-437f-9674-f65afeec1266","description":""},{"name":"Groups","item":[{"name":"List groups","id":"8e1d8583-5b71-439f-aea8-6c47d0671944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/groups/v1/groups?network_id=&group_type=&reply_all=","urlObject":{"protocol":"https","path":["api","groups","v1","groups"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""},{"key":"group_type","value":""},{"key":"reply_all","value":""}],"variable":[]}},"response":[],"_postman_id":"8e1d8583-5b71-439f-aea8-6c47d0671944"},{"name":"Export groups","id":"db4a20c9-5981-4362-a5ce-af0fd3e18326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/groups/v1/groups/export?network_id=","urlObject":{"protocol":"https","path":["api","groups","v1","groups","export"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"db4a20c9-5981-4362-a5ce-af0fd3e18326"},{"name":"Create group","id":"9ce49e0f-4d31-4a12-b90b-e26e6454c80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"network_id\": \"\",\n    \"group_type\": \"network_group | team\",\n    \"description\": \"\",\n    \"reply_all\": false,\n    \"shifts_enabled\": false\n}"},"url":"https://secure.redeapp.com/api/groups/v1/groups","urlObject":{"protocol":"https","path":["api","groups","v1","groups"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ce49e0f-4d31-4a12-b90b-e26e6454c80f"},{"name":"List group memberships","id":"d7d1ecbf-1df3-4f4c-91f8-ddc3be967c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/groups/v1/groupmemberships?group_id=","urlObject":{"protocol":"https","path":["api","groups","v1","groupmemberships"],"host":["secure","redeapp","com"],"query":[{"key":"group_id","value":""}],"variable":[]}},"response":[],"_postman_id":"d7d1ecbf-1df3-4f4c-91f8-ddc3be967c3d"},{"name":"Export group memberships","id":"095800a5-2fd3-44ac-b71f-9649a9596259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/groups/v1/groupmemberships/export?group_id=","urlObject":{"protocol":"https","path":["api","groups","v1","groupmemberships","export"],"host":["secure","redeapp","com"],"query":[{"key":"group_id","value":""}],"variable":[]}},"response":[],"_postman_id":"095800a5-2fd3-44ac-b71f-9649a9596259"},{"name":"Create group membership","id":"2fa2da8f-11e4-48ec-a47e-202aaae601d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"\",\n    \"subscription_id\": \"\",\n    \"account_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/groups/v1/groupmemberships","urlObject":{"protocol":"https","path":["api","groups","v1","groupmemberships"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fa2da8f-11e4-48ec-a47e-202aaae601d4"},{"name":"Delete group membership","id":"3e07a718-3956-4749-ad3c-bc6be4f4f53c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/groups/v1/groupmemberships/{id}","urlObject":{"protocol":"https","path":["api","groups","v1","groupmemberships","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e07a718-3956-4749-ad3c-bc6be4f4f53c"},{"name":"List group notifiers","id":"8940d470-38d4-4e77-8e4c-e5a480d4b7d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/groups/v1/groupnotifiers?group_id=","urlObject":{"protocol":"https","path":["api","groups","v1","groupnotifiers"],"host":["secure","redeapp","com"],"query":[{"key":"group_id","value":""}],"variable":[]}},"response":[],"_postman_id":"8940d470-38d4-4e77-8e4c-e5a480d4b7d4"},{"name":"Export group notifers","id":"818d74f9-33d7-4515-a182-460e65f07e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/groups/v1/groupnotifiers/export?group_id=","urlObject":{"protocol":"https","path":["api","groups","v1","groupnotifiers","export"],"host":["secure","redeapp","com"],"query":[{"key":"group_id","value":""}],"variable":[]}},"response":[],"_postman_id":"818d74f9-33d7-4515-a182-460e65f07e1a"},{"name":"Create group notifier","id":"5bf146b5-83af-4de1-8c09-f205e3b1cb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"\",\n    \"subscription_id\": \"\",\n    \"account_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/groups/v1/groupnotifiers","urlObject":{"protocol":"https","path":["api","groups","v1","groupnotifiers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bf146b5-83af-4de1-8c09-f205e3b1cb28"},{"name":"Delete group notifier","id":"3faabdb4-5dcf-4160-b1b4-94043a64b8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/groups/v1/groupnotifiers/{id}","urlObject":{"protocol":"https","path":["api","groups","v1","groupnotifiers","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3faabdb4-5dcf-4160-b1b4-94043a64b8e7"},{"name":"List broadcast groups","id":"a7c193b6-b210-4ed4-b859-cd625ff1c573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/groups/v1/groups?network_id=&account_id=&account_is_notifier=true","urlObject":{"protocol":"https","path":["api","groups","v1","groups"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""},{"key":"account_id","value":""},{"key":"account_is_notifier","value":"true"}],"variable":[]}},"response":[],"_postman_id":"a7c193b6-b210-4ed4-b859-cd625ff1c573"},{"name":"Group member listing","id":"43691c51-1178-4fb1-adcf-601455920108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/groups/v1/groups/{id}/listing?include_deleted=false","urlObject":{"protocol":"https","path":["api","groups","v1","groups","{id}","listing"],"host":["secure","redeapp","com"],"query":[{"key":"include_deleted","value":"false"}],"variable":[]}},"response":[],"_postman_id":"43691c51-1178-4fb1-adcf-601455920108"}],"id":"78d2791c-343d-4a24-806c-a4511c67fcfb","_postman_id":"78d2791c-343d-4a24-806c-a4511c67fcfb","description":""},{"name":"Messaging","item":[{"name":"Send message","id":"cf2d1dde-8fa1-49bf-aded-e80d591c90c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"\",\n    \"body\": \"\",\n    \"network_id\": \"\",\n    \"sender_id\": \"\",\n    \"sender_type\": \"account | network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"\",\n            \"recipient_type\": \"account | network | group\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/messaging/v1/messages","urlObject":{"protocol":"https","path":["api","messaging","v1","messages"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"e9b67a03-1b89-4c55-ba95-e49bcbf21f4f","name":"Send message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"recipient_type\": \"account\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n    \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n    \"updated_at\": \"2021-07-29T14:53:26.135718Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"sender_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing</div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": \"2021-07-29T14:53:26.067419Z\",\n    \"delivered_at\": \"2021-07-29T14:53:26.135664Z\",\n    \"status\": \"sent\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                \"member_count\": null\n            },\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"relationship\": \"group_notifier\",\n            \"recipient_type\": \"account\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"},{"id":"7d444bac-1529-43cf-9e40-e43071669038","name":"Send scheduled message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date\": \"2040-07-01T00:00:00Z\",\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"recipient_type\": \"account\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n    \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n    \"updated_at\": \"2021-07-29T14:53:26.135718Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"sender_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing</div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": \"2040-07-01T00:00:00.000000Z\",\n    \"delivered_at\": null,\n    \"status\": \"scheduled\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                \"member_count\": null\n            },\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"relationship\": \"network\",\n            \"recipient_type\": \"account\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"},{"id":"e9034a97-816d-441a-b579-4a4be99d6a41","name":"Send network broadcast","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer dc9d98ac47e944bc8ec27e5cd693c5d9faf2d92d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"recipient_type\": \"network\",\n            \"broadcast\": true,\n            \"reply_all\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 01:05:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2078"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3db0bee8-f0d2-11eb-af83-0242ac110007\",\n    \"created_at\": \"2021-07-30T01:05:33.372511Z\",\n    \"updated_at\": \"2021-07-30T01:05:34.497210Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"sender_profile_id\": \"32051afa-c4a6-11e7-9b75-0242ac110003\",\n    \"sender_profile\": {\n        \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n        \"owner_type\": \"network\",\n        \"name\": \"Zengo\",\n        \"initials\": \"Z\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing</div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": \"2021-07-30T01:05:33.292132Z\",\n    \"delivered_at\": \"2021-07-30T01:05:34.497119Z\",\n    \"status\": \"sent\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Zengo\",\n                \"initials\": \"Z\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                \"member_count\": 24\n            },\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"relationship\": \"network\",\n            \"recipient_type\": \"network\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"},{"id":"6d3010b8-ef9f-4ee7-a69a-17286b17a102","name":"Send message to reply all group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"60d63338-b396-11e9-8015-0242ac11000b\",\n            \"recipient_type\": \"group\",\n            \"broadcast\": true,\n            \"reply_all\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n    \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n    \"updated_at\": \"2021-07-29T14:53:26.135718Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"sender_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing</div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": \"2021-07-29T14:53:26.067419Z\",\n    \"delivered_at\": \"2021-07-29T14:53:26.135664Z\",\n    \"status\": \"sent\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Manufacturing - A Team\",\n                \"initials\": \"M\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/00000000-0000-0000-0000-000000000000.png\",\n                \"member_count\": null\n            },\n            \"recipient_id\": \"60d63338-b396-11e9-8015-0242ac11000b\",\n            \"relationship\": \"reply_all_group\",\n            \"recipient_type\": \"group\",\n            \"broadcast\": true,\n            \"reply_all\": true\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"}],"_postman_id":"cf2d1dde-8fa1-49bf-aded-e80d591c90c4"},{"name":"Send message with attachments","id":"6fd61291-ce86-4a1b-948b-d092dfa7ecb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"\",\n    \"body\": \"\",\n    \"network_id\": \"\",\n    \"sender_id\": \"\",\n    \"sender_type\": \"account | network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"\",\n            \"recipient_type\": \"account | network | group\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ],\n    \"attachments\": [\n        {\n            \"object_key\": \"<from_the_upload_attachment_response>\",\n            \"content_type\": \"\",\n            \"filename\": \"\"\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/messaging/v1/messages","description":"<p>First make a POST request for each attachment file. Each file upload response will provide an object_key to be used in the \"Send message\" request body.</p>\n","urlObject":{"protocol":"https","path":["api","messaging","v1","messages"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"b159dd40-a583-4d4e-abfc-31c54cac0e7f","name":"01 - Upload attachment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/private/tmp/stacks.pdf"}],"options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/storage/v1/files"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"362ff36e-f082-11eb-9582-0242ac110008\",\n    \"created_at\": \"2021-07-29T15:32:41.045927Z\",\n    \"updated_at\": \"2021-07-29T15:32:41.045977Z\",\n    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n    \"content_type\": \"application/pdf\",\n    \"size\": 466028,\n    \"public_read\": false,\n    \"public_url\": null,\n    \"transcodable\": false,\n    \"transcode_completed\": false,\n    \"transcode_failed\": false,\n    \"transcode_status\": null,\n    \"max_width\": null\n}"},{"id":"5132bb31-c207-48b5-af4e-c2bb51ef439d","name":"02 - Send message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"recipient_type\": \"account\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ],\n    \"attachments\": [\n        {\n            \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"content_type\": \"application/pdf\",\n            \"filename\": \"stacks.pdf\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n    \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n    \"updated_at\": \"2021-07-29T14:53:26.135718Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"sender_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing</div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": \"2021-07-29T14:53:26.067419Z\",\n    \"delivered_at\": \"2021-07-29T14:53:26.135664Z\",\n    \"status\": \"sent\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                \"member_count\": null\n            },\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"relationship\": \"group_notifier\",\n            \"recipient_type\": \"account\"\n        }\n    ],\n    \"attachments\": [\n        {\n            \"url\": \"/api/messaging/v1/messages/ba848c0c-f07c-11eb-a2fd-0242ac110002/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"size\": 466028,\n            \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"content_type\": \"application/pdf\",\n            \"filename\": \"stacks.png\"\n        }\n    ],\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"}],"_postman_id":"6fd61291-ce86-4a1b-948b-d092dfa7ecb9"},{"name":"Send message with list variables","id":"dbaeff10-8252-4ccc-94e2-88ab84571b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"variable_list_id\": \"\",\n    \"content_type\": \"text/html\",\n    \"subject\": \"Hello {{Shift}} People\",\n    \"body\": \"Welcome <b>{{Shift}}</b> People.\",\n    \"sender_id\": \"\",\n    \"sender_type\": \"\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"\",\n            \"recipient_type\": \"\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/messaging/v1/messages","description":"<p>When a variable_list_id is used, the message contents will be dynamically rendered with the values plugged in from the latest list file, according to each recipient and their corresponding row in the list file.</p>\n","urlObject":{"protocol":"https","path":["api","messaging","v1","messages"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbaeff10-8252-4ccc-94e2-88ab84571b46"},{"name":"Create template message","id":"8bfe6e54-3755-4e51-b115-790b87f06423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"use_case\": \"template\",\n    \"status\": \"draft\",\n    \"content_type\": \"text/html\",\n    \"subject\": \"\",\n    \"body\": \"\",\n    \"network_id\": \"\",\n    \"sender_id\": \"\",\n    \"sender_type\": \"account | network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"\",\n            \"recipient_type\": \"account | network | group\",\n            \"broadcast\": false,\n            \"reply_all\": false\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/messaging/v1/messages","urlObject":{"protocol":"https","path":["api","messaging","v1","messages"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"b45e566f-6cb8-4d75-972d-581715636ed5","name":"01 - Create template message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"use_case\": \"template\",\n    \"status\": \"draft\",\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing <a href=\\\"/api/messaging/v1/messages/c80ab612-f07c-11eb-9408-0242ac110005/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\\\">link to PDF file</a>\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"recipient_type\": \"network\",\n            \"broadcast\": true,\n            \"reply_all\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 01:05:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2078"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3db0bee8-f0d2-11eb-af83-0242ac110007\",\n    \"created_at\": \"2021-07-30T01:05:33.372511Z\",\n    \"updated_at\": \"2021-07-30T01:05:34.497210Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"sender_profile_id\": \"32051afa-c4a6-11e7-9b75-0242ac110003\",\n    \"sender_profile\": {\n        \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n        \"owner_type\": \"network\",\n        \"name\": \"Zengo\",\n        \"initials\": \"Z\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing <a href=\\\"/api/messaging/v1/messages/c80ab612-f07c-11eb-9408-0242ac110005/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\\\">link to PDF file</a></div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": null,\n    \"delivered_at\": null,\n    \"status\": \"draft\",\n    \"use_case\": \"template\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Zengo\",\n                \"initials\": \"Z\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                \"member_count\": 24\n            },\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"relationship\": \"network\",\n            \"recipient_type\": \"network\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": [\n        {\n            \"url\": \"https://secure.redeapp.com/api/messaging/v1/messages/3db0bee8-f0d2-11eb-af83-0242ac110007/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"content_type\": \"application/pdf\",\n            \"transcode_status\": null\n        }\n    ],\n    \"has_embedded_link\": true,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"},{"id":"a06eea3f-308f-4c18-9b49-2f22ff0d84aa","name":"02 - Send message using template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_id\": \"3db0bee8-f0d2-11eb-af83-0242ac110007\",\n    \"content_type\": \"text/html\",\n    \"subject\": \"Testing\",\n    \"body\": \"Testing <a href=\\\"/api/messaging/v1/messages/c80ab612-f07c-11eb-9408-0242ac110005/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\\\">link to PDF file</a>\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"recipients\": [\n        {\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"recipient_type\": \"network\",\n            \"broadcast\": true,\n            \"reply_all\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 01:05:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2078"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"google-site-verification","value":"8RBTV3Jq9Qs0AwcJGZKXD7vo9P37k__AokVAIDgu5XI"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"f2c42a26-0045-4a80-9a17-f46f3171cd29\",\n    \"created_at\": \"2021-07-30T01:05:33.372511Z\",\n    \"updated_at\": \"2021-07-30T01:05:34.497210Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_type\": \"network\",\n    \"sender_profile_id\": \"32051afa-c4a6-11e7-9b75-0242ac110003\",\n    \"sender_profile\": {\n        \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n        \"owner_type\": \"network\",\n        \"name\": \"Zengo\",\n        \"initials\": \"Z\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\">Testing <a href=\\\"/api/messaging/v1/messages/f2c42a26-0045-4a80-9a17-f46f3171cd29/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\\\">link to PDF file</a></div></body></html>\",\n    \"content_type\": \"text/html\",\n    \"date\": null,\n    \"delivered_at\": null,\n    \"status\": \"draft\",\n    \"use_case\": \"template\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Zengo\",\n                \"initials\": \"Z\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                \"member_count\": 24\n            },\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"relationship\": \"network\",\n            \"recipient_type\": \"network\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": [\n        {\n            \"url\": \"https://secure.redeapp.com/api/messaging/v1/messages/f2c42a26-0045-4a80-9a17-f46f3171cd29/attachment?object_key=df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n            \"content_type\": \"application/pdf\",\n            \"transcode_status\": null\n        }\n    ],\n    \"has_embedded_link\": true,\n    \"template_id\": \"3db0bee8-f0d2-11eb-af83-0242ac110007\",\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null\n}"}],"_postman_id":"8bfe6e54-3755-4e51-b115-790b87f06423"},{"name":"Upload attachment","id":"62407906-4361-4c76-9301-b2504a5b8e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://secure.redeapp.com/api/storage/v1/files","urlObject":{"protocol":"https","path":["api","storage","v1","files"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"038c0914-2b8a-45f9-b96c-a2644156919e","name":"Upload attachment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/private/tmp/stacks.pdf"}],"options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/storage/v1/files"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jul 2021 14:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1554"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"362ff36e-f082-11eb-9582-0242ac110008\",\n    \"created_at\": \"2021-07-29T15:32:41.045927Z\",\n    \"updated_at\": \"2021-07-29T15:32:41.045977Z\",\n    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"object_key\": \"df8eb4c2-4485-4cbd-9d28-0811d1230bec.pdf\",\n    \"content_type\": \"application/pdf\",\n    \"size\": 466028,\n    \"public_read\": false,\n    \"public_url\": null,\n    \"transcodable\": false,\n    \"transcode_completed\": false,\n    \"transcode_failed\": false,\n    \"transcode_status\": null,\n    \"max_width\": null\n}"}],"_postman_id":"62407906-4361-4c76-9301-b2504a5b8e95"},{"name":"Recipient search","id":"62db9ce1-0c07-4ee4-a143-a5af5bff33e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/recipients/search?q={name}","urlObject":{"protocol":"https","path":["api","messaging","v1","recipients","search"],"host":["secure","redeapp","com"],"query":[{"key":"q","value":"{name}"}],"variable":[]}},"response":[],"_postman_id":"62db9ce1-0c07-4ee4-a143-a5af5bff33e6"},{"name":"List conversations","id":"391f1b2b-85b1-4017-a231-2722676714a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/conversations?network_id=","urlObject":{"protocol":"https","path":["api","messaging","v1","conversations"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[{"id":"581f8997-66c1-4df5-95a6-9f7f451f63d2","name":"List conversations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://secure.redeapp.com/api/messaging/v1/conversations?network_id=89f51460-bb3f-11e7-9b75-0242ac110003","protocol":"https","host":["secure","redeapp","com"],"path":["api","messaging","v1","conversations"],"query":[{"key":"network_id","value":"89f51460-bb3f-11e7-9b75-0242ac110003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 16:48:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"f028d09b3bd64beee5a20b173b5ee6352cc56249\""},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n            \"created_at\": \"2020-11-12T15:43:36.627571Z\",\n            \"updated_at\": \"2021-07-29T14:53:26.158005Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 8,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n                \"body\": \"Testing\",\n                \"date\": \"2021-07-29T14:53:26.067Z\",\n                \"subject\": \"Testing\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Margaret Arleen\",\n                            \"initials\": \"MA\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": null,\n                \"content_type\": \"text/plain\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"78be3512-c4a6-11e7-9b75-0242ac110003\",\n            \"created_at\": \"2017-11-08T17:01:32.743641Z\",\n            \"updated_at\": \"2021-07-27T19:54:56.107660Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"participant_type\": \"network\",\n            \"participant_profile\": {\n                \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n                \"owner_type\": \"network\",\n                \"name\": \"Zengo\",\n                \"initials\": \"Z\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"network\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": true,\n            \"has_failed_messages\": false,\n            \"message_count\": 58,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"592d5e9a-ebed-11eb-9158-0242ac110008\",\n                \"body\": \"Thanks for filling out form Your form has been submitted and a copy of your submission is below. Ch…\",\n                \"date\": \"2021-07-23T19:37:00.085Z\",\n                \"subject\": \"Form Submission - PTO Policy\",\n                \"use_case\": \"form_submission\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"George Smith\",\n                            \"initials\": \"GS\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": null,\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Zengo\",\n                    \"initials\": \"Z\",\n                    \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                    \"owner_type\": \"network\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"\",\n                    \"initials\": \"\",\n                    \"owner_id\": null,\n                    \"avatar_url\": \"\",\n                    \"owner_type\": null\n                }\n            }\n        },\n        {\n            \"id\": \"9e279b72-2501-11eb-9ad1-0242ac110008\",\n            \"created_at\": \"2020-11-12T16:10:44.352307Z\",\n            \"updated_at\": \"2021-07-16T17:32:12.954117Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"04d0653a-d736-11ea-ae09-0242ac110005\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"04d0653a-d736-11ea-ae09-0242ac110005\",\n                \"owner_type\": \"account\",\n                \"name\": \"Tad Krupinski\",\n                \"initials\": \"TK\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/99d928ce-47ee-4a68-ac36-8cab95700ddb\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 6,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"999bc68e-e65b-11eb-9b62-0242ac110002\",\n                \"body\": \"You got it Tad!\",\n                \"date\": \"2021-07-16T17:31:05.833Z\",\n                \"subject\": \"You got it Tad!\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Tad Krupinski\",\n                            \"initials\": \"TK\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/99d928ce-47ee-4a68-ac36-8cab95700ddb\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"04d0653a-d736-11ea-ae09-0242ac110005\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"3d26d8a2-af75-11eb-8a98-0242ac110002\",\n            \"created_at\": \"2021-05-07T20:46:03.692270Z\",\n            \"updated_at\": \"2021-07-16T17:31:08.866663Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"0e2b1f36-af75-11eb-bcc9-0242ac110010\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"0e2b1f36-af75-11eb-bcc9-0242ac110010\",\n                \"owner_type\": \"group\",\n                \"name\": \"Warehouse Supervisors\",\n                \"initials\": \"W\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/9b2cdabc-389d-4338-82cb-c5a69b558eae\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": true,\n            \"relationship\": \"team\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 9,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"c7f6f28a-e645-11eb-99c1-0242ac110006\",\n                \"body\": \"I am!\",\n                \"date\": \"2021-07-16T14:54:54.677Z\",\n                \"subject\": \"I am!\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Warehouse Supervisors\",\n                            \"initials\": \"W\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/9b2cdabc-389d-4338-82cb-c5a69b558eae\",\n                            \"member_count\": 7\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": true,\n                        \"recipient_id\": \"0e2b1f36-af75-11eb-bcc9-0242ac110010\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Kevin Bob\",\n                    \"initials\": \"KB\",\n                    \"owner_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5d9a91d4-d894-11e7-ac26-0242ac110002\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Kevin Bob\",\n                    \"initials\": \"KB\",\n                    \"owner_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5d9a91d4-d894-11e7-ac26-0242ac110002\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"5278badc-250e-11eb-9050-0242ac110007\",\n            \"created_at\": \"2020-11-12T17:41:40.834598Z\",\n            \"updated_at\": \"2021-07-16T14:50:31.013179Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"5fc5e714-a77c-4288-b1b1-399684847dcc\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"5fc5e714-a77c-4288-b1b1-399684847dcc\",\n                \"owner_type\": \"account\",\n                \"name\": \"Sara Neel\",\n                \"initials\": \"SN\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/bc82edc8-dac8-11e7-91d9-0242ac110002\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 10,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"0c138032-bbf8-11eb-b897-0242ac110010\",\n                \"body\": \"https://secure.redeapp.com/api/shifts/v1/requests/0c1238ee-bbf8-11eb-b897-0242ac110010\",\n                \"date\": \"2021-05-23T18:52:39.382Z\",\n                \"subject\": \"Your shift has been picked up\",\n                \"use_case\": \"shifts_request\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"George Smith\",\n                            \"initials\": \"GS\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": null,\n                \"content_type\": \"application/json\",\n                \"sender_profile\": {\n                    \"name\": \"Sara Neel\",\n                    \"initials\": \"SN\",\n                    \"owner_id\": \"5fc5e714-a77c-4288-b1b1-399684847dcc\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/bc82edc8-dac8-11e7-91d9-0242ac110002\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"\",\n                    \"initials\": \"\",\n                    \"owner_id\": null,\n                    \"avatar_url\": \"\",\n                    \"owner_type\": null\n                }\n            }\n        },\n        {\n            \"id\": \"0a34b044-deb9-11e7-be8c-0242ac110002\",\n            \"created_at\": \"2017-12-11T21:19:57.963097Z\",\n            \"updated_at\": \"2021-07-16T14:54:56.407674Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n                \"owner_type\": \"account\",\n                \"name\": \"Kevin Bob\",\n                \"initials\": \"KB\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5d9a91d4-d894-11e7-ac26-0242ac110002\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": true,\n            \"has_failed_messages\": false,\n            \"message_count\": 33,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"3ffa03ee-aea6-11eb-9a14-0242ac110006\",\n                \"body\": \"Check out the video in the SOPs folder in Resources. A copy of the procedure is also posted at your…\",\n                \"date\": \"2021-05-06T20:04:22.597Z\",\n                \"subject\": \"Check out the video in the SOPs folder in Resources. A copy of the procedure is also posted at your…\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Kevin Bob\",\n                            \"initials\": \"KB\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5d9a91d4-d894-11e7-ac26-0242ac110002\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"17aa9ffc-d880-11e7-ac26-0242ac110002\",\n            \"created_at\": \"2017-12-03T23:17:12.256135Z\",\n            \"updated_at\": \"2021-06-23T12:23:15.343671Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"a601dc6e-3b4e-49a1-800c-59dfb788a55a\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"a601dc6e-3b4e-49a1-800c-59dfb788a55a\",\n                \"owner_type\": \"account\",\n                \"name\": \"Sebastian Dilip\",\n                \"initials\": \"SD\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5568e86a-daad-11e7-ad43-0242ac110002\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": true,\n            \"has_failed_messages\": false,\n            \"message_count\": 32,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"f85df1ee-aea5-11eb-b42a-0242ac11000e\",\n                \"body\": \"Please be sure to review the new packaging procedures before you begin working today. We appreciate…\",\n                \"date\": \"2021-05-06T20:02:22.451Z\",\n                \"subject\": \"Please be sure to review the new packaging procedures before you begin working today. We appreciate…\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Manufacturing - ALL\",\n                            \"initials\": \"M\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 10\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"034cecde-d882-11e7-ac26-0242ac110002\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"f8603670-aea5-11eb-b42a-0242ac11000e\",\n            \"created_at\": \"2021-05-06T20:02:22.482409Z\",\n            \"updated_at\": \"2021-06-13T00:17:53.240353Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"034cecde-d882-11e7-ac26-0242ac110002\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"034cecde-d882-11e7-ac26-0242ac110002\",\n                \"owner_type\": \"group\",\n                \"name\": \"Manufacturing - ALL\",\n                \"initials\": \"M\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 1,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"f85df1ee-aea5-11eb-b42a-0242ac11000e\",\n                \"body\": \"Please be sure to review the new packaging procedures before you begin working today. We appreciate…\",\n                \"date\": \"2021-05-06T20:02:22.451Z\",\n                \"subject\": \"Please be sure to review the new packaging procedures before you begin working today. We appreciate…\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Manufacturing - ALL\",\n                            \"initials\": \"M\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 10\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"034cecde-d882-11e7-ac26-0242ac110002\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"5076642a-f344-11e9-ad95-0242ac110003\",\n            \"created_at\": \"2020-01-09T20:41:48.263879Z\",\n            \"updated_at\": \"2021-06-13T00:09:30.392458Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"participant_type\": \"network\",\n            \"participant_profile\": {\n                \"owner_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n                \"owner_type\": \"network\",\n                \"name\": \"Zengo\",\n                \"initials\": \"Z\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"relationship\": \"network_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": true,\n            \"has_failed_messages\": false,\n            \"message_count\": 4,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"ab6180c6-713e-11eb-99be-0242ac110007\",\n                \"body\": \"Hello Zengo team, Be advised that we are currently under an inclement weather warning. Drive safe c…\",\n                \"date\": \"2021-02-17T16:39:14.204Z\",\n                \"subject\": \"Hello Zengo team, Be advised that we are currently under an inclement weather warning. Drive safe c…\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Zengo\",\n                            \"initials\": \"Z\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 30\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"network\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"d3f0e9e2-24fd-11eb-952e-0242ac110009\",\n            \"created_at\": \"2020-11-12T15:43:36.603915Z\",\n            \"updated_at\": \"2021-06-23T12:21:41.146450Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"0709230e-d737-11ea-862c-0242ac110006\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"0709230e-d737-11ea-862c-0242ac110006\",\n                \"owner_type\": \"account\",\n                \"name\": \"Davy Jones\",\n                \"initials\": \"DJ\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/19eedb7f-d584-4742-b410-cf6907d9d38a\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 14,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"986cf02c-5c17-11eb-a1f5-0242ac110010\",\n                \"body\": \"You got it! See you then.\",\n                \"date\": \"2021-01-21T18:36:37.611Z\",\n                \"subject\": \"You got it! See you then.\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"George Smith\",\n                            \"initials\": \"GS\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Davy Jones\",\n                    \"initials\": \"DJ\",\n                    \"owner_id\": \"0709230e-d737-11ea-862c-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/19eedb7f-d584-4742-b410-cf6907d9d38a\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Davy Jones\",\n                    \"initials\": \"DJ\",\n                    \"owner_id\": \"0709230e-d737-11ea-862c-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/19eedb7f-d584-4742-b410-cf6907d9d38a\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"f19fa84e-0ca1-11eb-bd48-0242ac11000a\",\n            \"created_at\": \"2020-10-12T15:45:24.797257Z\",\n            \"updated_at\": \"2021-06-13T00:17:25.692873Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"29a57ec2-7b47-11ea-ad12-0242ac110006\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"29a57ec2-7b47-11ea-ad12-0242ac110006\",\n                \"owner_type\": \"group\",\n                \"name\": \"Project Team\",\n                \"initials\": \"P\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": true,\n            \"relationship\": \"team\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 4,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"e10a7da0-2b47-11eb-bcf8-0242ac110002\",\n                \"body\": \"Thanks Sebastian!\",\n                \"date\": \"2020-11-20T15:48:48.310Z\",\n                \"subject\": \"Thanks Sebastian!\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Project Team\",\n                            \"initials\": \"P\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 7\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": true,\n                        \"recipient_id\": \"29a57ec2-7b47-11ea-ad12-0242ac110006\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Noel Carter\",\n                    \"initials\": \"NC\",\n                    \"owner_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Noel Carter\",\n                    \"initials\": \"NC\",\n                    \"owner_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"2acbb860-24fd-11eb-90f6-0242ac11000a\",\n            \"created_at\": \"2020-11-12T15:38:52.825215Z\",\n            \"updated_at\": \"2021-06-12T21:50:32.017666Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"2aaf0436-24fd-11eb-8b15-0242ac11000b\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"2aaf0436-24fd-11eb-8b15-0242ac11000b\",\n                \"owner_type\": \"group\",\n                \"name\": \"Alexandra Kalz, Davy Jones, George Smith\",\n                \"initials\": \"A\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": true,\n            \"relationship\": \"chat_group\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 6,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"1fa9a02c-2508-11eb-a3cf-0242ac11000a\",\n                \"body\": \"Another win!\",\n                \"date\": \"2020-11-12T16:57:18.603Z\",\n                \"subject\": \"Another win!\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Alexandra Kalz, Davy Jones, George Smith\",\n                            \"initials\": \"A\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/00000000-0000-0000-0000-000000000005.png\",\n                            \"member_count\": 3\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": true,\n                        \"recipient_id\": \"2aaf0436-24fd-11eb-8b15-0242ac11000b\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"7e61ccce-e39b-11ea-8454-0242ac110008\",\n            \"created_at\": \"2020-08-21T10:45:56.799626Z\",\n            \"updated_at\": \"2021-06-13T00:11:06.186729Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"5cdd38f4-e39b-11ea-96c6-0242ac110007\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"5cdd38f4-e39b-11ea-96c6-0242ac110007\",\n                \"owner_type\": \"group\",\n                \"name\": \"Area C - Supervisors\",\n                \"initials\": \"A\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": true,\n            \"relationship\": \"team\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 9,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"09adb2b8-2508-11eb-ad66-0242ac11000c\",\n                \"body\": \"Thanks!\",\n                \"date\": \"2020-11-12T16:56:41.719Z\",\n                \"subject\": \"Thanks!\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Area C - Supervisors\",\n                            \"initials\": \"A\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 6\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": true,\n                        \"recipient_id\": \"5cdd38f4-e39b-11ea-96c6-0242ac110007\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Jose Martinez\",\n                    \"initials\": \"JM\",\n                    \"owner_id\": \"49c029a2-d739-11ea-b185-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/cd5d5d6b-f323-4fca-bd66-0e052db4694a\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Jose Martinez\",\n                    \"initials\": \"JM\",\n                    \"owner_id\": \"49c029a2-d739-11ea-b185-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/cd5d5d6b-f323-4fca-bd66-0e052db4694a\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"12f01b5a-24fd-11eb-aac7-0242ac11000d\",\n            \"created_at\": \"2020-11-12T15:38:12.798361Z\",\n            \"updated_at\": \"2021-06-23T12:39:24.181653Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"a7b4fe88-d735-11ea-b185-0242ac110006\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"a7b4fe88-d735-11ea-b185-0242ac110006\",\n                \"owner_type\": \"account\",\n                \"name\": \"Alexandra Kalz\",\n                \"initials\": \"AK\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/88fa05c2-dc75-49ca-bfef-797d2ab53715\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 8,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"4ff3d518-24fe-11eb-8520-0242ac11000b\",\n                \"body\": \"Davy and I are going to lunch, do you want to join?\",\n                \"date\": \"2020-11-12T15:47:04.651Z\",\n                \"subject\": \"Davy and I are going to lunch, do you want to join?\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"George Smith\",\n                            \"initials\": \"GS\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                            \"member_count\": null\n                        },\n                        \"broadcast\": false,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"account\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Alexandra Kalz\",\n                    \"initials\": \"AK\",\n                    \"owner_id\": \"a7b4fe88-d735-11ea-b185-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/88fa05c2-dc75-49ca-bfef-797d2ab53715\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Alexandra Kalz\",\n                    \"initials\": \"AK\",\n                    \"owner_id\": \"a7b4fe88-d735-11ea-b185-0242ac110006\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/88fa05c2-dc75-49ca-bfef-797d2ab53715\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"e083a416-deb9-11e7-be8c-0242ac110002\",\n            \"created_at\": \"2017-12-11T21:25:57.512940Z\",\n            \"updated_at\": \"2021-06-23T12:53:48.248079Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n            \"participant_type\": \"account\",\n            \"participant_profile\": {\n                \"owner_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                \"owner_type\": \"account\",\n                \"name\": \"Noel Carter\",\n                \"initials\": \"NC\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\"\n            },\n            \"read_only\": false,\n            \"broadcast\": false,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": true,\n            \"has_failed_messages\": false,\n            \"message_count\": 24,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"c70be716-1ab9-11eb-8e35-0242ac110007\",\n                \"body\": \"The truck coming to pick up the shipment at 2pm will be delayed, please make sure to let everyone k…\",\n                \"date\": \"2020-10-30T14:11:17.553Z\",\n                \"subject\": \"Truck Delay\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Shipping - ALL\",\n                            \"initials\": \"S\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                            \"member_count\": 8\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"35539272-d883-11e7-ac26-0242ac110002\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/html\",\n                \"sender_profile\": {\n                    \"name\": \"Noel Carter\",\n                    \"initials\": \"NC\",\n                    \"owner_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"Noel Carter\",\n                    \"initials\": \"NC\",\n                    \"owner_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\",\n                    \"owner_type\": \"account\"\n                }\n            }\n        },\n        {\n            \"id\": \"04b5d6bc-944c-11e9-bf3d-0242ac110002\",\n            \"created_at\": \"2019-06-21T17:43:02.896213Z\",\n            \"updated_at\": \"2021-06-23T12:37:37.265338Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"owner_type\": \"account\",\n            \"owner_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"participant_id\": \"39f4571e-dbc4-11e7-b7d7-0242ac110002\",\n            \"participant_type\": \"group\",\n            \"participant_profile\": {\n                \"owner_id\": \"39f4571e-dbc4-11e7-b7d7-0242ac110002\",\n                \"owner_type\": \"group\",\n                \"name\": \"Part Time Employees\",\n                \"initials\": \"P\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n            },\n            \"read_only\": false,\n            \"broadcast\": true,\n            \"reply_all\": false,\n            \"relationship\": \"group_notifier\",\n            \"archived\": false,\n            \"has_unread_messages\": false,\n            \"has_retracted_messages\": false,\n            \"has_failed_messages\": false,\n            \"message_count\": 2,\n            \"muted\": false,\n            \"deleted\": false,\n            \"last_message\": {\n                \"id\": \"04b3315a-944c-11e9-bf3d-0242ac110002\",\n                \"body\": \"Hi team! Don’t forget about our meeting tomorrow morning at 6am. Please be on time & I’ll bring the…\",\n                \"date\": \"2019-06-21T17:43:02.872Z\",\n                \"subject\": \"Hi team! Don’t forget about our meeting tomorrow morning at 6am. Please be on time & I’ll bring the…\",\n                \"use_case\": \"direct_message\",\n                \"retracted\": false,\n                \"recipients\": [\n                    {\n                        \"profile\": {\n                            \"name\": \"Part Time Employees\",\n                            \"initials\": \"P\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\"\n                        },\n                        \"broadcast\": true,\n                        \"reply_all\": false,\n                        \"recipient_id\": \"39f4571e-dbc4-11e7-b7d7-0242ac110002\",\n                        \"broadcast_type\": null,\n                        \"recipient_type\": \"group\"\n                    }\n                ],\n                \"attachments\": [],\n                \"content_type\": \"text/plain\",\n                \"sender_profile\": {\n                    \"name\": \"George Smith\",\n                    \"initials\": \"GS\",\n                    \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"owner_type\": \"account\"\n                },\n                \"creator_profile\": {\n                    \"name\": \"\",\n                    \"initials\": \"\",\n                    \"owner_id\": null,\n                    \"avatar_url\": \"\",\n                    \"owner_type\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"391f1b2b-85b1-4017-a231-2722676714a6"},{"name":"Update conversation","id":"f1ec098a-110b-4c28-9bee-dc3d21d1a953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"muted\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.redeapp.com/api/messaging/v1/conversations/{id}","urlObject":{"protocol":"https","path":["api","messaging","v1","conversations","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1ec098a-110b-4c28-9bee-dc3d21d1a953"},{"name":"Delete conversation","id":"f548e2db-443e-4243-84f1-fe029c41a406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/conversations/{id}","urlObject":{"protocol":"https","path":["api","messaging","v1","conversations","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f548e2db-443e-4243-84f1-fe029c41a406"},{"name":"Conversation messages","id":"9eb2f46b-037d-45c7-b3d0-a9f51690bcce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/conversations/{id}/messages","urlObject":{"protocol":"https","path":["api","messaging","v1","conversations","{id}","messages"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"676eb5ba-fde3-4ac3-bfac-911827ba6a45","name":"Conversation messages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/conversations/d3f485e8-24fd-11eb-952e-0242ac110009/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 16:49:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"f028d09b3bd64beee5a20b173b5ee6352cc56249\""},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n            \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n            \"updated_at\": \"2021-07-29T14:53:26.193577Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"sender_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"creator_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"subject\": \"Testing\",\n            \"body\": \"Testing\",\n            \"content_type\": \"text/plain\",\n            \"date\": \"2021-07-29T14:53:26.067419Z\",\n            \"delivered_at\": \"2021-07-29T14:53:26.135664Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Margaret Arleen\",\n                        \"initials\": \"MA\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": null,\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": null,\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"ba88c948-f07c-11eb-a2fd-0242ac110002\",\n                \"created_at\": \"2021-07-29T14:53:26.106982Z\",\n                \"updated_at\": \"2021-07-29T14:53:26.107041Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n                \"sent\": true,\n                \"read\": true,\n                \"read_at\": \"2021-07-29T14:53:26.106769Z\"\n            },\n            \"read_receipts\": null\n        },\n        {\n            \"id\": \"a16eccda-e65b-11eb-beb5-0242ac110003\",\n            \"created_at\": \"2021-07-16T17:31:18.973786Z\",\n            \"updated_at\": \"2021-07-16T17:31:19.109061Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"sender_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"creator_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"subject\": \"You got it!\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>You got it!</p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2021-07-16T17:31:18.960027Z\",\n            \"delivered_at\": \"2021-07-16T17:31:19.030062Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Margaret Arleen\",\n                        \"initials\": \"MA\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": \"faa76c50-e645-11eb-acb5-0242ac110010\",\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"a171e5d2-e65b-11eb-beb5-0242ac110003\",\n                \"created_at\": \"2021-07-16T17:31:18.994084Z\",\n                \"updated_at\": \"2021-07-16T17:31:18.994135Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"a16eccda-e65b-11eb-beb5-0242ac110003\",\n                \"sent\": true,\n                \"read\": true,\n                \"read_at\": \"2021-07-16T17:31:18.993876Z\"\n            },\n            \"read_receipts\": {\n                \"recipient_count\": 1,\n                \"read_count\": 1,\n                \"notifications\": [\n                    {\n                        \"id\": \"a1749f16-e65b-11eb-806f-0242ac11000d\",\n                        \"read\": true,\n                        \"read_at\": \"2021-07-16T17:32:28.972142Z\",\n                        \"owner_profile\": {\n                            \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                            \"owner_type\": \"account\",\n                            \"name\": \"Margaret Arleen\",\n                            \"initials\": \"MA\",\n                            \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"faa76c50-e645-11eb-acb5-0242ac110010\",\n            \"created_at\": \"2021-07-16T14:56:19.734039Z\",\n            \"updated_at\": \"2021-07-16T14:56:20.033886Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"791055e0-c4a6-11e7-9b75-0242ac110003\",\n            \"sender_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"creator_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"creator_profile_id\": \"791055e0-c4a6-11e7-9b75-0242ac110003\",\n            \"creator_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"subject\": \"Thanks for the heads up!\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>Thanks for the heads up!</p><p><br></p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2021-07-16T14:56:19.721104Z\",\n            \"delivered_at\": \"2021-07-16T14:56:19.803341Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"George Smith\",\n                        \"initials\": \"GS\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": \"ab6180c6-713e-11eb-99be-0242ac110007\",\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"faaef2e0-e645-11eb-9024-0242ac11000f\",\n                \"created_at\": \"2021-07-16T14:56:19.783365Z\",\n                \"updated_at\": \"2021-07-16T17:31:07.515445Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"faa76c50-e645-11eb-acb5-0242ac110010\",\n                \"sent\": false,\n                \"read\": true,\n                \"read_at\": \"2021-07-16T17:31:07.515437Z\"\n            },\n            \"read_receipts\": null\n        },\n        {\n            \"id\": \"617dc9f2-6bd4-11eb-a2ad-0242ac110002\",\n            \"created_at\": \"2021-02-10T19:15:47.780470Z\",\n            \"updated_at\": \"2021-03-31T14:13:25.668527Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"sender_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"creator_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"subject\": \"Hola margaret!\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>Hola margaret!</p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2021-02-10T19:15:47.770731Z\",\n            \"delivered_at\": \"2021-02-10T19:15:47.849274Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Margaret Arleen\",\n                        \"initials\": \"MA\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": null,\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"618118f0-6bd4-11eb-a2ad-0242ac110002\",\n                \"created_at\": \"2021-02-10T19:15:47.802164Z\",\n                \"updated_at\": \"2021-02-10T19:15:47.802249Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"617dc9f2-6bd4-11eb-a2ad-0242ac110002\",\n                \"sent\": true,\n                \"read\": true,\n                \"read_at\": \"2021-02-10T19:15:47.801854Z\"\n            },\n            \"read_receipts\": null\n        },\n        {\n            \"id\": \"971afece-5c14-11eb-beef-0242ac11000c\",\n            \"created_at\": \"2021-01-21T18:15:06.916236Z\",\n            \"updated_at\": \"2021-03-31T14:16:07.089260Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"sender_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"creator_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"subject\": \"Hey is anyone available to cover a shift this weekend?\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>Hey is anyone available to cover a shift this weekend?</p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2021-01-21T18:15:06.906347Z\",\n            \"delivered_at\": \"2021-01-21T18:15:07.127478Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Zengo\",\n                        \"initials\": \"Z\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/f1f3e49d-a4f1-4ec3-84c4-c997881ce166.jpg\",\n                        \"member_count\": 24\n                    },\n                    \"broadcast\": true,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n                    \"relationship\": \"network_notifier\",\n                    \"recipient_type\": \"network\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": null,\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"9730d802-5c14-11eb-b725-0242ac11000d\",\n                \"created_at\": \"2021-01-21T18:15:07.059411Z\",\n                \"updated_at\": \"2021-01-21T18:15:07.059414Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"971afece-5c14-11eb-beef-0242ac11000c\",\n                \"sent\": true,\n                \"read\": true,\n                \"read_at\": \"2021-01-21T18:15:07.059394Z\"\n            },\n            \"read_receipts\": null\n        },\n        {\n            \"id\": \"fd1cd47e-250d-11eb-a41b-0242ac11000b\",\n            \"created_at\": \"2020-11-12T17:39:17.625988Z\",\n            \"updated_at\": \"2021-03-31T14:30:13.526710Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"791055e0-c4a6-11e7-9b75-0242ac110003\",\n            \"sender_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"creator_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"creator_profile_id\": \"791055e0-c4a6-11e7-9b75-0242ac110003\",\n            \"creator_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"subject\": \"Thanks for the heads up!\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>Thanks for the heads up!</p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2020-11-12T17:39:17.617673Z\",\n            \"delivered_at\": \"2020-11-12T17:39:17.715093Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"name\": \"George Smith\",\n                    \"profile\": {\n                        \"name\": \"George Smith\",\n                        \"initials\": \"GS\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                        \"member_count\": null\n                    },\n                    \"initials\": \"GS\",\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\",\n                    \"recipient_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": \"d3eb9e06-24fd-11eb-952e-0242ac110009\",\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"fd279044-250d-11eb-9050-0242ac110007\",\n                \"created_at\": \"2020-11-12T17:39:17.696332Z\",\n                \"updated_at\": \"2020-11-12T17:44:56.192613Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"fd1cd47e-250d-11eb-a41b-0242ac11000b\",\n                \"sent\": false,\n                \"read\": true,\n                \"read_at\": \"2020-11-12T17:44:56.192606Z\"\n            },\n            \"read_receipts\": null\n        },\n        {\n            \"id\": \"d3eb9e06-24fd-11eb-952e-0242ac110009\",\n            \"created_at\": \"2020-11-12T15:43:36.569207Z\",\n            \"updated_at\": \"2021-03-31T14:30:15.248460Z\",\n            \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n            \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"sender_type\": \"account\",\n            \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"sender_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n            \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n            \"creator_profile\": {\n                \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n                \"owner_type\": \"account\",\n                \"name\": \"George Smith\",\n                \"initials\": \"GS\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n            },\n            \"subject\": \"All- Be advised the snow storm has caused dangerous conditions and delays on I-65. We will be runni…\",\n            \"body\": \"<!doctype html><html><head><meta name=\\\"viewport\\\" content=\\\"initial-scale=1.0\\\" /><meta charset=\\\"utf-8\\\"><style>.style-helper-wrap{font-family: \\\"titillium web\\\", titillium, sans-serif;}.style-helper-wrap .ql-align-center{text-align: center;}.style-helper-wrap .ql-align-right{text-align: right;}.style-helper-wrap img{max-width: 100%; height: auto;}.style-helper-wrap video{width: 100%; height: auto;}.style-helper-wrap p{margin: 0;}</style></head><body><div class=\\\"style-helper-wrap\\\"><p>All-</p>\\n<p>Be advised the snow storm has caused dangerous conditions and delays on I-65. We will be running a limited shift in response, please dont worry if you are running late due to this inclement weather.</p>\\n<p>STAY SAFE!!</p></div></body></html>\",\n            \"content_type\": \"text/html\",\n            \"date\": \"2020-11-12T15:43:36.530811Z\",\n            \"delivered_at\": \"2020-11-12T15:43:36.957570Z\",\n            \"status\": \"sent\",\n            \"use_case\": \"direct_message\",\n            \"recipients\": [\n                {\n                    \"profile\": {\n                        \"name\": \"Noel Carter\",\n                        \"initials\": \"NC\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d7c1f1c-daac-11e7-ad43-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"d760ea31-e7da-4717-84a0-41680d80dbf9\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Kevin Bob\",\n                        \"initials\": \"KB\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/5d9a91d4-d894-11e7-ac26-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"b4b35719-d782-4c4c-ad3a-7bb32c1eb478\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Davy Jones\",\n                        \"initials\": \"DJ\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/19eedb7f-d584-4742-b410-cf6907d9d38a\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"0709230e-d737-11ea-862c-0242ac110006\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Alexandra Kalz\",\n                        \"initials\": \"AK\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/88fa05c2-dc75-49ca-bfef-797d2ab53715\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"a7b4fe88-d735-11ea-b185-0242ac110006\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Margaret Arleen\",\n                        \"initials\": \"MA\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"April Mays\",\n                        \"initials\": \"AM\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/9c738c48-38a3-4ab0-80df-06f43baaf845\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"b7e66c7e-d73a-11ea-abf1-0242ac110005\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Doc Martin\",\n                        \"initials\": \"DM\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/85b884fd-9d85-4895-97f4-d421281c67d1\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"1352e710-d739-11ea-88a8-0242ac110007\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                },\n                {\n                    \"profile\": {\n                        \"name\": \"Jose Martinez\",\n                        \"initials\": \"JM\",\n                        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/cd5d5d6b-f323-4fca-bd66-0e052db4694a\",\n                        \"member_count\": null\n                    },\n                    \"broadcast\": false,\n                    \"reply_all\": false,\n                    \"recipient_id\": \"49c029a2-d739-11ea-b185-0242ac110006\",\n                    \"relationship\": \"group_notifier\",\n                    \"recipient_type\": \"account\"\n                }\n            ],\n            \"attachments\": [],\n            \"embedded_attachments\": null,\n            \"has_embedded_link\": false,\n            \"template_id\": null,\n            \"reply_to_id\": null,\n            \"triggered\": false,\n            \"transcoding\": false,\n            \"tags\": null,\n            \"variable_list_id\": null,\n            \"notification\": {\n                \"id\": \"d405d118-24fd-11eb-952e-0242ac110009\",\n                \"created_at\": \"2020-11-12T15:43:36.740912Z\",\n                \"updated_at\": \"2020-11-12T15:43:36.740979Z\",\n                \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n                \"message_id\": \"d3eb9e06-24fd-11eb-952e-0242ac110009\",\n                \"sent\": true,\n                \"read\": true,\n                \"read_at\": \"2020-11-12T15:43:36.740647Z\"\n            },\n            \"read_receipts\": null\n        }\n    ]\n}"}],"_postman_id":"9eb2f46b-037d-45c7-b3d0-a9f51690bcce"},{"name":"Message notification","id":"b077a65f-39cc-4efd-be12-6384705fc8fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/messages/{id}/notification","urlObject":{"protocol":"https","path":["api","messaging","v1","messages","{id}","notification"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"710f6419-c1b6-4569-b77e-b76dd5a9a155","name":"Message notification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/messages/ba848c0c-f07c-11eb-a2fd-0242ac110002/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 16:52:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n    \"created_at\": \"2021-07-29T14:53:26.079204Z\",\n    \"updated_at\": \"2021-07-29T14:53:26.193577Z\",\n    \"network_id\": \"89f51460-bb3f-11e7-9b75-0242ac110003\",\n    \"sender_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"sender_type\": \"account\",\n    \"sender_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"sender_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"creator_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n    \"creator_profile_id\": \"219bbbbe-ba61-11e7-9451-0242ac110002\",\n    \"creator_profile\": {\n        \"owner_id\": \"43b34765-b56d-4eaf-9efd-201464660954\",\n        \"owner_type\": \"account\",\n        \"name\": \"George Smith\",\n        \"initials\": \"GS\",\n        \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/2d03f106-bfc0-11e7-9b75-0242ac110003\"\n    },\n    \"subject\": \"Testing\",\n    \"body\": \"Testing\",\n    \"content_type\": \"text/plain\",\n    \"date\": \"2021-07-29T14:53:26.067419Z\",\n    \"delivered_at\": \"2021-07-29T14:53:26.135664Z\",\n    \"status\": \"sent\",\n    \"use_case\": \"direct_message\",\n    \"recipients\": [\n        {\n            \"profile\": {\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\",\n                \"member_count\": null\n            },\n            \"recipient_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n            \"relationship\": \"group_notifier\",\n            \"recipient_type\": \"account\"\n        }\n    ],\n    \"attachments\": null,\n    \"embedded_attachments\": null,\n    \"has_embedded_link\": false,\n    \"template_id\": null,\n    \"reply_to_id\": null,\n    \"triggered\": false,\n    \"transcoding\": false,\n    \"tags\": null,\n    \"variable_list_id\": null,\n    \"notification\": {\n        \"id\": \"ba88c948-f07c-11eb-a2fd-0242ac110002\",\n        \"created_at\": \"2021-07-29T14:53:26.106982Z\",\n        \"updated_at\": \"2021-07-29T14:53:26.107041Z\",\n        \"conversation_id\": \"d3f485e8-24fd-11eb-952e-0242ac110009\",\n        \"message_id\": \"ba848c0c-f07c-11eb-a2fd-0242ac110002\",\n        \"sent\": true,\n        \"read\": true,\n        \"read_at\": \"2021-07-29T14:53:26.106769Z\"\n    },\n    \"read_receipts\": null\n}"}],"_postman_id":"b077a65f-39cc-4efd-be12-6384705fc8fe"},{"name":"Delete notification","id":"ad40ee63-d30d-4593-957b-526ec9965930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"http://secure.redeapp.com/api/messaging/v1/notifications/{id}","description":"<p>This will remove the message from the corresponding conversation. The message will still remain in other conversations (that may belong to other accounts or the network).</p>\n","urlObject":{"protocol":"http","path":["api","messaging","v1","notifications","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad40ee63-d30d-4593-957b-526ec9965930"},{"name":"Message read receipts","id":"13264ecf-fca1-4683-b725-548951d7d5bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/messages/ba848c0c-f07c-11eb-a2fd-0242ac110002/read_receipts","urlObject":{"protocol":"https","path":["api","messaging","v1","messages","ba848c0c-f07c-11eb-a2fd-0242ac110002","read_receipts"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[{"id":"bed197ec-0ac4-4dcf-b709-f73edc8fd35f","name":"Message read receipts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/messaging/v1/messages/ba848c0c-f07c-11eb-a2fd-0242ac110002/read_receipts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 30 Jul 2021 16:53:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"379"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": \"ba8ac7fc-f07c-11eb-a2fd-0242ac110002\",\n            \"read\": false,\n            \"read_at\": null,\n            \"owner_profile\": {\n                \"owner_id\": \"ea48d7b1-79df-42bb-82ff-0afdcd8e9017\",\n                \"owner_type\": \"account\",\n                \"name\": \"Margaret Arleen\",\n                \"initials\": \"MA\",\n                \"avatar_url\": \"https://s3.amazonaws.com/media.redeapp.com/22a994be-d892-11e7-ac26-0242ac110002\"\n            },\n            \"push\": null\n        }\n    ],\n    \"read_count\": 0\n}"}],"_postman_id":"13264ecf-fca1-4683-b725-548951d7d5bd"},{"name":"Read entire conversation","id":"c9af8997-3c8e-428d-b16c-491970edebfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://secure.redeapp.com/api/messaging/v1/conversations/{id}/read","urlObject":{"protocol":"http","path":["api","messaging","v1","conversations","{id}","read"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9af8997-3c8e-428d-b16c-491970edebfd"},{"name":"Archive conversation","id":"3d37c7c6-559a-43da-96a0-b1460394bc52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://secure.redeapp.com/api/messaging/v1/conversations/{id}/archive","urlObject":{"protocol":"http","path":["api","messaging","v1","conversations","{id}","archive"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d37c7c6-559a-43da-96a0-b1460394bc52"},{"name":"Unarchive conversation","id":"b42c6a68-95ea-40c1-af67-2ddc908c2b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://secure.redeapp.com/api/messaging/v1/conversations/{id}/unarchive","urlObject":{"protocol":"http","path":["api","messaging","v1","conversations","{id}","unarchive"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b42c6a68-95ea-40c1-af67-2ddc908c2b2d"},{"name":"Retract message","id":"ec54b587-606f-4323-bfd5-c63341d46ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://secure.redeapp.com/api/messaging/v1/messages/{id}/retract","description":"<p>Retracting a message will \"mask\" its contents. This may be used in case of inappropriate content. The sender will still have access to the original contents, but the recipients will only be able to access the masked contents.</p>\n","urlObject":{"protocol":"http","path":["api","messaging","v1","messages","{id}","retract"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec54b587-606f-4323-bfd5-c63341d46ea7"}],"id":"5985357b-743d-48ca-a78e-08133290468a","description":"<p>Red e App messaging is different than many messaging apps in that a message can belong to one or many conversations.</p>\n<p>A conversation object has only one owner. A message is delivered to both the sender and recipients' conversations via a notification object. If a notification is deleted, the associated message is removed from only the owner's conversation.</p>\n","_postman_id":"5985357b-743d-48ca-a78e-08133290468a"},{"name":"Networks","item":[{"name":"List network admins","id":"fefd0885-f9fc-4b46-b236-5c6629052d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networkadmins?network_id=","urlObject":{"protocol":"https","path":["api","networks","v1","networkadmins"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"fefd0885-f9fc-4b46-b236-5c6629052d05"},{"name":"Create network admin","id":"f809ed02-b719-4eb2-aac8-d5cd99297867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"account_id\": \"\",\n    \"daily_email_enabled\": true,\n    \"admin_levels\": [\"master_admin | admin.messages | admin.people | admin.resources | admin.analytics | admin.shifts | admin.forms\"]\n}"},"url":"https://secure.redeapp.com/api/networks/v1/networkadmins","urlObject":{"protocol":"https","path":["api","networks","v1","networkadmins"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f809ed02-b719-4eb2-aac8-d5cd99297867"},{"name":"Network settings","id":"d7e851c5-4d4b-4585-9bd2-bd734f196bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networks/{id}/network_settings","urlObject":{"protocol":"https","path":["api","networks","v1","networks","{id}","network_settings"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7e851c5-4d4b-4585-9bd2-bd734f196bf9"},{"name":"Update network settings","id":"31f1689d-d68d-47b7-8a10-a7c3317002f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"directory_enabled\": true,\n    \"shifts_enabled\": false,\n    \"smart_messages_enabled\": true,\n    \"static_network_push_title\": null,\n    \"message_expiration_minutes\": null,\n    \"employee_key_name\": \"RedeKey\",\n    \"forms_enabled\": false,\n    \"forms_folder_id\": null,\n    \"auth_forward_whitelist\": null,\n    \"teams_enabled\": true,\n    \"team_membership_limit\": 100,\n    \"device_passcode_required\": false,\n    \"passport_enabled\": false,\n    \"passport_location_tracking_enabled\": false,\n    \"phone_support_enabled\": false,\n    \"account_profile_fields\": [\n        {\n            \"name\": \"Job Title\",\n            \"default\": true,\n            \"read_only\": false\n        },\n        {\n            \"name\": \"Location\",\n            \"default\": true,\n            \"read_only\": false\n        },\n        {\n            \"name\": \"Bio\",\n            \"default\": true,\n            \"read_only\": false\n        }\n    ]\n}"},"url":"https://secure.redeapp.com/api/networks/v1/networks/{id}/network_settings","urlObject":{"protocol":"https","path":["api","networks","v1","networks","{id}","network_settings"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"31f1689d-d68d-47b7-8a10-a7c3317002f3"},{"name":"Network profile","id":"fb6fddab-a662-4212-90e9-f489aa33d718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networks/{id}/network_profile","urlObject":{"protocol":"https","path":["api","networks","v1","networks","{id}","network_profile"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb6fddab-a662-4212-90e9-f489aa33d718"},{"name":"Update network profile","id":"763b84e6-1a52-4bf2-8994-cd24687fc416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"street1\": \"\",\n\t\"street2\": \"\",\n\t\"phone_number\": \"\",\n\t\"phone_extension\": null,\n\t\"twitter_id\": null,\n\t\"facebook_url\": null,\n\t\"website_url\": \"\"\n}"},"url":"https://secure.redeapp.com/api/networks/v1/networks/{id}/network_profile","urlObject":{"protocol":"https","path":["api","networks","v1","networks","{id}","network_profile"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"763b84e6-1a52-4bf2-8994-cd24687fc416"},{"name":"Create network notifier","id":"5d4156db-6c5f-410c-89b9-1ddc1f736916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"subscription_id\": \"\",\n    \"account_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/networks/v1/networknotifiers","urlObject":{"protocol":"https","path":["api","networks","v1","networknotifiers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d4156db-6c5f-410c-89b9-1ddc1f736916"},{"name":"List network notifiers","id":"02a75b74-68b3-446e-bc55-d340c57379cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networknotifiers?network_id=","urlObject":{"protocol":"https","path":["api","networks","v1","networknotifiers"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"02a75b74-68b3-446e-bc55-d340c57379cc"},{"name":"Network directory","id":"2c605a76-a0df-4dd1-b0e3-06236b39e8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networks/{id}/directory","urlObject":{"protocol":"https","path":["api","networks","v1","networks","{id}","directory"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c605a76-a0df-4dd1-b0e3-06236b39e8c5"},{"name":"List networks for admin","id":"41f2f8c6-1c60-4c90-882c-1667343723b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/networkadmins/networks","description":"<p>Provide the requesting user the list of networks for which they are an admin.</p>\n","urlObject":{"protocol":"https","path":["api","networks","v1","networkadmins","networks"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"41f2f8c6-1c60-4c90-882c-1667343723b6"},{"name":"List networks for account","id":"8fbb5afe-9b14-44ed-9fbc-a3e801be3180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://secure.redeapp.com/api/networks/v1/accounts/{id}/networks","description":"<p>Provide the requesting user the list of networks for which they are a member.</p>\n","urlObject":{"protocol":"https","path":["api","networks","v1","accounts","{id}","networks"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fbb5afe-9b14-44ed-9fbc-a3e801be3180"}],"id":"9798fead-9219-46de-a0da-3a49a2ae2c04","_postman_id":"9798fead-9219-46de-a0da-3a49a2ae2c04","description":""},{"name":"Push","item":[{"name":"Badge","id":"146837e8-c786-4c76-a5b7-3036e43fb102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/push/v1/accounts/{id}/badge","urlObject":{"protocol":"https","path":["api","push","v1","accounts","{id}","badge"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"146837e8-c786-4c76-a5b7-3036e43fb102"},{"name":"Mark push received","id":"214d28ed-83ad-42fc-8121-ab8c40a9e960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"received\": true\n}"},"url":"https://secure.redeapp.com/api/push/v1/pushes/{id}","urlObject":{"protocol":"https","path":["api","push","v1","pushes","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"214d28ed-83ad-42fc-8121-ab8c40a9e960"}],"id":"6b8adffd-e5f9-4108-8158-cfdd15925f37","_postman_id":"6b8adffd-e5f9-4108-8158-cfdd15925f37","description":""},{"name":"Resources","item":[{"name":"List resource folders","id":"41a1a521-3e5d-4c4d-a6ee-360d8932f7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/resources/v1/folders?network_id=","urlObject":{"protocol":"https","path":["api","resources","v1","folders"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"41a1a521-3e5d-4c4d-a6ee-360d8932f7b1"},{"name":"Create resource folder","id":"c7ab6e47-15b8-4ee8-9cd5-b825740d09b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"name\": \"\",\n    \"parent_id\": null\n}"},"url":"https://secure.redeapp.com/api/resources/v1/folders","urlObject":{"protocol":"https","path":["api","resources","v1","folders"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7ab6e47-15b8-4ee8-9cd5-b825740d09b0"},{"name":"Update resource folder","id":"babb6760-06c3-4852-9468-7eb501d44781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\",\n    \"permissions\": [\n        {\n            \"grantee_id\": \"\",\n            \"grantee_type\": \"group\"\n        }\n    ],\n    \"parent_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/resources/v1/folders/{id}","urlObject":{"protocol":"https","path":["api","resources","v1","folders","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"babb6760-06c3-4852-9468-7eb501d44781"},{"name":"Resource folder tree","id":"1d9c231b-a392-4fce-9020-440009f68503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/resources/v1/folders/tree?network_id=","urlObject":{"protocol":"https","path":["api","resources","v1","folders","tree"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"1d9c231b-a392-4fce-9020-440009f68503"},{"name":"List resource files","id":"8f321f56-2498-49b9-889e-ebf484c277e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/resources/v1/files?network_id=","urlObject":{"protocol":"https","path":["api","resources","v1","files"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"8f321f56-2498-49b9-889e-ebf484c277e2"},{"name":"Create resource file","id":"ec21b958-b871-4cd7-8b9e-e9bb5c34be9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"\",\n    \"network_id\": \"\",\n    \"name\": \"\",\n    \"content_type\": \"\",\n    \"uploaded\": true,\n    \"object_key\": \"\",\n    \"size\": 0\n}"},"url":"https://secure.redeapp.com/api/resources/v1/files","urlObject":{"protocol":"https","path":["api","resources","v1","files"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec21b958-b871-4cd7-8b9e-e9bb5c34be9e"},{"name":"Create HTML resource file","id":"f2a0fa38-cc19-4bad-ad02-ee92b812c0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": null,\n    \"network_id\": \"\",\n    \"name\": \"\",\n    \"content_type\": \"text/html\",\n    \"uploaded\": false,\n    \"content\": \"<h1>Placeholder</h1>\"\n}"},"url":"https://secure.redeapp.com/api/resources/v1/files","urlObject":{"protocol":"https","path":["api","resources","v1","files"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2a0fa38-cc19-4bad-ad02-ee92b812c0e4"},{"name":"Update resource file","id":"0365caf7-4bab-4af2-b1be-4cf3a89d3d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"\",\n    \"name\": \"\",\n    \"content_type\": \"\"\n}"},"url":"https://secure.redeapp.com/api/resources/v1/files","urlObject":{"protocol":"https","path":["api","resources","v1","files"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0365caf7-4bab-4af2-b1be-4cf3a89d3d72"},{"name":"Download resource file","id":"f4d37322-c9fd-4625-921e-12ffbfbf40cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/resources/v1/files/{id}/download","urlObject":{"protocol":"https","path":["api","resources","v1","files","{id}","download"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4d37322-c9fd-4625-921e-12ffbfbf40cb"},{"name":"Export resource analytics","id":"78b3c847-93ee-4c2a-82cd-e5fff20b8695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/resources/v1/files/analytics?network_id=","urlObject":{"protocol":"https","path":["api","resources","v1","files","analytics"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"78b3c847-93ee-4c2a-82cd-e5fff20b8695"}],"id":"c5a9f825-c82c-4125-b2e4-96fdc291f24b","_postman_id":"c5a9f825-c82c-4125-b2e4-96fdc291f24b","description":""},{"name":"Shifts","item":[{"name":"List shift configurations","id":"49d75172-68bb-4013-bb94-8b9ab38ec926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/shifts/v1/networks/{id}/configurations","description":"<p>Lists the shift configurations within the supplied network for which the requesting user is a member.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","networks","{id}","configurations"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49d75172-68bb-4013-bb94-8b9ab38ec926"},{"name":"List shift approvers","id":"95f2d662-78c4-4a8f-863f-e2ead21a23e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/shifts/v1/approvers?configuration_id=","urlObject":{"protocol":"https","path":["api","shifts","v1","approvers"],"host":["secure","redeapp","com"],"query":[{"key":"configuration_id","value":""}],"variable":[]}},"response":[],"_postman_id":"95f2d662-78c4-4a8f-863f-e2ead21a23e6"},{"name":"Create shift approver","id":"9fecd764-57fd-4be4-b273-5a8f26b3f921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"configuration_id\": \"\",\n    \"approving_account_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/approvers","urlObject":{"protocol":"https","path":["api","shifts","v1","approvers"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fecd764-57fd-4be4-b273-5a8f26b3f921"},{"name":"Create shift","id":"9c544bf5-a6cb-4ada-88ae-0f476fb6602f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"start_at\": \"2030-07-01T00:00:00Z\",\n    \"end_at\": \"2030-07-01T12:00:00Z\"\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/shifts","description":"<p>Creates a shift with a start and end date/time. The user who creates the shift is automatically set as the holder of that shift.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","shifts"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c544bf5-a6cb-4ada-88ae-0f476fb6602f"},{"name":"List shift announcements","id":"87423768-2495-4ab9-bf59-7e53049f54b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/shifts/v1/networks/{id}/announcements","description":"<p>Lists all shift announcements within the supplied network for configurations in which the requesting user is a member. Can filter the results with query parameters <code>is_approved=true</code> for recently-approved shift announcements, and <code>has_pending_request=true</code> for announcements that are awaiting approval.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","networks","{id}","announcements"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87423768-2495-4ab9-bf59-7e53049f54b3"},{"name":"Create shift announcement","id":"4b977252-41a6-404a-a6ad-7c8dbf1d2e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shift_id\": \"\",\n    \"configuration_id\": \"\",\n    \"comment\": \"Please pick up my shift.\"\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/announcements","description":"<p>Creates an announcement for an existing shift (must first create a shift) for the supplied shift configuration. Other members of that shift configuration can then request or pick up the shift, depending on the configuration settings.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","announcements"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b977252-41a6-404a-a6ad-7c8dbf1d2e65"},{"name":"List shift requests","id":"9b2ec646-17b6-4fca-908b-ed07ac3de048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/shifts/v1/requests?announcement_id=","description":"<p>Lists all requests for a given shift announcement, including requests that were previously denied. Only one request can be pending at any given time.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","requests"],"host":["secure","redeapp","com"],"query":[{"key":"announcement_id","value":""}],"variable":[]}},"response":[],"_postman_id":"9b2ec646-17b6-4fca-908b-ed07ac3de048"},{"name":"Create shift request","id":"4ec7e7f2-a25a-4e05-99c9-84ff58f8a2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"announcement_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/requests","description":"<p>Creates a pick-up request for a supplied shift announcement. If the shift configuration is auto-approve, then the shift will immediately change holders. If the shift configuration requires approval, a message will be sent to the shift approver(s) with the request.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","requests"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ec7e7f2-a25a-4e05-99c9-84ff58f8a2ea"},{"name":"Approve/deny shift request","id":"458211fc-87ce-425d-a46f-2aaa8b8a6665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"is_approved\": true,\n  \"comment\": null\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/requests/{id}","description":"<p>Approves or denies a shift request. Only used in configurations that require approval.</p>\n","urlObject":{"protocol":"https","path":["api","shifts","v1","requests","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"458211fc-87ce-425d-a46f-2aaa8b8a6665"},{"name":"Shift profile","id":"ff7c69ae-8a3b-49c5-b7f8-3b5ad17b22c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":"https://secure.redeapp.com/api/shifts/v1/shiftprofiles/me","urlObject":{"protocol":"https","path":["api","shifts","v1","shiftprofiles","me"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff7c69ae-8a3b-49c5-b7f8-3b5ad17b22c8"},{"name":"Update shift profile","id":"ae0ddf3f-4f94-46af-be50-badd197285bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"notification_enabled\": true,\n    \"notification_frequency\": \"PT8H\"\n}"},"url":"https://secure.redeapp.com/api/shifts/v1/shiftprofiles/{id}","urlObject":{"protocol":"https","path":["api","shifts","v1","shiftprofiles","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae0ddf3f-4f94-46af-be50-badd197285bf"}],"id":"d832d5bc-a41c-45e9-bbd2-40c1d03dc7b8","_postman_id":"d832d5bc-a41c-45e9-bbd2-40c1d03dc7b8","description":""},{"name":"Subscriptions","item":[{"name":"List subscriptions","id":"122d6ad6-5d15-4970-9040-7209c6c82412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions/members?network_id=","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions","members"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"122d6ad6-5d15-4970-9040-7209c6c82412"},{"name":"Export subscriptions","id":"707807ec-496d-4818-bd04-29a878f39d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>"}],"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions/members_export?network_id=","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions","members_export"],"host":["secure","redeapp","com"],"query":[{"key":"network_id","value":""}],"variable":[]}},"response":[],"_postman_id":"707807ec-496d-4818-bd04-29a878f39d45"},{"name":"Create subscription","id":"e430c4ab-3ac9-4ef6-9be4-88086f1965de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\",\n    \"employee_key\": \"\",\n    \"last_name\": \"\"\n}\n\n"},"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e430c4ab-3ac9-4ef6-9be4-88086f1965de"},{"name":"Delete subscription","id":"647202fa-c6c7-4651-bff5-1f5d8ac07ff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions/{id}","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions","{id}"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"647202fa-c6c7-4651-bff5-1f5d8ac07ff8"},{"name":"Pending subscription","id":"da48e464-5c50-47e9-bea8-64cacb68afe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions/pending?network_key=","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions","pending"],"host":["secure","redeapp","com"],"query":[{"key":"network_key","value":""}],"variable":[]}},"response":[],"_postman_id":"da48e464-5c50-47e9-bea8-64cacb68afe0"},{"name":"Activate subscription","id":"8b76a910-6d7f-448c-a3c5-f67b4606c2c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_key\": \"\",\n    \"employee_key\": \"\"\n}"},"url":"https://secure.redeapp.com/api/subscriptions/v1/subscriptions/activate","urlObject":{"protocol":"https","path":["api","subscriptions","v1","subscriptions","activate"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b76a910-6d7f-448c-a3c5-f67b4606c2c7"},{"name":"Create onboard invitation","id":"2a6a33c8-a3f3-431c-a7e2-31a6b5f8665d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subscription_id\": \"\",\n    \"invitation_type\": \"email | sms\"\n}\n\n"},"url":"https://secure.redeapp.com/api/subscriptions/v1/onboardinvitations","urlObject":{"protocol":"https","path":["api","subscriptions","v1","onboardinvitations"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a6a33c8-a3f3-431c-a7e2-31a6b5f8665d"},{"name":"Invite all pending subscriptions","id":"8dcb8b4a-c1b4-4116-90b5-5ffecf2318b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"network_id\": \"\"\n}"},"url":"https://secure.redeapp.com/api/subscriptions/v1/onboardinvitations/invite_all","urlObject":{"protocol":"https","path":["api","subscriptions","v1","onboardinvitations","invite_all"],"host":["secure","redeapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dcb8b4a-c1b4-4116-90b5-5ffecf2318b8"}],"id":"48cec691-a187-42ff-a064-6662308c8ba9","description":"<p>A subscription represents an employee's membership in their employer's company network. An employee must authenticate their pending subscription by either entering their personal employee key, or by a \"magic\" link that their network admin sends them (see onboard invitations).</p>\n","_postman_id":"48cec691-a187-42ff-a064-6662308c8ba9"}]}