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