
Webhook Name
Give your webhook a clear and identifiable name (e.g., Lead Created → n8n).
n8n Webhook URL
Paste the webhook URL generated from your n8n workflow.
Must start with https://
This is where Perfex CRM will send event data.
Event Types
Select one or more Perfex CRM events that should trigger this webhook.
Only selected events will be sent to n8n.
Secret Key
Used to securely sign webhook requests.
Click Generate to create a secure key automatically.
The system sends a signature header (X-n8n-Signature) that can be verified in n8n for security.
Custom Headers
Optionally send additional HTTP headers with the webhook request.
Must be a valid JSON object
Example use cases: API tokens, authorization headers
Include Relationship Data
When enabled, related data (such as contacts, items, or linked records) is included in the webhook payload.
Run as Background Job (Cron)
Recommended for high-volume or performance-sensitive workflows.
Webhooks are queued and processed in the background
Automatic retry on failure
Prevents delays in CRM operations
Save – Stores the webhook configuration
Test Webhook – Sends a test payload to your n8n webhook URL
Cancel – Discards changes
This setup enables reliable, secure, real-time automation between Perfex CRM and n8n with full control over events, data, and performance behavior.