{ "info": { "_postman_id": "4eaf79b0-8b05-4a0f-9019-07d117aa353b", "name": "Unified.to account messaging API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-4eaf79b0-8b05-4a0f-9019-07d117aa353b" }, "item": [ { "name": "messaging", "item": [ { "name": "{connection_id}", "item": [ { "name": "channel", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Channel", "id": "4298afd4-c311-4c0b-937c-02822247394c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/channel/:id?fields=name&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "channel", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f99ee760-4271-47fb-b140-58b866780b46", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ac2fb47d-b73c-499e-bd40-362838bcc33a", "key": "id", "value": "", "description": "(Required) ID of the Channel" } ] } }, "response": [ { "id": "0a5e8b15-1fae-447c-bdbd-32ebae4d3bfb", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/channel/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "channel", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_d\": \"sint pariatur\"\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-0a5e8b15-1fae-447c-bdbd-32ebae4d3bfb" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-4298afd4-c311-4c0b-937c-02822247394c" } ], "id": "54f97a19-8602-43b3-a008-8c4f5a39a98e", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-54f97a19-8602-43b3-a008-8c4f5a39a98e" }, { "name": "List All Channels", "id": "dfb7a35b-9fbd-4b9f-9c1a-ea6766f3a2c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/channel?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&type=&fields=name&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "channel" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "74b3cfc2-ce34-4ddc-aed6-77420ccf350e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6cdd0232-fc26-48e5-b826-f25fc407e3bd", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/channel?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&type=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "channel" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"consecteturd_b\": -46445239.90709999\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"doa\": \"nulla aute\"\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-6cdd0232-fc26-48e5-b826-f25fc407e3bd" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-dfb7a35b-9fbd-4b9f-9c1a-ea6766f3a2c5" } ], "id": "1d63e7ee-4920-40b9-a85c-f9451b1a934f", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-1d63e7ee-4920-40b9-a85c-f9451b1a934f" }, { "name": "event", "item": [ { "name": "{id}", "item": [ { "name": "Update an Event", "id": "169dc3f0-80a2-4a21-a01c-491589a9d7fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=type&fields=channel&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Fields to return", "key": "fields", "value": "channel" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bf6474f3-5fe6-4875-9eb4-c84899715922", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "467d181e-7d9b-4ad0-a99c-1c58f0339691", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "4317f8a4-fc3b-4390-a35a-66a2ad1c314f", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=channel&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "channel" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-4317f8a4-fc3b-4390-a35a-66a2ad1c314f" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-169dc3f0-80a2-4a21-a01c-491589a9d7fc" }, { "name": "Update an Event", "id": "f9401f5c-d420-4214-a31b-abd342d8eb77", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=type&fields=channel&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Fields to return", "key": "fields", "value": "channel" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a35a5c35-0a1e-470f-8df4-bb1e0e79d5b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4534b6f8-e2ae-4241-bb10-00f7b64c58b6", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "8d8257a1-4e14-4834-9b9e-f25d9fe7a919", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=channel&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "channel" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"button\": {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n \"channel\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"has_subchannels\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_private\": \"\",\n \"members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"raw\": {\n \"velit_9\": -52775935,\n \"adipisicing58\": \"dolor consectetur \",\n \"ullamco_04\": -50289373,\n \"aliqua8\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_replacing_original\": \"\",\n \"message\": {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eiusmode1\": \"sed\",\n \"ex_88f\": true\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n \"raw\": {\n \"in6\": 27749352,\n \"in7d0\": -50103213.01731606,\n \"ipsum_475\": false\n },\n \"type\": \"APP_MENTION\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-8d8257a1-4e14-4834-9b9e-f25d9fe7a919" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-f9401f5c-d420-4214-a31b-abd342d8eb77" } ], "id": "457a00ca-54d0-43cf-879e-0b012423f13a", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-457a00ca-54d0-43cf-879e-0b012423f13a" } ], "id": "abff1bb6-55c5-47d4-a857-d6e6e809f112", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-abff1bb6-55c5-47d4-a857-d6e6e809f112" }, { "name": "message", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Message", "id": "3e553f8d-a141-471c-9446-e87f6161e06f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "variable": [ { "id": "4b0f9c48-48ff-42f3-86d8-17596c008ef9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2de18595-2b85-463b-a73a-9a09e2ac1eae", "key": "id", "value": "", "description": "(Required) ID of the Message" } ] } }, "response": [ { "id": "4ec59619-781e-4735-a0db-a2435feeb686", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-4ec59619-781e-4735-a0db-a2435feeb686" }, { "id": "20d6d429-4b84-4f2b-8dd2-63b0bc9c09a7", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-20d6d429-4b84-4f2b-8dd2-63b0bc9c09a7" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-3e553f8d-a141-471c-9446-e87f6161e06f" }, { "name": "Retrieve a Message", "id": "b28a4bb5-c29b-4b45-a514-42348c055efb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=updated_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "09182ab9-4585-4ac9-81bd-b49e0c1e8db6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "70fb0c12-6742-466d-a2c7-44f9dbf45770", "key": "id", "value": "", "description": "(Required) ID of the Message" } ] } }, "response": [ { "id": "dc01520c-35db-4979-81ee-7ccc4d27fb18", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-dc01520c-35db-4979-81ee-7ccc4d27fb18" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-b28a4bb5-c29b-4b45-a514-42348c055efb" }, { "name": "Update a Message", "id": "169324fe-1b55-4d33-a9d4-2015742c490a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=updated_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bb207cb2-8992-40f5-8a94-3eb558b2d91d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7de99c48-3ddb-4db3-94da-bc56660ae35e", "key": "id", "value": "", "description": "(Required) ID of the Message" } ] } }, "response": [ { "id": "e8c834fe-35a3-449d-8292-eac7472977b1", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-e8c834fe-35a3-449d-8292-eac7472977b1" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-169324fe-1b55-4d33-a9d4-2015742c490a" }, { "name": "Update a Message", "id": "72464680-e2ae-4e2d-840c-fb64a48898d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=updated_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "732cfc04-da46-4c60-96bb-696acae28265", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fb2097a4-aa77-49b6-9b38-01a71880d25c", "key": "id", "value": "", "description": "(Required) ID of the Message" } ] } }, "response": [ { "id": "1cfce683-ca4d-4fef-9f3a-abd9757659f2", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-1cfce683-ca4d-4fef-9f3a-abd9757659f2" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-72464680-e2ae-4e2d-840c-fb64a48898d7" } ], "id": "1e0f8dd0-b03b-4061-8341-7288101f1df1", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-1e0f8dd0-b03b-4061-8341-7288101f1df1" }, { "name": "List All Messages", "id": "25431422-684f-4416-a7e5-3ba84f02b6aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&channel_id=&start_gte=&end_lt=&expand=&user_id=&type=&user_mentioned_id=&fields=updated_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The channel ID to filter by. You can also use these aliases; INBOX, SENT or DRAFT (reference to MessagingChannel)", "key": "channel_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Whether to flatten grouped or recurring items into individual entries.", "key": "expand", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The user/employee ID to filter by", "key": "user_mentioned_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "28e9da1f-01bb-4ecb-8195-36102e6657c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "956dbc01-1f32-4701-9b94-adcef9f0efd7", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&channel_id=&start_gte=&end_lt=&expand=&user_id=&type=&user_mentioned_id=&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The channel ID to filter by. You can also use these aliases; INBOX, SENT or DRAFT (reference to MessagingChannel)", "key": "channel_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Whether to flatten grouped or recurring items into individual entries.", "key": "expand", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The user/employee ID to filter by", "key": "user_mentioned_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"nulla918\": \"minim anim ex Duis consectetur\"\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"eucff\": 31329805.41262503,\n \"Excepteurda\": -5187023\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-956dbc01-1f32-4701-9b94-adcef9f0efd7" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-25431422-684f-4416-a7e5-3ba84f02b6aa" }, { "name": "Create a Message", "id": "453c7f3c-ba10-4299-b897-2bc609a3509c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message?fields=updated_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "656cc50d-bedf-404b-9635-b3cf82242d80", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "81bb8438-a9d1-438a-8346-438290fec817", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/message?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "message" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n },\n {\n \"content_identifier\": \"\",\n \"content_type\": \"\",\n \"download_url\": \"\",\n \"filename\": \"\",\n \"message_id\": \"\",\n \"size\": \"\"\n }\n ],\n \"author_member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n \"buttons\": [\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"icon\": \"\",\n \"text\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"channel_ids\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"destination_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"has_children\": \"\",\n \"hidden_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_unread\": \"\",\n \"mentioned_members\": [\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"message\": \"\",\n \"message_html\": \"\",\n \"message_markdown\": \"\",\n \"message_thread_identifier\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laborum_44\": \"consequat esse in occaecat\",\n \"doc74\": \"minim dolor do\",\n \"voluptate2\": 12712756.24443753\n },\n \"reactions\": [\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"reaction\": \"\",\n \"member\": {\n \"email\": \"\",\n \"image_url\": \"\",\n \"name\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"reference\": \"\",\n \"root_message_id\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-81bb8438-a9d1-438a-8346-438290fec817" } ], "createdAt": "2026-07-28T03:25:03.000Z", "updatedAt": "2026-07-28T03:25:03.000Z", "uid": "35240-453c7f3c-ba10-4299-b897-2bc609a3509c" } ], "id": "9d9ec1cf-c29f-41ad-8cbe-babf0b3528e5", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-9d9ec1cf-c29f-41ad-8cbe-babf0b3528e5" } ], "id": "668a0455-072e-4ed9-b0af-e790b9120f4f", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-668a0455-072e-4ed9-b0af-e790b9120f4f" } ], "id": "2e1ee825-d142-4513-a455-e36d9873cae0", "createdAt": "2026-07-28T03:25:02.000Z", "updatedAt": "2026-07-28T03:25:02.000Z", "uid": "35240-2e1ee825-d142-4513-a455-e36d9873cae0" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }