Function mz_environmentd::http::webhook::append_webhook

source ·
async fn append_webhook(
    adapter_client: &Client,
    webhook_cache: &WebhookAppenderCache,
    database: &str,
    schema: &str,
    name: &str,
    body: &Bytes,
    headers: &Arc<BTreeMap<String, String>>
) -> Result<(), AppendWebhookError>
Expand description

Append the provided body and headers to the webhook source identified via database, schema, and name.