--- title: 'Front' description: '' --- # Front undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://api2.frontapp.com` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `front` | ## Using Front in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Front** 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_add_comment_3) | Add Comment | | [GET ](./get_list_inboxes_4) | List Inboxes | | [GET ](./get_list_tags_5) | List Tags | | [GET ](./get_list_teammates_6) | List Teammates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.