Skip to main content

proxy_webhook

Function proxy_webhook 

Source
pub async fn proxy_webhook(
    __arg0: State<AppState>,
    __arg1: Path<String>,
    __arg2: Json<Value>,
) -> impl IntoResponse
Expand description

Proxy a webhook message to a managed weft-claw service. POST /api/services/{name}/webhook body: {“message”: “…”}