Integrations

Your leads, in the tools you already use

Every new lead, booking, and call summary from FieldLine can flow straight into Zapier, Make, Slack, your CRM — or any URL. Signed, automatic, no code, no setup fees.

ZapierMaken8nSlackGoogle SheetsHubSpotJobberHousecall ProAirtableAny URL
Step 1

Pick the events

New lead, appointment booked, missed call, call summary ready. Toggle on the ones you care about.

Step 2

Paste one URL

A Zapier catch hook, a Make webhook, a Slack incoming webhook, or your own endpoint. That’s the whole setup.

Step 3

Data flows automatically

The moment something happens, FieldLine posts the details there — signed and verified. No exports, no copy-paste.

What you receive

A clean, signed payload for every event

Pick an event to see exactly what lands at your URL. Map these fields to anything — create a job in Jobber, add a row to a sheet, ping a Slack channel, or start a Zap.

Verified with an HMAC signature on every request.

A new lead was captured from a call.

{
  "event": "lead.created",
  "occurred_at": "2026-09-13T20:48:11.076Z",
  "tenant_id": "your-tenant-id",
  "data": {
    "name": "Maria Rodriguez",
    "phone": "+15125550123",
    "address": "4412 Oak St, Austin, TX",
    "service": "No cooling — AC not working",
    "urgency": "same-day",
    "lead_source": "Google Ads",
    "contact_id": "sample-contact-id"
  }
}

Every request carries an X-FieldLine-Signature header (HMAC-SHA256) so your receiver can verify it's really from FieldLine.

Questions

Integrations, explained

How do FieldLine integrations work?

FieldLine sends a webhook — a small, signed JSON message — to a URL you choose, every time something happens (a new lead, a booking, a missed call, a finished call summary). You point that URL at Zapier, Make, Slack, or your own system, and the data flows automatically with no copying between tools.

Which apps can I connect to?

Effectively any of them. Because FieldLine posts to a plain webhook URL, you can wire it to Zapier (7,000+ apps) or Make (2,000+ apps) and route your leads into your CRM, calendar, spreadsheet, or messaging tool. You can also point it directly at your own endpoint.

Do I need to write code?

No. You paste one URL and pick which events to send. There’s a “Send test” button so you can confirm it’s working the moment you set it up, and a delivery log so you can see every message that went out.

Is it secure? How do I know a request really came from FieldLine?

Every request is signed with a secret using HMAC-SHA256 and sent in an X-FieldLine-Signature header, so your receiver can verify it’s genuinely from FieldLine and not spoofed.

Are there extra fees or setup charges for integrations?

No. Integrations are included and self-serve — no per-connection fees and no paid setup. Point it at the tools you already use and go.