How to Set Up New Webhooks

🚀 Choose Your Webhook Type

Template-Specific Webhooks (Recommended)

  • One webhook triggers one specific email template
  • Perfect for dedicated buttons or automations
  • More precise control and easier debugging
https://your-app.replit.app/webhook/monday/{board_id}/{template_id}

Board-Wide Webhooks

  • One webhook triggers all templates for a board
  • Processes all mapped templates sequentially
  • Backward compatible with existing setups
https://your-app.replit.app/webhook/monday/{board_id}

1 Get Your Webhook URLs

Visit the Webhook Manager to see all available webhook URLs for your templates.

Pro Tip

Template-specific webhooks are generated automatically when you create email mappings. Each template gets its own unique webhook URL per board.

2 Configure Monday.com Integration

Method 1: Board Integration (Recommended)

  1. Go to your Monday.com board
  2. Click "Integrate" in the top menu
  3. Search for "Webhook" or scroll to find webhook integrations
  4. Select "Webhook" integration
  5. Configure the trigger event (e.g., "When button clicked", "When status changes")
  6. Paste your webhook URL in the webhook URL field
  7. Test the integration

Method 2: Custom Button Integration

  1. Add a "Button" column to your board
  2. Click the button settings
  3. Go to "Actions" tab
  4. Add "Send webhook" action
  5. Paste your webhook URL
  6. Configure the trigger conditions

Important

Make sure to use the correct webhook URL format. Template-specific URLs include the template ID at the end.

3 Test Your Webhook

Testing Process:

  1. Trigger the webhook by clicking your button or changing the configured field
  2. Check the Logs page to see if the webhook was received
  3. Verify email sending - check if the email was sent successfully
  4. Review any errors in the processing logs

Success Indicators

  • Webhook log appears in the Logs page with "completed" status
  • Email appears in recipient's inbox
  • All template placeholders are populated with real data
  • PDF attachments (if configured) are included
Webhook Manager

View all webhook URLs

Open Manager
Field Mappings

Configure template mappings

Manage Mappings
Webhook Logs

Monitor webhook activity

View Logs
Formula Builder

Create dynamic formulas

Build Formulas