manifest / integrations / wp-smart-lead-router
WP Smart Lead Router
Yellow Star Design WordPress lead routing plugin with REST intake and CRM webhook delivery.
by Emre Sariyildiz · github.com/emresariyildiz/wp-smart-lead-router · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/emresariyildiz/wp-smart-lead-router/archive/refs/heads/main.zipReadme
WP Smart Lead Router
A professional Yellow Star Design WordPress plugin that receives form submissions, validates the payload, stores a lightweight lead record, and forwards qualified leads to a CRM or automation webhook.
Highlights
- REST endpoint for headless forms, Elementor forms, or custom landing pages
- Admin settings for webhook URL, shared secret, and routing mode
- Custom database table for lead audit history
- Sanitized payload handling and signed webhook delivery
- Practical foundation for CRM, Zapier, Make, or HubSpot integrations
Endpoint
POST /wp-json/wpslr/v1/leads
Example payload:
{
"name": "Jane Client",
"email": "jane@example.com",
"phone": "+905551112233",
"source": "homepage",
"message": "I want a WordPress redesign."
}
Installation
- Copy this folder into
wp-content/plugins/. - Activate
WP Smart Lead Router. - Go to
Settings > Lead Routerand configure your webhook.
Support
Professional support and integration help are available through Yellow Star Design.
- Website: https://www.yellowstardesign.com/
- Support email: emre@yellowstardesign.com
Roadmap
- Elementor form action adapter
- Retry queue for failed webhook calls
- CSV export
- Lead scoring rules
License
MIT