Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 898 Bytes

CombinedSubmissionAction.md

File metadata and controls

54 lines (26 loc) · 898 Bytes

DocSpring.CombinedSubmissionAction

Properties

Name Type Description Notes
id String
integrationId String
state String
actionCategory String
actionType String
resultData Object

Enum: StateEnum

  • pending (value: "pending")

  • processed (value: "processed")

  • failed (value: "failed")

  • error (value: "error")

Enum: ActionCategoryEnum

  • notification (value: "notification")

  • file_upload (value: "file_upload")

Enum: ActionTypeEnum

  • webhook (value: "webhook")

  • slack_webhook (value: "slack_webhook")

  • email (value: "email")

  • aws_s3_upload (value: "aws_s3_upload")