Skip to content

New Relic ​

Monitor applications, query metrics, and manage alerts with the New Relic API.

DetailValue
CategoryMonitoring
Base URLhttps://api.newrelic.com/v2
AuthenticationAPI Key
Endpoints8
Connector keynewrelic

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 ​

EndpointSummary
GET /applications.jsonList applications
GET /applications/{id}.jsonGet application details
GET /applications/{application_id}/metrics/data.jsonGet metric data
GET /alerts_policies.jsonList alert policies
POST /alerts_policies.jsonCreate an alert policy
GET /alerts_violations.jsonList alert violations
GET /alerts_incidents.jsonList alert incidents
GET /key_transactions.jsonList key transactions

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.