Testing: Communications
Test email campaigns, announcements, and surveys.
Demo Credentials
| Role | Password | Tenant | |
|---|---|---|---|
| Admin | daniel.harris@example.com | Demo1234! | demo-association |
Test 1: Announcements
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Click Communications in the sidebar
- Browse the announcements
- ✅ See 26 seeded announcements (some pinned)
curl -s https://ams.14.jugaar.ai/api/v1/communications/announcements \
-H "Authorization: Bearer $TOKEN"
Test 2: Campaigns
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the campaigns section
- ✅ See email campaigns with sent/open/click stats
curl -s https://ams.14.jugaar.ai/api/v1/communications/campaigns \
-H "Authorization: Bearer $TOKEN"
Test 3: Surveys
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the surveys section
- ✅ See 4 seeded surveys (NPS, event feedback, member satisfaction)
curl -s https://ams.14.jugaar.ai/api/v1/communications/surveys \
-H "Authorization: Bearer $TOKEN"
Test 4: Email Templates
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the templates section
- ✅ See reusable email templates
curl -s https://ams.14.jugaar.ai/api/v1/communications/templates \
-H "Authorization: Bearer $TOKEN"