Examples
Examples
Copy/paste examples for common Calypso tasks.
Install the Q&A widget
<script
type="text/javascript"
data-team-id="YOUR_TEAM_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 '{
"team_id": "YOUR_TEAM_ID",
"template_id": "YOUR_TEMPLATE_ID",
"phone": "+14155552671",
"variables": {}
}'
Operational checklist (new team)
- Invite members and set roles
- Add customers (CSV or manual)
- Create a flow, set it as default, and enable Canvas routing
- Configure hours behavior (if needed)
- Install the Web Widget

