Add 'on_behalf_of_email' to flow inputs schema (#7854)

This commit is contained in:
Tammo Ippen
2026-02-10 17:00:09 +00:00
committed by GitHub
parent 1ad8b1ba05
commit ea0b18e9e8
+3
View File
@@ -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-<type>' (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