Submit lead via Web-to-Leads
documentedCreate a new lead in Pipeline CRM by submitting a web form through the Web-to-Leads integration.
POST /web_leadLeadsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.pipelinecrm.com/web_lead" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"w2lid": "{{$w2lid}}", "name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}", "company": "{{$company}}", "message": "{{$message}}", "custom_fields": {"custom1": "{{$custom1}}", "custom2": "{{$custom2}}"}}'