--- title: 'Sinch' description: '' --- # Sinch undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://us.sms.api.sinch.com/xms/v1/{service_plan_id}` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `sinch` | ## Using Sinch in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Sinch** 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_batch_sms_0) | Send Batch SMS | | [GET ](./get_list_batches_1) | List Batches | | [GET ](./get_get_delivery_report_2) | Get Delivery Report | | [GET ](./get_list_inbound_messages_3) | List Inbound Messages | | [GET ](./get_manage_groups_4) | Manage Groups | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.