@oneblink/apps-react
    Preparing search index...

    Function reopenFormApprovalFlowInstance

    • As an administrator, reopen a submission that has been approved or denied.

      await approvalsService.reopenFormApprovalFlowInstance({
      formApprovalFlowInstanceId: 1,
      notificationEmailAddress: 'email@example.com',
      notes: 'Great work!!!',
      internalNotes: 'It was not really that great...',
      cannedResponseKey: 'my_canned_response_key',
      })

      Parameters

      • options: {
            cannedResponseKey?: string;
            formApprovalFlowInstanceId: number;
            internalNotes?: string;
            notes: string;
            notificationEmailAddress: string;
        }
      • OptionalabortSignal: AbortSignal

      Returns Promise<FormSubmissionApproval>