Skip to main content

create_native_trigger

Function create_native_trigger 

Source
pub async fn create_native_trigger(
    configuration: &Configuration,
    workspace: &str,
    service_name: NativeServiceName,
    native_trigger_data: NativeTriggerData,
) -> Result<CreateTriggerResponse, Error<CreateNativeTriggerError>>
Expand description

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