Orixa AI builds intelligent automation systems that eliminate manual tasks, connect your tools, and let AI agents handle the work — so your team focuses on what matters.
Orixa AI is a specialized AI automation company. We design, build, and maintain intelligent workflow automation systems tailored to your exact business processes — not off-the-shelf templates.
Our team of automation engineers and AI specialists has deployed over 12,000 workflows across industries including healthcare, logistics, finance, and e-commerce. We connect your existing tools and let AI handle the repetitive, rule-based, and decision-making work end to end.
Six core automation verticals — each built with AI decision-making, API integrations, and zero-touch execution.
Tell us what you want to automate. Your request fires directly into our n8n pipeline — AI-scored, stored in Airtable, and in our inbox within seconds.
Complete end-to-end setup. Follow these steps and every Contact Us submission will be stored in Airtable and emailed to your team — automatically, with AI scoring baked in.
Go to airtable.com → New base → add a table called Contact Requests with these columns:
In n8n → New Workflow → add these nodes:
Copy your Production Webhook URL and paste it into N8N_WEBHOOK_URL in the script below.
OpenAI node → System Message:
You are a lead qualification AI for Orixa AI, an AI automation company.
Return ONLY a valid JSON object — no markdown, no explanation.
{
"score": <integer 1-100>,
"tier": <"hot"|"warm"|"cold">,
"reason": "<1-2 sentences>",
"recommended_action": <"call_now"|"nurture"|"send_info">,
"personalization_note": "<one sentence>"
}
75-100 hot: specific pain, named tools, urgency, detailed description
50-74 warm: some detail, relevant industry, moderate intent
1-49 cold: vague, generic, or low-fitGmail/SMTP node → Subject:
{{ $('Code').item.json.parsed.tier==='hot'?'🔥':'🟡' }} New Lead [Score: {{ $('Code').item.json.parsed.score }}] — {{ $('Webhook').item.json.body.company }}
Then paste your HTML body template mapping all fields — score banner, contact table, AI personalization note, and recommended action. Replace N8N_WEBHOOK_URL below and you're live.