6 min · Jul 31
A step-by-step guide to contact leads instantly from a form via API: one POST to /v1/events creates the contact and fires an email, WhatsApp, or a call.
If you already have a web form, a landing page, or a CRM capturing leads, you can reach them in seconds instead of hours. The idea is simple: every time a lead comes in, your system sends a POST to the Blind Agents API, the platform creates or updates the contact and its company, and instantly fires the channel you choose — an email, a WhatsApp message, or a call handled by an AI agent. This guide walks you through, step by step, how to contact leads instantly from a form via API.
Most forms end up in an inbox or a spreadsheet someone checks when they get a chance. By the time a human sees the lead and replies, that person is already talking to a competitor. The edge isn't capturing more leads; it's being the first to respond while interest is still hot.
With an API event automation, that first touch no longer depends on someone being available. The trigger is automatic and happens the moment the form is submitted, no matter the hour or the day.
The mechanism has three parts. First, an external system — your form, your CRM, Zapier, or Make — sends a POST to the events endpoint with the lead's data. Second, Blind Agents authenticates the request with your organization's API key and creates or updates the contact (and its company). Third, it fires the channel you configured in the automation.
The endpoint is POST https://api.blindagents.com/v1/events, and authentication goes in the BLIND-AGENTS-API-KEY header with your organization's key. A typical body looks like this: {"event":"new_lead","contact":{"name":"Ada","email":"ada@acme.com","phone":"+1..."},"company":{"name":"ACME"}}.
The contact object takes a name, email, and phone. With the email you can fire an email; with the phone, a WhatsApp message or a call. Send whatever you have — the more fields you include, the richer the contact that lands in the platform and the better the agent can carry the conversation.
You build the automation inside the platform; the POST just triggers it. Follow these steps:
For WhatsApp you need an approved template before firing the first message, and the contact's phone must be in international format (for example, +1...). If the field your channel needs is missing — an email for email, a phone for WhatsApp or a call — the automation can't reach that lead.
If your form supports webhooks, point it straight at the events endpoint. If it doesn't, Zapier or Make bridge the gap: build a Zap or scenario that triggers on each form submission and adds a 'Webhooks → POST' step to /v1/events.
That first fire is just the start. When the lead replies — answers the email, the WhatsApp, or speaks on the call — the AI agent you assigned continues the conversation. In automatic mode it answers on its own; in copilot it drafts replies for your team to approve; in manual it hands a ready conversation to a person. The contact and company already exist, so the whole history stays in one place.
Every automation reports its metrics in the Monitor: how many events came in, how many messages fired, how many were delivered, and — depending on the channel — how many were read or answered. That tells you whether the automatic first touch is working, so you can tune the message, the channel, or the agent without touching your form.
Now every lead from your form gets a reply in seconds, any day and any hour, with no one on your team having to watch the queue.
También te puede interesar
3 min
Cómo conectar WhatsApp Business a tu agente de IA en minutos
WhatsApp Business API conectado a un agente que responde 24/7, sin desarrolladores ni código.
3 min
Cómo conectar Instagram al agente y atender DMs sin perder mensajes
Instagram Messaging conectado a un agente que responde DMs y comments en segundos, sin que escalen a tu equipo.
3 min
Cómo conectar Facebook Messenger al agente
Messenger oficial conectado a un agente que responde igual de bien que en WhatsApp.