Type Alias WebhookTransformation
WebhookTransformation: {
body?: JsonValue;
contentType?:
| null
| "application/vnd.contentful.management.v1+json"
| "application/vnd.contentful.management.v1+json; charset=utf-8"
| "application/json"
| "application/json; charset=utf-8"
| "application/x-www-form-urlencoded"
| "application/x-www-form-urlencoded; charset=utf-8";
includeContentLength?: boolean | null;
method?:
| null
| "POST"
| "GET"
| "PUT"
| "PATCH"
| "DELETE";
}