Examples
Overview
Copy/paste examples for common Calypso tasks.
Install the Q&A widget
<script
type="text/javascript"
data-project-id="YOUR_PROJECT_ID"
data-locale="en"
src="https://webot.calypso.day/bot.js"
></script>
Send one WhatsApp template via API
curl -X POST "YOUR_API_BASE_URL/..." \
-H "Content-Type: application/json" \
-d '{
"project_id": "YOUR_PROJECT_ID",
"template_id": "YOUR_TEMPLATE_ID",
"phone": "+14155552671",
"variables": {}
}'
Operational checklist (new project)
- Invite members and set roles
- Add customers (CSV or manual)
- Create a workflow, set it as default, and enable workflow routing
- Configure hours behavior (if needed)
- Install the Web Widget

