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