Topics

api

15 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…

Reference

Channels – Incoming

When building your workflows in Bosbec WE, you will need some way of starting them. Channels allow you to start your workflows using incoming traffic instead of running them manually. This can be…

Create JWT Signing

The Create JWT Signing job creates a signed JWT (JSON Web Token) by signing a payload with a private key. Use it when a workflow needs to generate a token for authenticating against an external…

Send API Response

The Send API Response job sends an HTTP response back to the caller of an Incoming HTTP Trigger. Use this job to control the response body, content type, status code, and headers returned to the…

Send HTTP Request

The Send HTTP Request job is the latest version of the job used to send outbound HTTP requests from Bosbec. This article explains how it works and how to configure it to communicate with external…

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…

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…