--- title: 'RingCentral' description: '' --- # RingCentral undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://platform.ringcentral.com/restapi` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `ringcentral` | ## Using RingCentral in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **RingCentral** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_send_sms_0) | Send SMS | | [GET ](./get_list_call_log_1) | List Call Log | | [GET ](./get_make_ringout_call_2) | Make RingOut Call | | [GET ](./get_list_extensions_3) | List Extensions | | [GET ](./get_create_meeting_4) | Create Meeting | | [GET ](./get_list_contacts_5) | List Contacts | | [GET ](./get_get_presence_6) | Get Presence | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.