useCreateIntegrationPackInstance()
useCreateIntegrationPackInstance():
Provides an imperative createInstance function that:
- Creates a new Integration Pack Instance.
- Optionally attaches the provided environments to that instance.
- Builds a convenient
IntegrationPackconfig object for UI consumption.
Throws
When the Boomi client/context is missing, required inputs are invalid, or the create/attach operations fail.
Returns
Hook API including the latest config, attached environments, loading/error state, and the creator function.
createInstance()
createInstance: (integrationPackId: string, isSingleInstall: boolean, integrationPackOverrideName?: string, environments?: Environment[]) => Promise<undefined | IntegrationPack>
Parameters
Returns
Was this topic helpful?