getInboxIdForIdentifier
getInboxIdForIdentifier(
backend,identifier):Promise<string|undefined>
Defined in: sdks/js/browser-sdk/src/utils/inboxId.ts:30
Gets the inbox ID for a specific identifier using a Backend
Parameters
Section titled “Parameters”backend
Section titled “backend”The Backend instance for API communication
identifier
Section titled “identifier”The identifier to get the inbox ID for
Returns
Section titled “Returns”Promise<string | undefined>
Promise that resolves with the inbox ID for the identifier

