action just_eat_post_order_rejected { label: "Order rejected" description: "This webhook will be invoked whenever the order was rejected." provider: just_eat method: POST path: "/order-rejected" encoding: json input: { type: "object" properties: { Event: { type: "string" } RejectedAt: { type: "string" format: "date-time" } RejectedBy: { type: "string" } RejectedReason: { type: "string" } } } output: { type: "object" additionalProperties: true } }