Skip to waitlist
Hosted integrations for EPLAN Electric P8

Connect EPLAN P8 to the tools your team already uses, without writing or maintaining connection code.

Your EPLAN exports, delivered to Slack, Teams and Google Drive — while the open-source script on your PC stays credential-free.

Built on the stack behind rag2026.covaga.xyz · open-source client coming soon

Problem to solution

Integrations without the integration project.

Today

  • One-off local scripts

    Custom macros and export scripts that live on a single workstation. You commission them for 200€ to 2,400€ each, then own the maintenance forever.

  • Heavy ERP / PLM connectors

    Enterprise middleware that is expensive to license, slow to roll out, and far more than a small electrical team needs to push a PDF into Slack.

  • Credentials on the CAD PC

    OAuth tokens and API keys sitting in local config files, going stale whenever Google or a webhook secret rotates.

With EplanBridge

  • Lightweight hosted integrations

    Point-and-configure destinations instead of bespoke code. Turn an EPLAN event into a Slack message or a Drive upload in minutes.

  • Credentials held server-side

    OAuth tokens live encrypted in Cloudflare KV. The script on your PC only sends event data, never secrets.

  • Kept current for you

    When Google or EPLAN change their APIs, the hosted worker is updated centrally. No redeploy on your machines.

How it works

Three steps, from CAD event to delivered.

  1. 01

    An EPLAN event fires

    A PDF export, a BOM export, or a project close happens inside EPLAN Electric P8 during normal work.

  2. 02

    The open-source script POSTs JSON

    A lightweight C# client running inside EPLAN sends a small JSON payload to your private tenant URL. No secrets leave the PC.

  3. 03

    A Cloudflare Worker delivers it

    The worker transforms the event and delivers it to your configured destination: Slack, Teams, Google Drive, email, or a generic HTTP endpoint.

Events

What EPLAN can trigger.

  • pdf-exported

    PDF exported

    Fires when a schematic or documentation PDF is exported from a project.

  • bom-exported

    BOM exported

    Fires when a bill of materials or parts list is exported.

  • project-closed Coming soon

    Project closed

    Fires when a project is closed, useful for archival and sign-off flows.

Destinations

Where it can go.

  • Slack webhook

    Post a message with the export attached or linked.

  • Teams webhook

    Notify a Microsoft Teams channel on every event.

  • Google Drive

    Upload the exported file straight into a shared folder.

  • Email

    Send the export to a distribution list or an inbox.

  • Generic HTTP

    Forward the payload to any endpoint you control.

Pricing

Simple monthly plans in euro.

Prices shown per month. Waitlist members help set the final launch pricing.

Free

Try one integration end to end.

0€ /mo

  • 1 event
  • 1 destination (Slack)
  • 50 executions / mo
Start free

Starter

For a small electrical team.

29€ /mo

  • 3 events
  • 2 destinations
  • 500 executions / mo
Choose Starter
Most popular

Pro

For busy engineering offices.

79€ /mo

  • Unlimited events
  • 5 destinations
  • 5,000 executions / mo
Choose Pro
Waitlist

Get early access.

Join the waitlist to help shape the first destinations and pricing. We will email you when your tenant is ready. No spam.

FAQ

Straight answers.

Does EPLAN need to be open?

Yes. The script runs inside EPLAN with an active licence. While EPLAN is open, integrations run automatically as you export and close projects. Nothing runs when EPLAN is closed.

Is the client script open source?

Yes. The client is MIT licensed and fully auditable by your IT team. You can read every line before you install it, and it only sends event data to your own tenant URL.

Where do my OAuth tokens live?

They will live encrypted in Cloudflare KV, held server-side. They are never stored on your PC. The client script sends event payloads only, so credentials never leave the hosted environment.

Which EPLAN events are supported at launch?

PDF export and BOM export are supported at launch. Project close is coming soon. More events can follow based on what waitlist members ask for.

Do I have to change how my team works?

No. Engineers keep exporting PDFs and BOMs exactly as they do today. EplanBridge listens for those events and delivers them, so there is no new tool to learn.