Introducing Template creation on Doppio: Streamlining document design.
Templates are here!
We're thrilled to announce the launch of our Template feature. This new addition allows you to create, manage, and reuse HTML templates directly within the Doppio platform.
What can you do with Templates?
- Visual Editor: Design your templates with a built-in HTML/CSS editor
- Dynamic Data: Use template placeholders and injected data at render time
- Preview: See your template rendered in real-time before generating documents
- Paged.js Support: Built-in support for Paged.js for paginated documents
How to use Templates
Navigate to the Templates section in your dashboard, create a new template, and start designing. You can use placeholders like {* DOP_name *} that will be replaced with actual data when generating documents.
API Integration
Generate documents from templates via our API by passing the template ID and templateData:
POST /v1/template/sync
{
"templateId": "your-template-id",
"templateData": {
"DOP_name": "John Doe",
"DOP_amount": "$1,234.56"
}
}
We're excited to see what you'll create with Templates! As always, reach out to us at support@doppio.sh for any questions.