v106

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

get native trigger

Retrieves a native trigger by its external ID. Requires write access to the script or flow that the trigger is associated with.

get/w/{workspace}/native_triggers/{service_name}/get/{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

Response

native trigger with external configuration

external_idstring required

The unique identifier from the external service

workspace_idstring required

The workspace this trigger belongs to

service_name'nextcloud' | 'google' | 'github' required
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

Configuration for the trigger including event_type and service_config

errorstring nullable

Error message if the trigger is in an error state

summarystring nullable

Short summary to be displayed when listed

external_dataobject required

Configuration data from the external service