{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards SMS API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send SMS", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/extension/:extensionId/sms", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "extensionId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral extension/user\n(can be set to \"~\" to indicate that the extension associated with current authorization session should be used)\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and sends a new text message or multiple messages. You can send SMS\nmessages simultaneously to different recipients up to 40 requests per minute;\nthis limitation is relevant for all client applications. Sending and receiving\nSMS is available for Toll-Free Numbers within the USA. You can send up to\n10 attachments in a single MMS message; the size of all attachments linked\nis limited up to 1500000 bytes.\n" }, { "info": { "name": "Send MMS", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/extension/:extensionId/mms", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "extensionId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral extension/user\n(can be set to \"~\" to indicate that the extension associated with current authorization session should be used)\n" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Creates and sends a new media message or multiple messages. Sending MMS\nmessages simultaneously to different recipients is limited up to 50\nrequests per minute; relevant for all client applications.\n" } ] } ], "bundled": true }