{ "opencollection": "1.0.0", "info": { "name": "Intercom Admins Messages API", "version": "2.15" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Create a message", "type": "http" }, "http": { "method": "POST", "url": "https://api.intercom.io/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Sends an outbound message to a contact." } ] } ], "bundled": true }