Copy prompt
Prompt for AI website builders
Add Vola CRM to this website.
Goal:
Make the generated static website operational. It should capture customer messages through a Vola CRM contact form and optionally show a Vola CRM chat widget.
Rules:
- Do not create a fake contact form.
- Do not create a custom backend endpoint for contact submissions.
- Use the Vola CRM contact form embed in the Contact section.
- Use the Vola CRM chat widget before the closing body tag.
- Ask me for my Vola CRM public tenant id if it is missing.
- Keep data-tenant-id visible in the client; it is public routing data.
- Match primary and secondary colors to the website brand.
Contact form script:
<script src="https://volacrm-prod-chatbot-widget-602578934747-eu-west-1.s3.eu-west-1.amazonaws.com/ai-crm-contact-form.js" data-tenant-id="{tenant-id}" data-channel-id="CONTACT_FORM" data-api-url="https://api.volacrm.com" data-primary-color="#6D5DFB" data-secondary-color="#11172A" data-control-size="medium"></script>
Chat widget script:
<script src="https://volacrm-prod-chatbot-widget-602578934747-eu-west-1.s3.eu-west-1.amazonaws.com/ai-crm-chatbot.js" data-tenant-id="{tenant-id}" data-channel-id="CHATBOT" data-api-url="https://api.volacrm.com" data-primary-color="#6D5DFB" data-secondary-color="#11172A" data-control-size="medium"></script>