Partner services
Document information
| Field | Value |
|---|---|
| Canonical URL | /docs/11_partner_services/00_introduction |
| Version (published date) | 2026-08-14 |
| Tags | partners, integrations, reference-data |
Summary
Partner services are third-party APIs that Tealfabric has tested against the platform. They supply data or capabilities that sit beside your tenant data—country reference records, company-register facts, sanctions screening, government open-data catalogs, and similar supplements—without replacing Tealfabric’s own storage, ProcessFlow, or connectors. Some partners are public GET APIs; others require a vendor account or a one-time data purchase. Call them from an integration the same way you call any other REST API.
What this section is for
Use these pages when a workflow needs authoritative data that you do not want to maintain yourself. Each partner page states what the service provides, how it maps onto Tealfabric (typically restapi-generic-1.1.0), and concrete ProcessFlow, entity, and WebApp patterns.
Tealfabric does not resell partner subscriptions or register extracts. You keep billing with the vendor (or use the free public API). Store any API key on the integration. The pages here exist so you can judge fit and wire the call correctly.
Recommended reading path
- Read the partner page for the dataset you need.
- Create an integration on
restapi-generic-1.1.0. Use GET /receiveunless the partner page names POST /send(OpenSanctions/matchand SODA 3/querydo). - Call it from a process step with
integration.executeSync, or expose a read-only integration to Trace AI when agents should look the data up.
Pages in this section
- REST Countries — country codes, names, currencies, calling codes, memberships, and related fields
- Finnish Business Information System (PRH) — Finnish Trade Register company search, notifications, and financial-statement purchase path
- OpenSanctions — sanctions, PEP, and watchlist screening (
/match,/search,/entities) - OpenCorporates — multi-jurisdiction legal-entity search, company records, and officers
- Socrata Open Data API (SODA) — government and NGO open datasets (SoQL, Discovery catalog)