Official Integrations
Official integrations are Fluxyn-maintained vendor nodes you can use directly in application flows.
Fluxyn can connect to almost anything with HTTP nodes and custom logic, but some vendors are common enough that rebuilding them from scratch every time is unnecessary.
Official integrations are Fluxyn-maintained vendor nodes that appear directly in the application flow builder.
The Benefits of Official Integrations
Official integrations are useful because they:
- give you a vendor-specific setup experience instead of a blank canvas
- hide repetitive implementation details such as script loading or event formatting
- ship as part of Fluxyn rather than being copied into every workspace
- stay consistent across applications
In practice, they feel like first-class nodes, not templates you need to import and maintain yourself.
How to Use Them
- Open an application flow.
- Add a node from the Official Vendors section.
- Configure the action and inputs for the vendor you want.
- Test in the debugger or Live Preview before release.
Many vendor nodes separate load actions from track actions. That pattern is intentional. It keeps installation concerns separate from event-specific behavior and makes flows easier to reason about.
Available Modules
More official vendors can be added over time, but the operating model stays the same: use them directly in application flows, validate them in Live Preview, and release when you want the latest behavior to reach production.