Overview
Netlify is a hosting + CI/CD + edge platform for modern web apps. The Automize Netlify connector covers sites, deploys, forms, DNS, environment variables, webhooks.
- Regions: Global edge.
- Plans: Free + paid (Pro, Business, Enterprise).
Setting up the connection
Auth type: Bearer Token.
- Netlify → User Settings → Applications → Personal Access Tokens.
- In Automize → Settings → Connectors → Netlify. Paste token.
Find your credentials at https://app.netlify.com/user/applications.
Rate limits
500 req/min.
Data model
Hosting primitives:
User ─── Sites ─┬─ Deploys
├─ Forms ── Form Submissions
├─ DNS Zones
└─ Environment VariablesAvailable operations
8 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get Deploy | General | Get deploy details |
| Get Site | General | Get site details |
| List Deploys | General | List deploys for a site |
| List Env Variables | General | List environment variables |
| List Forms | General | List form submissions for a site |
| List Sites | General | List all sites |
| List Submissions | General | List form submissions |
| Rollback Deploy | General | Rollback to a previous deploy |
Operations
Get Deploy
Get deploy details
| Parameter | Required | Type | Description |
|---|---|---|---|
Deploy Id deploy_id | Yes | text |
Get Site
Get site details
| Parameter | Required | Type | Description |
|---|---|---|---|
Site Id site_id | Yes | text |
List Deploys
List deploys for a site
| Parameter | Required | Type | Description |
|---|---|---|---|
Site Id site_id | Yes | text |
Tips
- Per site. Filter by branch, state.
List Env Variables
List environment variables
| Parameter | Required | Type | Description |
|---|---|---|---|
Account Slug account_slug | Yes | text |
List Forms
List form submissions for a site
| Parameter | Required | Type | Description |
|---|---|---|---|
Site Id site_id | Yes | text |
List Sites
List all sites
No input parameters.
Tips
- Sites you own/admin.
List Submissions
List form submissions
| Parameter | Required | Type | Description |
|---|---|---|---|
Form Id form_id | Yes | text |
Rollback Deploy
Rollback to a previous deploy
| Parameter | Required | Type | Description |
|---|---|---|---|
Site Id site_id | Yes | text | |
Deploy Id deploy_id | Yes | text |
FAQ
- Build hooks vs API trigger?
- Build hooks: URL-based, no auth. API trigger: authenticated, more control.