![]() |
VOOZH | about |
Last update
Last update 4 months ago
Categories
Share
This n8n workflow captures lead data from a landing-page webhook, validates required fields and then processes the lead by creating a Zoho CRM Lead, generating a Jira Task and notifying a Slack channel. If required fields are missing, the workflow skips CRM + Jira creation and instead notifies Slack with available lead details.
This workflow works as an automated lead pipeline. When the landing page sends JSON to the webhook, the workflow checks if last_name and company_name are present. If both fields exist, it proceeds to create a Zoho CRM lead, then generates a Jira task using the same data. A detailed Slack message is then posted with all lead information and the newly created Jira task ID.
If any of the required fields are missing, the workflow does not create CRM or Jira entries. Instead, it sends a Slack notification with available details so teams can intervene manually without incorrect CRM data entry.
Go to n8n → Workflows → Import workflow JSON.
Add your credentials in:
Copy the Webhook URL from the Webhook node and configure your landing page to send POST JSON to it.
The If node checks:
If both exist → CRM + Jira + Slack
If missing → Slack-only alert
Send sample JSON using your landing page or Postman.
Check Zoho CRM, Jira task creation, and Slack messages.
Enable workflow after verification.
(And many more possible use cases.)
| Issue | Possible Cause | Solution |
|---|---|---|
| Webhook not triggered | Wrong webhook URL or wrong HTTP method | Check URL and ensure POST is used |
| Zoho lead not created | Invalid credentials or missing required mapping | Reconnect Zoho credentials and verify fields |
| Jira task not created | Wrong project/issue/assignee config | Verify project, issue type & permissions |
| Slack message not sent | Token expired or incorrect channel ID | Re-authenticate Slack and confirm channel |
| Workflow stops at If node | last_name or company_name missing | Update landing page form to include fields |
| Slack message missing values | Wrong field names in payload | Ensure JSON fields match expected structure |
For assistance with setup, customization or building enhanced automation workflows, our n8n team at WeblineIndia can help you build & optimize your automations.
We support: