Pilgrim NPS Admin
Sign in with your Pilgrim Google account to continue.
Restricted to @discoverpilgrim.com accounts
Template Designer
Live
🎨 Branding
💬 Questions
🏷️ Tags
🙏 Messages
Brand Identity
Leave blank to show default icon
1 Score
2 Tags
3 Comment
4 Thank You
Live preview · changes reflect instantly
Total
NPS Score
Promoters − Detractors
Promoters 😍
Passives 😐
Detractors 😤
Recent Responses
Loading...
🔌
API & Integration
Server Status
Railway deployment
Online
API Base URL
Use in Moengage and other integrations
Token Endpoint
POST here from Moengage webhook
Dashboard API
Feed this into NPS Intelligence Dashboard
🔔
Moengage Webhook Payload
Copy into your Moengage webhook body. Only customer_id and order_id are required.
{
  "customer_id": "{{user.customer_id}}",
  "customer_name": "{{user.name}}",
  "customer_email": "{{user.email}}",
  "customer_phone": "{{user.phone}}",
  "order_id": "{{event.order_id}}",
  "order_date": "{{event.order_date}}",
  "customer_city": "{{user.city}}",
  "customer_type": "{{user.customer_type}}",
  "order_count": {{user.order_count}},
  "order_value": {{event.order_value}},
  "products": {{event.products | json}}
}
👥
Access Control
Logged in as
Current admin account
Add Team Members
Invite others via Supabase Auth → Users → Invite
Open Supabase ↗