From ea0b18e9e88540d2567349e65f2582d2cf9eacd2 Mon Sep 17 00:00:00 2001 From: Tammo Ippen Date: Tue, 10 Feb 2026 18:00:09 +0100 Subject: [PATCH] Add 'on_behalf_of_email' to flow inputs schema (#7854) --- openflow.openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 810a052a54..057b9f496b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -35,6 +35,9 @@ components: schema: type: object description: JSON Schema for flow inputs. Use this to define input parameters, their types, defaults, and validation. For resource inputs, set type to 'object' and format to 'resource-' (e.g., 'resource-stripe') + on_behalf_of_email: + type: string + description: The flow will be run with the permissions of the user with this email. required: - summary - value