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"; 
}
Type declaration
- 
Optional body?: JsonValue
 
- 
Optional 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"
 
- 
Optional includeContentLength?: boolean | null
 
- 
Optional method?: null | "POST" | "GET" | "PUT" | "PATCH" | "DELETE"