Skip to main content

Module native_trigger_api

Module native_trigger_api 

Source

Enums§

CreateNativeTriggerError
struct for typed errors of method create_native_trigger
DeleteNativeTriggerError
struct for typed errors of method delete_native_trigger
ExistsNativeTriggerError
struct for typed errors of method exists_native_trigger
GetNativeTriggerError
struct for typed errors of method get_native_trigger
ListNativeTriggersError
struct for typed errors of method list_native_triggers
ListNextCloudEventsError
struct for typed errors of method list_next_cloud_events
NativeTriggerWebhookError
struct for typed errors of method native_trigger_webhook
SyncNativeTriggersError
struct for typed errors of method sync_native_triggers
UpdateNativeTriggerError
struct for typed errors of method update_native_trigger

Functions§

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.
delete_native_trigger
Deletes a native trigger by its external ID. Requires write access to the script or flow that the trigger is associated with.
exists_native_trigger
Checks if a native trigger with the given external ID exists.
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.
list_native_triggers
Lists all native triggers for the specified service in the workspace.
list_next_cloud_events
native_trigger_webhook
sync_native_triggers
update_native_trigger
Updates an existing native trigger. Requires write access to the script or flow that the trigger is associated with.