This site is a work in progress — content and design may change.
← Back to Integrations

Configuration

How to configure the Valtimo Epistola plugin — connection settings, API keys, and optional parameters.

Plugin configuration

The plugin requires three settings to connect to an Epistola instance:

SettingDescription
Base URLThe Epistola API endpoint (e.g., https://epistola.example.com/api)
API KeyAuthentication key for the Epistola REST API (stored as a Valtimo secret)
Tenant IDThe Epistola tenant slug to operate against

These are configured through the Valtimo plugin management UI.

Optional settings

SettingDescriptionDefault
Default Environment IDOverride which environment’s active versions are used for generation(none — uses Epistola default)
Template Sync EnabledAutomatically sync templates from the classpath on application startupfalse

Security

The API key is stored using Valtimo’s secret management — it is never exposed in configuration exports or logs.

Next steps