--- title: 'Plivo' description: '' --- # Plivo undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://api.plivo.com/v1/Account/{auth_id}` | | Authentication | Basic Auth | | Endpoints | 6 | | Connector key | `plivo` | ## Using Plivo in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Plivo** 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_message_0) | Send Message | | [GET ](./get_make_call_1) | Make Call | | [GET ](./get_list_numbers_2) | List Numbers | | [GET ](./get_search_numbers_3) | Search Numbers | | [GET ](./get_list_recordings_4) | List Recordings | | [GET ](./get_list_applications_5) | List Applications | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.