For the complete documentation index, see llms.txt. This page is also available as Markdown.

Requests Transcript Export

Controls how Aisera validates date ranges and formats notification emails for requests transcript export jobs.

The Settings > Configuration > Requests Transcript Export section contains tenant-level settings that govern transcript export behavior across all bots in your tenant. Settings here control how broad a date range an export request may span, and what subject line and body text appear in the notification emails Aisera sends when an export job completes or fails.

Max difference between two dates (Allowed Max: 7)

Type

Integer

Default

3

Sets the maximum number of days a start-to-end date range may span in a transcript export request. When a request includes explicit start and end dates, Aisera validates that the gap does not exceed this value and rejects the request if it does. If no dates are specified, the export defaults to the last 24 hours and this limit does not apply.

Requests transcript export email subject

Type

Text field

Default

Requests transcript export

Sets the subject line of the notification email sent when a transcript export job completes. The same subject is used for both success and failure notifications. Configure this when you want export emails to carry a subject that matches your organization's naming conventions or is easier to filter in your inbox.

Requests transcript export success message

Type

Text field

Default

Completed Request Transcript for bot: %bot from: %start to: %end to location: %location

Sets the body text of the notification email sent when a transcript export job completes successfully. Supports placeholders that Aisera replaces at send time:

Placeholder
Replaced with

%bot

Bot ID

%start

Export start date/time

%end

Export end date/time

%location

Path or URL of the exported file

Customize this when you want the success email to include additional context or match your organization's communication style. All four placeholders are optional.

%location resolves to an S3 path or remote file server path depending on which export endpoint you used.

Requests transcript export failure message

Type

Text field

Default

Sorry that the transcript export failed for bot: %bot from: %start to: %end

Sets the body text of the notification email sent when a transcript export job fails. Supports placeholders that Aisera replaces at send time:

Placeholder
Replaced with

%bot

Bot ID

%start

Export start date/time

%end

Export end date/time

Customize this when you want the failure email to include additional context, provide troubleshooting guidance, or match your organization's communication style.

Aisera does not support %location in this message. There is no upload location to reference when a job fails.

Last updated

Was this helpful?