fn transform_body(
body: &[u8],
format: &WebhookBodyFormat,
) -> Result<Vec<BodyRow>, AppendWebhookError>
Expand description
Transforms the body of a webhook request into a Vec<BodyRow>
.
fn transform_body(
body: &[u8],
format: &WebhookBodyFormat,
) -> Result<Vec<BodyRow>, AppendWebhookError>
Transforms the body of a webhook request into a Vec<BodyRow>
.