useFetchAccountGroupIntegrationPacks()
useFetchAccountGroupIntegrationPacks():
React hook that:
- Retrieves the current Boomi account group from context,
- Queries the Boomi API for associated Integration Packs,
- 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.
Was this topic helpful?