action just_eat_put_redelivery_requested { label: "Customer Requested Redelivery" description: "This webhook will be invoked whenever the customer responds to the attempted delivery notification." provider: just_eat method: PUT path: "/redelivery-requested" encoding: json input: { type: "object" properties: { Notes: { type: "string" } OrderId: { type: "string" } Tenant: { type: "string" } Update: { type: "string" } } } output: { type: "object" additionalProperties: true } }