API Docs / Schemas / UpdateRequestSettingsRequest

UpdateRequestSettingsRequest

Request to update client request and chasing settings for the tenant

Properties

Name Type Description
documentApprovalEmailContentBlockCodestring

Code of the content block to use as the email body template for document approval request emails

Code of the content block to use as the email body template for document approval request emails

documentRequestOpenedEmailContentBlockCodestring

Code of the content block to use as the email body template when a document request is opened

Code of the content block to use as the email body template when a document request is opened

documentRequestRejectedEmailContentBlockCodestring

Code of the content block to use as the email body template when a document request submission is rejected

Code of the content block to use as the email body template when a document request submission is rejected

documentRequestSubmittedEmailContentBlockCodestring

Code of the content block to use as the email body template when a document request submission is received

Code of the content block to use as the email body template when a document request submission is received

clientConfirmationEmailContentBlockCodestring

Code of the content block to use as the email body template for client confirmation workflow step emails

Code of the content block to use as the email body template for client confirmation workflow step emails

clientChaseEmailContentBlockCodestring

Code of the content block to use as the email body template for client chase emails

Code of the content block to use as the email body template for client chase emails

dataFormSubmissionEmailContentBlockCodestring

Code of the content block to use as the email body template for form submission emails

Code of the content block to use as the email body template for form submission emails

chaseDocumentRequestFrequencyDaysinteger

How often (in days) to chase open document requests

How often (in days) to chase open document requests

chaseDocumentApprovalFrequencyDaysinteger

How often (in days) to chase pending document approvals

How often (in days) to chase pending document approvals

chaseClientConfirmationFrequencyDaysinteger

How often (in days) to chase pending client confirmations

How often (in days) to chase pending client confirmations

chaseDataFormSubmissionFrequencyDaysinteger

How often (in days) to chase pending data form submissions

How often (in days) to chase pending data form submissions

JSON Example

{
  "documentApprovalEmailContentBlockCode": "string",
  "documentRequestOpenedEmailContentBlockCode": "string",
  "documentRequestRejectedEmailContentBlockCode": "string",
  "documentRequestSubmittedEmailContentBlockCode": "string",
  "clientConfirmationEmailContentBlockCode": "string"
}

Used By Operations