v106

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

create native trigger

Creates a new native trigger for the specified service. Requires write access to the script or flow that the trigger will be associated with.

post/w/{workspace}/native_triggers/{service_name}/create

Path parameters

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

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 created

external_idstring required

The external ID of the created trigger from the external service