Creating a New Webhook

This section explains how to create a webhook in Concord CRM to send events to your n8n workflow.

Step 1: Open Webhooks

  1. Log in to Concord CRM as an administrator.

  2. Navigate to N8N Connector → Webhooks.

  3. Click the Create Webhook button.


Step 2: Configure Webhook Details

Fill in the webhook configuration form as described below:

Webhook Name

N8N Webhook URL

Event Types

Description (Optional)

Active


Step 3: Security & Advanced Options

Secret Key

Custom Headers

Example:

{
  "Authorization": "Bearer YOUR_TOKEN",
  "X-Custom-Header": "value"
}

Include Relationship Data

Run as Background Job (Cron)


Step 4: Save & Test

  1. Click OK to save the webhook.

  2. Verify that the webhook is received correctly in n8n.


A webhook will only trigger for the events selected during configuration.