Skip to content
Make
Make
Integration platformAvailable via the partner API

Connect Make with TAC Flow

Visual scenarios that receive our real-time events and fan them out to your systems.

01Overview

Requirements

Requirements

  • A Make account with the webhook module
  • A TAC Flow API key with the required scopes
  • A developer or the system implementer at your company

Events used

incident.reportedmaintenance_report.approvedmovement.approvedfuel.dispense_recorded

First: issue an API key from Settings → Integrations — it will be used to read from TAC Flow.

02What syncs

Where your data lands

  • New incident (real-time event)From TAC FlowInstant team alerts
  • Maintenance report approved (event)From TAC FlowAuto-created tickets
  • Movement approved (event)From TAC FlowSheet and doc updates
  • Fuel dispense recorded (event)From TAC FlowAny supported app
03Setup steps

The setup, start to finish

Executed by your technical team or your system implementer — typical effort is one working day.

  1. 1Create a webhook triggerIn Make, create a scenario starting with a webhook trigger and copy its URL.
  2. 2Register the subscription in TAC FlowFrom Settings → Integrations, add a webhook subscription with that URL, pick the events, and save the signing secret.
  3. 3Verify the signatureAdd a step verifying the signature header before processing — code sample in the technical reference.
  4. 4Fan out to your appsRoute each event to its destination: a team alert, a ticket, a sheet update — no code required.
  5. 5Test with a probe deliveryUse the test-delivery button in the subscriptions screen and confirm the message reaches your scenario.
04FAQ

Asked before implementation

Who implements the integration?

Your technical team or your system implementer — this guide plus the technical reference cover everything needed; typical effort is one working day.

Does the external system write into TAC Flow?

No — the partner API is read-only in its current version, which makes the integration inherently safe: no external mistake can corrupt your data.

Ready to integrate?

The full technical reference with runnable examples — your developer starts in minutes.