The workflow dispatch endpoint also supports taking in a client_payload object in the request body with values. This object can have a more complex structure than what the inputs supports.
Disregard my momentary stupidity. I have remembered wrong. The client_payload is only supported in the repository_dispatch api, which otherwise does nearly the same as workflow_dispatch.
The workflow dispatch endpoint also supports taking in a
client_payload
object in the request body with values. This object can have a more complex structure than what the inputs supports.An example usage could be a payload like this
This can be used in the workflow with the following syntax