Skip to main content
Anchor to flowGenerateSignature

flowGenerateSignature

mutation

Generates a signature for a Flow action payload.

•ID!
required

The unique identifier of the Flow action definition.

•String!
required

The request payload used to generate the signature.


Was this section helpful?

Anchor to FlowGenerateSignaturePayload returnsFlowGenerateSignaturePayload returns

•String

The payload used to generate the signature.

•String

The generated signature.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?