--- title: 'New Relic' description: 'Monitor applications, query metrics, and manage alerts with the New Relic API.' --- # New Relic Monitor applications, query metrics, and manage alerts with the New Relic API. | Detail | Value | |---|---| | Category | Monitoring | | Base URL | `https://api.newrelic.com/v2` | | Authentication | API Key | | Endpoints | 8 | | Connector key | `newrelic` | ## Using New Relic in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **New Relic** 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 /applications.json](./get_applications_json_monitoring_listapplications) | List applications | | [GET /applications/{id}.json](./get_applications_id_json_monitoring_getapplication) | Get application details | | [GET /applications/{application_id}/metrics/data.json](./get_applications_application_id_metrics_data_json_monitoring_getmetricdata) | Get metric data | | [GET /alerts_policies.json](./get_alerts_policies_json_monitoring_listalertpolicies) | List alert policies | | [POST /alerts_policies.json](./post_alerts_policies_json_monitoring_createalertpolicy) | Create an alert policy | | [GET /alerts_violations.json](./get_alerts_violations_json_monitoring_listalertviolations) | List alert violations | | [GET /alerts_incidents.json](./get_alerts_incidents_json_monitoring_listalertincidents) | List alert incidents | | [GET /key_transactions.json](./get_key_transactions_json_monitoring_listkeytransactions) | List key transactions | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.