--- title: 'Drift' description: '' --- # Drift undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://driftapi.com` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `drift` | ## Using Drift in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Drift** 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_list_conversations_0) | List Conversations | | [GET ](./get_send_message_1) | Send Message | | [GET ](./get_list_contacts_2) | List Contacts | | [GET ](./get_create_contact_3) | Create Contact | | [GET ](./get_list_users_4) | List Users | | [GET ](./get_list_accounts_5) | List Accounts | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.