Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windmill native_trigger API

The native_trigger API from Windmill — 13 operation(s) for native_trigger.

Windmill native_trigger API is one of 59 APIs that Windmill publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include native_trigger. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 13 operations across 13 paths, and defines 11 schemas. It is described by OpenAPI 3.0.3, at version 1.694.0.

Requests are made against a single base URL, /api.

13 operations 13 paths 11 schemas 1 DELETE8 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.694.0
Base URL
https://app.windmill.dev/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Windmill native_trigger API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as token (cookieAuth). By default, every request must be authenticated.

Paths & Operations 13

Across 13 paths, the API surfaces 13 operations — 1 DELETE, 8 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

native_trigger 13
POST
/w/{workspace}/native_triggers/{service_name}/create
Create Native Trigger
createNativeTrigger 2 params body → 201
POST
/w/{workspace}/native_triggers/{service_name}/update/{external_id}
Update Native Trigger
updateNativeTrigger 3 params body → 200
GET
/w/{workspace}/native_triggers/{service_name}/get/{external_id}
Get Native Trigger
getNativeTrigger 3 params → 200
DELETE
/w/{workspace}/native_triggers/{service_name}/delete/{external_id}
Delete Native Trigger
deleteNativeTrigger 3 params → 200
GET
/w/{workspace}/native_triggers/{service_name}/list
List Native Triggers
listNativeTriggers 7 params → 200
GET
/w/{workspace}/native_triggers/{service_name}/exists/{external_id}
Check if Native Trigger Exists
existsNativeTrigger 3 params → 200
POST
/w/{workspace}/native_triggers/{service_name}/sync
Sync Native Triggers with External Service
syncNativeTriggers 2 params → 200
GET
/w/{workspace}/native_triggers/nextcloud/events
List Available NextCloud Events
listNextCloudEvents 1 param → 200
GET
/w/{workspace}/native_triggers/google/calendars
List Google Calendars for the Authenticated User
listGoogleCalendars 1 param → 200
GET
/w/{workspace}/native_triggers/google/drive/files
List or Search Google Drive Files
listGoogleDriveFiles 5 params → 200
GET
/w/{workspace}/native_triggers/google/drive/shared_drives
List Shared Drives Accessible to the User
listGoogleSharedDrives 1 param → 200
GET
/w/{workspace}/native_triggers/github/repos
List GitHub Repositories Accessible to the User
listGithubRepos 1 param → 200
POST
/native_triggers/{service_name}/w/{workspace_id}/webhook/{internal_id}
Receive Webhook from External Native Trigger Service
nativeTriggerWebhook 3 params body → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are NativeTriggerWithExternal (9 properties), NativeTrigger (8 properties), NextCloudEventType (5 properties), GithubRepoEntry (4 properties). Each schema is shown below with its type and property counts.

NextCloudEventType
object
5 properties 3 required
NativeTriggerWithExternal
object
Full trigger response containing both Windmill data and external service data
9 properties 7 required
NativeTrigger
object
A native trigger stored in Windmill
8 properties 6 required
GoogleDriveFilesResponse
object
2 properties 1 required
CreateTriggerResponse
object
Response returned when a native trigger is created
1 property 1 required
GoogleCalendarEntry
object
3 properties 2 required
GoogleDriveFile
object
4 properties 3 required
NativeTriggerData
object
Data for creating or updating a native trigger
4 properties 3 required
GithubRepoEntry
object
4 properties 4 required
SharedDriveEntry
object
2 properties 2 required
NativeServiceName
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-native-trigger-api-openapi.yml Raw ↑

Other APIs Windmill publishes across the network.

Windmill admin API
Windmill agent_workers API
Windmill app API
Windmill asset API
Windmill audit API
Windmill azure_trigger API
Windmill capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API