How it works

Events in.
Conversions out.

Nourdge sits between your product and your messaging stack. Your app emits onboarding events; Nourdge decides who needs what, when, and through which channel — then delivers through your own infrastructure.

Your app
Onboarding flow
POST /events
Nourdge
Decide & orchestrate
AI + rules
Your stack
Twilio · SendGrid
via your keys
Step 01

Send events.

Drop a webhook call anywhere in your flow. We recommend tracking four things: stage_entered, stage_exited, form_error, and completion.

Most teams are live within 2–3 hours. If you already use Segment, Rudderstack, or Mixpanel, we have a 1-click destination.

// In your onboarding flow
await fetch("https://api.nourdge.com/v1/events", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${NODGE_KEY}`,
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    user_id: "usr_8f2a",
    event: "stage_entered",
    stage: "kyc_verification",
    segment: "sme",
    device: "mobile",
    timestamp: 1742389200
  })
});
Step 02

Define stages & rules.

Tell Nourdge what stages exist, which are required, and what "stuck" means (e.g. 10 minutes idle on KYC).

You set hard rules (never message at 3am); the AI handles everything fuzzy (which template resonates with this segment).

1 Account created ~30s
2 Profile details ~2m
3 KYC verification high friction
4 Plan selection ~4m
5 Payment ~1m
Step 03

Upload templates.

Your team owns every word. The AI chooses which template to send — never writes new copy without human approval.

Each template gets tags (stage, segment, channel, tone), and Nourdge learns which tags work for whom.

template.kyc_video_walkthrough.v3
approved
Hey {{first_name}} 👋 Getting stuck on the passport step? Here's a 30s video that shows exactly how — tap to watch: {{video_url}}
kyc whatsapp sme mobile video
Step 04

Connect channels.

Bring your own Twilio, SendGrid, Postmark, Meta Cloud API. Your sender reputation, your domain, your audit trail.

Each channel takes about 90 seconds to wire up: paste your keys, hit Test connection, done.

WhatsApp · Twilio live
Email · SendGrid live
SMS · Twilio live
Push · not connected + connect
Step 05

Watch it work.

Every AI decision is logged with reasoning: why this user, why now, why this channel, which template. Fully auditable.

Your compliance team will like this. Your growth team will love it.

Decision log
14:23:07conf 0.87
Sarah O. stuck 12m at KYC → WhatsApp video walkthrough. Matched: sme · mobile · high-friction.
14:21:45skipped
Amir K. idle 3m at profile → Below threshold, no action.
14:20:12recovered
Fatima B. received email → completed KYC 4m later.

Fits in an afternoon.

Average time-to-first-nudge for a new customer.

2h
Webhook wired up
30m
Stages & rules
1h
Templates loaded
15m
Channels connected

Ready to try it with your funnel?

We'll bring a working dashboard to the demo.

Book a demo