Netlify
Netlify is a cloud platform for building, deploying, and scaling modern web applications with continuous deployment, serverless functions, and edge computing capabilities.
14 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Inbound Build Hook. The subscriber (CMS, CI system, cron, etc.) issues an HTTP POST against the per-hook URL returned by `POST /api/v1/sites/{site_id}/build_hooks` to trigger a new build for the site.Netlify Webhooks and Build Hooks
-
Fired while a deploy is in the building state. Body is a `deploy` object.Netlify Webhooks and Build Hooks
-
Fired when a new deploy is created for the site (deploy started / "Deploy started" notification in the Netlify UI). Body is a `deploy` object.Netlify Webhooks and Build Hooks
-
Fired when a deploy does not complete ("Deploy failed" notification). Body is a `deploy` object; `error_message` describes the failure.Netlify Webhooks and Build Hooks
-
Fired when the site is locked to a published deploy, stopping automatic publishing. Body is a `deploy` object with `locked: true`.Netlify Webhooks and Build Hooks
-
Fired when an untrusted deploy request is accepted and the deploy can begin building. Body is a `deploy` object.Netlify Webhooks and Build Hooks
-
Fired when an untrusted deploy requires approval before it can begin building. Body is a `deploy` object.Netlify Webhooks and Build Hooks
-
Fired when an untrusted deploy request is rejected. Body is a `deploy` object.Netlify Webhooks and Build Hooks
-
Fired when deploys are unlocked, resuming auto publishing. Body is a `deploy` object with `locked: false`.Netlify Webhooks and Build Hooks
-
Alias event name used by Netlify Forms notification destinations for a new form submission. Body is a `submission` object.Netlify Webhooks and Build Hooks
-
Fired when a split test (branch-based A/B test) is activated for the site. Body is a `splitTest` object with `active: true`.Netlify Webhooks and Build Hooks
-
Fired when a split test is deactivated for the site. Body is a `splitTest` object with `active: false`.Netlify Webhooks and Build Hooks
-
Fired when a split test's branches or split percentages are modified. Body is a `splitTest` object.Netlify Webhooks and Build Hooks
-
Fired when a new form submission is received for the site. Body is a `submission` object.Netlify Webhooks and Build Hooks