Integrations

Connect byMovers with the rest of your world.

byMovers doesn't live in isolation. We're connected with the industry's leading lead generators and with the most widely used invoicing programs. And through our API you can integrate virtually any other system, whether or not we have an agreement with it.

Lead generation

Connected with the industry's leading lead generators

Receive and manage your quote requests directly in byMovers, simply and efficiently, with no copy-pasting between platforms.

Via API

Your lead provider isn't on the list?

No problem. Through our API you can connect leads from any provider, whether or not we have an agreement with it. If you capture requests from your website, a marketplace or any other source, we pull them automatically into byMovers.

muvly.ai
🤝 Partnership · Coming soon
Featured partner

Automatic AI quotes, with muvly.ai

byMovers will be muvly.ai's first connector — the AI that turns your website visitors into quotes. A partnership that takes automatic quoting to the next level.

  • Automatic AI quotes from byVisitors and from the platform itself.
  • 24/7 quotes, in your customer's language and currency, using your real rates.
  • Its leads arrive automatically in byMovers, ready to close.
Invoicing and accounting

Export to your favourite invoicing program

Export your invoices to the accounting system of your choice or send them straight to your accountant. byMovers also complies with electronic invoicing: VERI*FACTU, TicketBAI and Facturae.

VERI*FACTU · TicketBAI · FacturaeTax compliance
And much more

Other integrations for your day to day

Google CalendarSynced appointments and services
Microsoft OutlookCalendar synced both ways
EmailAutomatic alerts & communications
Website and formsbyWebForms feeds leads into the CRM
Your custom systemVia REST API and lead-capture API
For your technical team

Running your own system? Connect it with our API

If your company works with custom software or with a tool we don't integrate yet, your development team has two routes: byMovers' public REST API to read and update data, and the byWebForms lead-capture API to create leads in a single call.

What our API offers you

  • Public REST API at api.bymovers.io: 52 endpoints over HTTPS with JSON responses.
  • Read-only on jobs, quotes and invoices (issued and received); write access on customers, suppliers, receipts and payments.
  • Signed token with expiry, obtained with username and password, plus a mandatory header to identify the company and another one to filter by branch.
  • Rate limits at four levels —per IP, per company, per user and on login—, per-user IP allow-list and immediate token revocation.
  • byWebForms lead-capture API: a single call creates the complete lead, with its stops, its inventory and the contact details.
  • A dedicated token pair per form: one publishable for the browser and one secret for server-to-server calls.
  • Idempotency key (resending the same request never duplicates the lead), a test mode with no real side effects, and an audit trail of every call.
  • Internal event bus with retries and duplicate control: quote accepted, job created, receipt created, document uploaded, incident created.
  • Accounting export and an inbound webhook for Xero invoices.
  • Published documentation: OpenAPI specification, ready-to-use Postman collection and an integration guide in Spanish and English.
API byMovers · examples
# 1 · Create a lead in a single call
#     "fields" follows your form schema
curl -X POST https://<tuempresa>.bymovers.io/webforms/api/v1/submissions \
  -H "X-Webform-Token: wfsk_YOUR_SECRET_TOKEN" \
  -H "Idempotency-Key: lead-2026-07-12-0041" \
  -H "Content-Type: application/json" \
  -d '{
    "fields": { … },
    "formUserFields": {
      "name": "Ana",
      "surnames": "García",
      "emailNotif": "ana@example.com",
      "phoneNumber": "+34600000000"
    }
  }'
# 201 → id, refNumber, status, isSandbox

# 2 · Read jobs (read-only)
curl https://api.bymovers.io/api/v1/projects \
  -H "Authorization: Bearer <token>" \
  -H "X-Host: <tuempresa>" \
  -H "X-Company: 1"
How it works

Integrating is simple

This is how the industry's lead generators come in (Happy to Serve, Movers P.O.E., Quot8, ReloAdvisor, TriGlobal): each one with its own form and its own token, which is why connecting a new one takes no development. The same works for your company's CRM or for automation tools such as Zapier, Make or n8n. And if you work with AI agents, there is a JSON-RPC (MCP) endpoint to read the form schema and register leads.

1 · We issue your keys

Keys are issued by byMovers: access to your company's REST API and a token pair for each lead-capture form.

2 · Connect and test

Your team integrates with the OpenAPI specification, the Postman collection and the guide; test mode triggers no real side effects.

3 · Work without duplicating

In live mode, every lead turns itself into a complete job when the form has a customer assigned and automatic processing on.

Got a system to connect?

Tell us what you need to integrate

Write to us at info@bylogic.es or via WhatsApp at +34 634 736 807.

Talk to the team