Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt

Use this file to discover all available pages before exploring further.

For REST API error codes (400, 401, 404, etc.), see the API Error Reference.

Web SDK

ErrorCauseSolution
SDK not initializedClicktermClient.initialize() was not calledCall initialize() with your App ID before using ClicktermDialog
Template not foundTemplate is disabled or has no effective versionEnable the template and ensure a version is effective
Network errorCannot reach the ClickTerm APICheck the user’s network connection

Inline mode (v2.2.0+)

ErrorCauseSolution
Container element not foundNo element with that id in the DOMEnsure the container element exists before calling renderInline()
Already rendered for containerrenderInline() called twice for the same containerCall handle.destroy() first, or use a different container
Missing inline contentBackend returned content without inlineContent fieldCheck template configuration — ensure inline content is set in the dashboard
Finalize failedNetwork or server error during finalize()Does not throw — returns status: 'ERROR' and unlocks the checkbox for retry

Android SDK

ErrorCauseSolution
SDK not initializedClicktermClient.initialize() was not calledCall initialize() in your Application class or MainActivity
Invalid template IDTemplate ID format is incorrectUse the UUID from the ClickTerm dashboard

API error codes

HTTP status codes and response format for the REST API.

Troubleshooting

Common integration issues and step-by-step fixes.