--- title: 'Drip' description: '' --- # Drip undefined | Detail | Value | |---|---| | Category | Marketing | | Base URL | `https://api.getdrip.com/v2/{account_id}` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `drip` | ## Using Drip in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Drip** 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_subscribers_0) | Subscribers | | [GET ](./get_events_1) | Events | | [GET ](./get_campaigns_2) | Campaigns | | [GET ](./get_workflows_3) | Workflows | | [GET ](./get_tags_4) | Tags | | [GET ](./get_orders_5) | Orders | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.