Netlify ​
Deploy sites, manage DNS, and configure build hooks with the Netlify API.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://api.netlify.com/api/v1 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | netlify |
Using Netlify in a workflow ​
- Go to Connections and click New Connection.
- Pick Netlify from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /sites | List all sites |
| GET /sites/{site_id} | Get a site by ID |
| POST /sites | Create a new site |
| GET /sites/{site_id}/deploys | List deploys for a site |
| POST /hooks | Create a notification hook |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.