Actions

get_site
Get a specified site. Note: Environment variable keys and values have moved from build_settings.env and repo.env to a new endpoint. Please use getEnvVars to retrieve site environment variables.

list_files
Returns a list of all the files in the current deploy.

list_site_deploys
Returns a list of all deploys for a specific site.

start_deploy
Triggers a new build for a site on Netlify. Supports clearing build cache.
Triggers

new_deploy_started
Fires immediately when a deploy job starts on your Netlify site.

new_deploy_succeeded
Fires when a new site version has successfully deployed.

new_deploy_failed
Fires when a site deploy fails.

new_form_submission
Fires when a Netlify form submission is received.























