{ "opencollection": "1.0.0", "info": { "name": "Communication Management API", "version": "4.0.0" }, "items": [ { "info": { "name": "communicationMessage", "type": "folder" }, "items": [ { "info": { "name": "Creates a inbound CommunicationMessage", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/inboundMessage" }, "docs": "This operation creates a inbound CommunicationMessage entity." }, { "info": { "name": "Uploads media content", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/outboundMediaUpload/:communicationId", "headers": [ { "name": "name", "value": "" }, { "name": "mediaType", "value": "" } ], "params": [ { "name": "communicationId", "value": "", "type": "path", "description": "The Communication Id to which the media is to be sent" } ] }, "docs": "This operation uploads media file ." }, { "info": { "name": "Sends message with media reference", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/outboundMessageWithMedia" }, "docs": "This operation Sends message with media reference." } ] } ], "bundled": true }