--- title: 'Vonage' description: '' --- # Vonage undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://api.nexmo.com` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `vonage` | ## Using Vonage in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Vonage** 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_send_message_1) | Send Message | | [GET ](./get_start_verification_2) | Start Verification | | [GET ](./get_create_call_3) | Create Call | | [GET ](./get_list_calls_4) | List Calls | | [GET ](./get_search_numbers_5) | Search Numbers | | [GET ](./get_get_balance_6) | Get Balance | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.