Skip to main content

Recipe Library Overview

Pre-built webhook integration patterns for common use cases. Each recipe includes complete code examples and deployment instructions.

Recipe: Slack Notification Bot

Send real-time Slack notifications when users complete challenges or earn rewards.

Prerequisites

  • Slack workspace with incoming webhooks enabled
  • Slack webhook URL from your workspace settings

Configuration

  1. Get your Slack webhook URL from Slack App settings
  2. Configure Nudj webhook to point to your handler
  3. Deploy the handler code below

Recipe: Email Notification System

Send personalized emails for important user events using SendGrid.

Prerequisites

  • SendGrid account and API key
  • Email templates configured in SendGrid
  • Verified sender domain

Email Templates Needed

  • Challenge completion
  • Reward earned
  • Achievement unlocked
  • Weekly summary

Recipe: Analytics & Data Pipeline

Stream events to your data warehouse for analytics.

Prerequisites

  • Data warehouse (BigQuery, Snowflake, Redshift)
  • Message queue (optional but recommended)

Architecture

  1. Webhook receives events
  2. Events queued for processing
  3. Batch insert to data warehouse
  4. Analytics dashboards update

Recipe: Zapier/Make.com Integration

Connect Nudj webhooks to 1000+ apps without code.

Creating a Zap

  1. Trigger Setup
    • Choose “Webhooks by Zapier” as trigger
    • Select “Catch Hook” as event
    • Copy the webhook URL provided
  2. Configure Nudj Webhook
  3. Test & Map Fields
    • Send test webhook from Nudj
    • Map fields to your action apps
    • Common actions:
      • Add row to Google Sheets
      • Create Salesforce lead
      • Send Teams message
      • Create Asana task

Recipe: Database Sync

Keep your database synchronized with Nudj events.

Deployment Options

Serverless Deployment