See llms.txt for all machine-readable content.
This workflow receives lead details via a webhook and sends them to Groq’s OpenAI-compatible Chat Completions API to score and qualify the lead, then returns a structured JSON response with score, tier, recommended next action, and reasons.
/ai-lead-qualification webhook containing lead details in the request body.openai/gpt-oss-120b model and requests a JSON-formatted response.https://api.groq.com/openai/v1/chat/completions./ai-lead-qualification and configure your form/app/CRM to send lead data as a POST request body to that URL.name, email, company, role, budget, need, source, message) so the prompt has enough context to score the lead.