Topics

integrations

33 articles

Tutorials

How-to guides

Integrating BankID via IDkollen

This article shows how to verify a person's identity with BankID through IDkollen's API from a Bosbec workflow, using a phone authentication where your organisation starts the verification during…

Integration – Klaviyo

This article will guide you in setting up two example flows for integrating with Klaviyo. One flow will get profiles from Klaviyo, while the other will show you how to create an event connected to…

Reference

Best practices and tips

Good integrations are usually built from a small number of repeatable patterns. A directory synchronization, for example, can retrieve records on a schedule, synchronize them as Bosbec units,…

Concepts

Get data via API

Not all systems are able to push data updates automatically when changes occur. In some cases, data must instead be retrieved by actively making requests to the external system.

Incoming data via Webhooks

To receive data from System A using a webhook, the first requirement is an HTTP Channel. An HTTP Channel can be configured either in the admin interface or directly from a trigger in the Workflow…

Platform-specific concepts

Before diving deeper into the integration process itself, it is useful to introduce a few Bosbec-specific concepts. These form the foundation of how integrations are built and executed within the…

Sending data from Bosbec

When it is time to send data from Bosbec to System B, much of the process should feel familiar from the chapter Get data via API. In most cases, sending data is done by making an HTTP request to…