Drive HubBI hubs (data conversion pipelines) from Appmixer — start hubs, push records, and receive hub events.

Changelog

1 version
v2.0.0 Latest
  • Initial public release of the HubBI Flows API connector.
  • Actions: StartHub (fire-and-forget) and StartHubWithData (push one or more records).
  • Trigger: NewHubEvent (webhook) with dynamic output port options and test() support for Flow Test Mode.
  • MakeApiCall component for arbitrary HubBI Flows API requests.
  • Private hub/field picker helpers: ListSourceHubsWithPostData, ListSourceHubsWithoutPostData, ListTargetHubs, GetSourceFields, GetTargetFields.
  • Replaces the removed HubsList endpoint with the three dedicated list endpoints (source-with-data, source-without-data, target).

Authentication

TypeDetails
API Key
Base URL (text)
Your HubBI tenant base URL, e.g. https://test-app.hubbi.nl (no trailing slash).
API Token (text)
Your HubBI JWT. Sent as Authorization: Bearer <token> on every request.
Client Key (text)
Your HubBI client identifier (UUID). Passed as the clientKey query parameter on every request.

Triggers

1
New Hub Event icon

New Hub Event

Fires when HubBI posts a hub event to the webhook URL. The output fields are built from the selected hub's target field definitions.

Actions

3
Make Api Call icon

Make Api Call

Make an authenticated request to the HubBI Flows API. The clientKey query parameter and Bearer token are added automatically.
Start Hub icon

Start Hub

Start a HubBI hub (fire-and-forget), without sending any payload.
Start Hub With Data icon

Start Hub With Data

Start a HubBI hub with a payload of one or more records. The record fields are built from the selected hub's source field definitions.