Waiting for engine...
Skip to main content

useFetchAccountGroupIntegrationPacks()

useFetchAccountGroupIntegrationPacks():

{ integrationPacks, isLoading, error }

React hook that:

  1. Retrieves the current Boomi account group from context,
  2. Queries the Boomi API for associated Integration Packs,
  3. Filters out packs based on installation type and whether an instance already exists.

Throws

If the Boomi SDK or required configuration values are missing.

Returns

{ integrationPacks: any[]; isLoading: boolean; error: null | string; }

Hook result containing the eligible Integration Packs for the account group, loading state, and any error.

integrationPacks
any

isLoading
boolean

error
string

On this Page