API Docs / Schemas / UpdateClientPortalSettingsRequest

UpdateClientPortalSettingsRequest

Request to update client portal settings for the tenant

Properties

Name Type Description
portalTitlestring

The title displayed on the client portal

The title displayed on the client portal

designThemeCodestring

Code of the design theme to apply to the client portal

Code of the design theme to apply to the client portal

iconImageAssetCodestring

Code of the image asset to use as the portal icon/favicon

Code of the image asset to use as the portal icon/favicon

showInvoicesboolean

Whether portal users can view their invoices

Whether portal users can view their invoices

showServicesboolean

Whether portal users can view the services set up for them in Sodium

Whether portal users can view the services set up for them in Sodium

invitationEmailContentBlockCodestring

Code of the content block to use for portal invitation emails

Code of the content block to use for portal invitation emails

useIntroPageContentBlockboolean

When true, the intro page uses the content block. When false, it uses IntroPageText.

When true, the intro page uses the content block. When false, it uses IntroPageText.

introPageContentBlockCodestring

Code of the content block to use for the intro page

Code of the content block to use for the intro page

introPageTextstring

Raw HTML content for the intro page (used when UseIntroPageContentBlock is false)

Raw HTML content for the intro page (used when UseIntroPageContentBlock is false)

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

notifyManagerOnClientDocumentUploadboolean

Whether to send an email notification to the client's manager when a document is uploaded via the portal

Whether to send an email notification to the client's manager when a document is uploaded via the portal

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

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

JSON Example

{
  "portalTitle": "string",
  "designThemeCode": "string",
  "iconImageAssetCode": "string",
  "showInvoices": false,
  "showServices": false
}

Used By Operations