Partner services

Document information
FieldValue
Canonical URL/docs/11_partner_services/00_introduction
Version (published date)2026-08-14
Tagspartners, 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

  1. Read the partner page for the dataset you need.
  2. Create an integration on restapi-generic-1.1.0. Use GET / receive unless the partner page names POST / send (OpenSanctions /match and SODA 3 /query do).
  3. 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

Related guides