There are three common ways to bring data into Bosbec:
- Webhooks – incoming HTTP requests
- APIs – outgoing HTTP requests
- Files (coming soon) – via FTP or email
When deciding which method to use, it is often helpful to return to the initial questions in the design process: What data do I need? Where can I find it? How can I access it? These questions usually point to the most appropriate integration approach.
Bosbec provides jobs and triggers to handle each of these methods. In the following sections, we will walk through them in more detail and show how they can be used in practice.