AddDocumentToWorkflowReq

  • fileId
    Type: string

    ID of uploaded PDF file (either templateKey or fileId must be provided)

  • inputLinks
    Type: array object[]

    Links between template inputs and workflow entities (required when using templateKey)

    • entityKey
      Type: string
      required

      Entity key from the workflow that provides data

    • inputKey
      Type: string
      required

      Input key from the template

  • templateKey
    Type: string

    ID of template to render (either templateKey or fileId must be provided)