Skip to main content

native_trigger_webhook

Function native_trigger_webhook 

Source
pub async fn native_trigger_webhook(
    configuration: &Configuration,
    service_name: NativeServiceName,
    workspace_id: &str,
    internal_id: i64,
    request_body: Option<HashMap<String, Value>>,
) -> Result<String, Error<NativeTriggerWebhookError>>