Skip to content

Netlify ​

Deploy sites, manage DNS, and configure build hooks with the Netlify API.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.netlify.com/api/v1
AuthenticationBearer Token
Endpoints5
Connector keynetlify

Using Netlify in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Netlify 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 /sitesList all sites
GET /sites/{site_id}Get a site by ID
POST /sitesCreate a new site
GET /sites/{site_id}/deploysList deploys for a site
POST /hooksCreate a notification hook

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