v106

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
native_trigger

update native trigger

Updates an existing native trigger. Requires write access to the script or flow that the trigger is associated with.

post/w/{workspace}/native_triggers/{service_name}/update/{external_id}

Path parameters

workspacestring required
service_name'nextcloud' | 'google' | 'github' required
external_idstring required

The external ID of the trigger from the external service

Request body

script_pathstring required

The path to the script or flow that will be triggered

is_flowboolean required

Whether the trigger targets a flow (true) or a script (false)

service_configobject required

Service-specific configuration (e.g., event types, filters)

summarystring nullable

Short summary to be displayed when listed

Response

native trigger updated