Topics

integrations

31 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 a member of staff starts the verification on the…

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

This final article in the guide serves as a reference page that collects tips and tricks for building your own workflows. Some articles are simple job configurations, while others are more…

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…