Integration Selection
Select which connections the run may use.
All:
selectedCustomerIntegrationIds = ["*"]
(all active at runtime)Allow‑list: explicit array of
customerIntegrationId
sPer‑tenant:
customerIntegrationId
is per tenant; don’t pass globalintegrationId
here.
Design pattern: build UI as capability selectors (e.g., "Can write meetings to HubSpot"), then map to specific customerIntegrationId
s server‑side.
Last updated