# Signature

Allows users to draw a signature and then send it as an image.

Preview 1 Preview 2 Preview 3

# Output

The output of the step will include link to signature image.

The structure of the output is:

{
  image: '' // <String> slink to created image
}

# Use function to define user answer

Allows to override default answer by custom message.

# Available variables

The same as output example.

{
  image: '' // <String> slink to created image
}

# Example

return `Signature URL: ${image}`
# Step configuration:

Custom answer step configuration

# Result:

Custom answer result

Last Updated: 8/1/2023, 7:32:10 PM