{ "info": { "_postman_id": "43d5f327-8a21-42d8-8cbb-36f7652dcf68", "name": "Unified.to account event 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:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-43d5f327-8a21-42d8-8cbb-36f7652dcf68" }, "item": [ { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "event", "item": [ { "name": "{id}", "item": [ { "name": "Remove an event", "id": "062e5aed-b378-4b28-8da1-04d3420d3f8d", "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}}/crm/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "variable": [ { "id": "1bc7d901-c660-4391-a788-7dc76af42f11", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3d2bbb84-2805-46f8-8f9e-7b2afbbc210f", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "a50966ae-5064-4070-8916-bd5e12278869", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-a50966ae-5064-4070-8916-bd5e12278869" }, { "id": "f2f87d89-2ba5-4e51-945c-4b67446b41c8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":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:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-f2f87d89-2ba5-4e51-945c-4b67446b41c8" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-062e5aed-b378-4b28-8da1-04d3420d3f8d" }, { "name": "Retrieve an event", "id": "a5ddddb6-2cbf-4d33-a353-38017b08c456", "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}}/crm/:connection_id/event/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_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": "84da6ea4-f755-4e0f-8697-1782a2b285d3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ceb184e8-6280-495c-809c-80752f105660", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "a8bec237-b769-4e48-ab9f-56bc216a2f9a", "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}}/crm/:connection_id/event/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-a8bec237-b769-4e48-ab9f-56bc216a2f9a" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-a5ddddb6-2cbf-4d33-a353-38017b08c456" }, { "name": "Update an event", "id": "7bc8ca67-a0ab-4d4a-8004-b46ff8281ddd", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_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": "b9c084e8-8402-455f-b07a-25a97cc053c2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5ae76af1-7940-459e-9861-bb2dfadb0931", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "0f0c5eb6-5baa-446d-90d1-debead15ebd5", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-0f0c5eb6-5baa-446d-90d1-debead15ebd5" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-7bc8ca67-a0ab-4d4a-8004-b46ff8281ddd" }, { "name": "Update an event", "id": "89177dde-6b16-4d26-a6de-b243512de9cf", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_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": "1de32233-cf91-4cbc-90f6-044dd51d5311", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fcbffc17-de02-464f-9b61-cc47dc4d8ccc", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "1881b59b-a4de-4d9f-9b2f-b67a7a85b16c", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-1881b59b-a4de-4d9f-9b2f-b67a7a85b16c" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-89177dde-6b16-4d26-a6de-b243512de9cf" } ], "id": "921363ed-49ee-44fd-9d5c-797742e4f554", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-921363ed-49ee-44fd-9d5c-797742e4f554" }, { "name": "List all events", "id": "7f6eb368-3f7e-4e5f-98dc-a19929d32e68", "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}}/crm/:connection_id/event?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&company_id=&user_id=&type=&lead_id=&fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The CRM lead ID to filter by (reference to CrmLead)", "key": "lead_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_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": "a71ffb8e-b77b-4b2f-9835-b6d208882dde", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b835525b-e6c7-43c0-b5a1-7bcdb2908215", "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}}/crm/:connection_id/event?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&company_id=&user_id=&type=&lead_id=&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The CRM lead ID to filter by (reference to CrmLead)", "key": "lead_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "user_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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"FILE\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"magnad7e\": false\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"DEFERRED\"\n },\n \"type\": \"FORM\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"PHONE\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"TEXT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"ex_4\": 62710022.407450825,\n \"dolore_be\": 60506985\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"MEDIUM\",\n \"status\": \"WORK_IN_PROGRESS\"\n },\n \"type\": \"FORM\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-b835525b-e6c7-43c0-b5a1-7bcdb2908215" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-7f6eb368-3f7e-4e5f-98dc-a19929d32e68" }, { "name": "Create an event", "id": "2e40a2d6-36ce-402b-883b-2cd64b717cff", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event?fields=id&fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "user_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": "d0b15322-ac30-4600-9115-96705f52ba50", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bc362c66-5db9-4d20-bb19-e0fbc5786a35", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event?fields=user_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"EMAIL\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"qui_a5\": -42702921,\n \"dolore84\": \"sit dolor\",\n \"quis3\": true,\n \"cilluma1\": -12851632\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-bc362c66-5db9-4d20-bb19-e0fbc5786a35" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-2e40a2d6-36ce-402b-883b-2cd64b717cff" } ], "id": "3a80f3e5-9e79-48f5-8c0f-22327806cb88", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-3a80f3e5-9e79-48f5-8c0f-22327806cb88" } ], "id": "dfc6fb20-80fa-4d67-b930-5261e484fd11", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-dfc6fb20-80fa-4d67-b930-5261e484fd11" } ], "id": "53492b84-8127-41c0-a8d6-4df20131fac0", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-53492b84-8127-41c0-a8d6-4df20131fac0" }, { "name": "calendar", "item": [ { "name": "{connection_id}", "item": [ { "name": "event", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Event", "id": "482669f0-1d9c-4f1c-8f29-4550c2cbb7a9", "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}}/calendar/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "variable": [ { "id": "eb269737-7319-4c49-a892-a6a453768745", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "378e5a87-9a22-4640-a9b3-f6496ed2a6e2", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "dc5fe480-6709-4fbd-a00f-e9a36ffc9040", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-dc5fe480-6709-4fbd-a00f-e9a36ffc9040" }, { "id": "bade33e7-fd17-4695-8603-d2eb871cbe7b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":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:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-bade33e7-fd17-4695-8603-d2eb871cbe7b" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-482669f0-1d9c-4f1c-8f29-4550c2cbb7a9" }, { "name": "Retrieve an Event", "id": "279917dc-f0e9-46aa-bb59-bdc852ef9867", "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}}/calendar/:connection_id/event/:id?fields=has_conference&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_conference" }, { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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": "3362e0ad-2105-466b-9f62-a6a6f0ba4774", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9cce9831-a6d9-4c48-8bae-71c2a22d7d8e", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "84f59f5c-445e-4f28-b59e-e706abd9f6f3", "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}}/calendar/:connection_id/event/:id?fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-84f59f5c-445e-4f28-b59e-e706abd9f6f3" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-279917dc-f0e9-46aa-bb59-bdc852ef9867" }, { "name": "Update an Event", "id": "fc9f3523-ab87-46aa-a9eb-8d2c69ad7f34", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id?fields=has_conference&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_conference" }, { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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": "f3b2bcb4-b74f-490e-b100-6f57459763bf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "23f54a43-d2ce-4e38-98db-eb404b7f5751", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "a2724ac8-839b-40de-aaa6-5a2db6097d95", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id?fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-a2724ac8-839b-40de-aaa6-5a2db6097d95" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-fc9f3523-ab87-46aa-a9eb-8d2c69ad7f34" }, { "name": "Update an Event", "id": "792b3f9f-6fc7-4348-abca-1367f583b0a6", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id?fields=has_conference&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_conference" }, { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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": "16fa109b-8509-423d-a68b-1fdac0183e75", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7cacf503-a399-4d1c-b9a1-7566cd42fb8a", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "e21f3d63-9891-43ee-a11a-adb2689fad75", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event/:id?fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-e21f3d63-9891-43ee-a11a-adb2689fad75" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-792b3f9f-6fc7-4348-abca-1367f583b0a6" } ], "id": "d22ba6ea-c19f-4026-a50c-9683b1ef9582", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-d22ba6ea-c19f-4026-a50c-9683b1ef9582" }, { "name": "List All Events", "id": "3d277f6c-98f3-4e2f-b0c8-afcc004f4eef", "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}}/calendar/:connection_id/event?limit=&offset=&updated_gte=&sort=&order=&query=&calendar_id=&start_gte=&end_lt=&expand=&fields=has_conference&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event" ], "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 calendar ID to filter by (reference to CalendarCalendar)", "key": "calendar_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": "Fields to return", "key": "fields", "value": "has_conference" }, { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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": "8f85e4be-1c0e-4e67-a9aa-37dab90a2518", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a4061b20-f46d-4a6d-b866-7046abe47637", "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}}/calendar/:connection_id/event?limit=&offset=&updated_gte=&sort=&order=&query=&calendar_id=&start_gte=&end_lt=&expand=&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event" ], "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 calendar ID to filter by (reference to CalendarCalendar)", "key": "calendar_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": "Fields to return", "key": "fields", "value": "attendees" }, { "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"REJECTED\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"ACCEPTED\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"eu_84_\": -94231787\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"MONTHLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"WE\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"TU\",\n \"MO\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SU\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"REJECTED\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"ACCEPTED\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"sint_28\": false,\n \"aliquipfa\": true,\n \"elit15a\": 60389395.86001426\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"MONTHLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"TU\",\n \"WE\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"YEARLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SA\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"TENTATIVE\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-a4061b20-f46d-4a6d-b866-7046abe47637" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-3d277f6c-98f3-4e2f-b0c8-afcc004f4eef" }, { "name": "Create an Event", "id": "f6fd9d31-f833-4b00-ae2d-dee84245a64a", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event?fields=has_conference&fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_conference" }, { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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": "263c63de-04e3-49ee-b894-97eb5e067a8d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "2b4d45ca-8fc1-405b-9571-84f9f4145a9a", "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/event?fields=attendees&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "attendees" }, { "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 \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"attendees\": [\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n }\n ],\n \"calendar_id\": \"\",\n \"conference\": [\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n },\n {\n \"conference_identifier\": \"\",\n \"country_code\": \"\",\n \"host_access_code\": \"\",\n \"label\": \"\",\n \"notes\": \"\",\n \"participant_access_code\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\",\n \"url\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"has_conference\": \"\",\n \"id\": \"\",\n \"is_all_day\": \"\",\n \"is_free\": \"\",\n \"is_private\": \"\",\n \"location\": \"\",\n \"notes\": \"\",\n \"organizer\": {\n \"email\": \"\",\n \"is_cohost\": \"\",\n \"name\": \"\",\n \"required\": \"\",\n \"status\": \"TENTATIVE\",\n \"user_id\": \"\"\n },\n \"raw\": {\n \"qui1fa\": \"ut non ve\",\n \"elit63\": 9629986.798287109,\n \"culpa_6f\": true\n },\n \"recurrence\": [\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"DAILY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"FR\",\n \"SU\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"SA\"\n },\n {\n \"count\": \"\",\n \"end_at\": \"\",\n \"excluded_dates\": [\n \"\",\n \"\"\n ],\n \"frequency\": \"WEEKLY\",\n \"included_dates\": [\n \"\",\n \"\"\n ],\n \"interval\": \"\",\n \"on_days\": [\n \"SU\",\n \"SA\"\n ],\n \"on_month_days\": [\n \"\",\n \"\"\n ],\n \"on_months\": [\n \"\",\n \"\"\n ],\n \"on_weeks\": [\n \"\",\n \"\"\n ],\n \"on_year_days\": [\n \"\",\n \"\"\n ],\n \"timezone\": \"\",\n \"week_start\": \"TH\"\n }\n ],\n \"recurring_event_id\": \"\",\n \"send_notifications\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"subject\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-2b4d45ca-8fc1-405b-9571-84f9f4145a9a" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-f6fd9d31-f833-4b00-ae2d-dee84245a64a" } ], "id": "9da76695-3c06-4dbd-93c8-2e2ad7f3265b", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-9da76695-3c06-4dbd-93c8-2e2ad7f3265b" } ], "id": "fce3e333-77c7-43fa-8bd5-e685c38584b0", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-fce3e333-77c7-43fa-8bd5-e685c38584b0" } ], "id": "93faf88a-d2b3-43c2-b9e9-7c300b0b5f9e", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-93faf88a-d2b3-43c2-b9e9-7c300b0b5f9e" }, { "name": "messaging", "item": [ { "name": "{connection_id}", "item": [ { "name": "event", "item": [ { "name": "{id}", "item": [ { "name": "Update an Event", "id": "7a3f0e89-2477-43d1-af9e-58876ae6b149", "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=raw&fields=button&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "button" }, { "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": "e856a85f-fa8e-4c40-9fc2-0565267a1b8c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fec1f9da-1160-4516-84b8-9f447094ed35", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "2411d408-6efb-4474-bc57-9061fc05dfa9", "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=button&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "button" }, { "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-2411d408-6efb-4474-bc57-9061fc05dfa9" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-7a3f0e89-2477-43d1-af9e-58876ae6b149" }, { "name": "Update an Event", "id": "d90ac5a7-a79d-4cf9-a2c5-990c34dc95c5", "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=raw&fields=button&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "button" }, { "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": "aae5c781-a759-40b1-b27f-98f508f36628", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6a462cbc-316e-40c0-b75e-ca8621fea850", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "7fc068b9-bd1e-45e9-a49a-a6a63fcaa094", "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/:connection_id/event/:id?fields=button&raw=", "host": [ "{{baseUrl}}" ], "path": [ "messaging", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "button" }, { "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 \"adb58\": 52501703,\n \"laborum_ed\": 78540563.88357899\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 \"mollit106\": false\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 \"sint_9d\": false,\n \"nisi_554\": 37118824.58696097,\n \"sitfb\": false\n },\n \"type\": \"MESSAGE_RECEIVED\",\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-7fc068b9-bd1e-45e9-a49a-a6a63fcaa094" } ], "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-d90ac5a7-a79d-4cf9-a2c5-990c34dc95c5" } ], "id": "dcbd012c-8a0c-4469-9347-b6b868b1865e", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-dcbd012c-8a0c-4469-9347-b6b868b1865e" } ], "id": "99d49c22-1982-49a6-aaaf-70dd09c965ec", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-99d49c22-1982-49a6-aaaf-70dd09c965ec" } ], "id": "3dcb4283-afbd-47c2-9f7b-c4d13d2e07c9", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-3dcb4283-afbd-47c2-9f7b-c4d13d2e07c9" } ], "id": "534e2d97-11be-4738-8b8f-69db2e34af0e", "createdAt": "2026-07-28T03:23:59.000Z", "updatedAt": "2026-07-28T03:23:59.000Z", "uid": "35240-534e2d97-11be-4738-8b8f-69db2e34af0e" } ], "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" } ] }